Skip to content

Commit 224e89b

Browse files
committed
remove unused workers_file from python model
1 parent 2e4c52a commit 224e89b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

buildbot_nix/buildbot_nix/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ class BuildbotNixConfig(BaseModel):
268268
github: GitHubConfig | None
269269
pull_based: PullBasedConfig | None
270270
admins: list[str]
271-
workers_file: Path
272271
build_systems: list[str]
273272
eval_max_memory_size: int
274273
eval_worker_count: int | None

nixosModules/master.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,6 @@ in
764764
poll_spread = cfg.pullBased.pollSpread;
765765
};
766766
admins = cfg.admins;
767-
workers_file = cfg.workersFile;
768767
build_systems = cfg.buildSystems;
769768
eval_max_memory_size = cfg.evalMaxMemorySize;
770769
eval_worker_count = cfg.evalWorkerCount;

0 commit comments

Comments
 (0)