Skip to content

Commit

Permalink
fixup! Add ENV VAR for bintars worker name/port
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Mar 19, 2024
1 parent 51b8852 commit 69726f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master-bintars/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ for b in builder_definitions:
c["builders"].append(
util.BuilderConfig(
name=builder_name + "-kvm-" + b + "-bintar",
workernames=["monty-bbw1-x64"],
workernames=[os.getenv("MASTER_NONLATENT_BINTARS_WORKER", default="monty-bbw1-x64")],
factory=f,
)
)
Expand Down

0 comments on commit 69726f7

Please sign in to comment.