Skip to content

Commit

Permalink
Switch bintars worker
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed May 21, 2024
1 parent cd7b6f0 commit 4291766
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose/.env
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ NGINX_ARTIFACTS_VHOST="ci.mariadb.org"
ENVIRON="PROD"
BRANCH="main"
MASTER_NONLATENT_DOCKERLIBRARY_WORKER="bb-rhel8-docker"
MASTER_NONLATENT_BINTARS_WORKER="monty-bbw1-x64"
MASTER_NONLATENT_BINTARS_WORKER="ro-apexis-bbw03-x64"
MASTER_NONLATENT_BINTARS_WORKER_PORT="10002"
4 changes: 2 additions & 2 deletions master-bintars/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ c["workers"] = []

c["workers"].append(
mkWorker(
os.getenv("MASTER_NONLATENT_BINTARS_WORKER", default="monty-bbw1-x64"),
os.getenv("MASTER_NONLATENT_BINTARS_WORKER", default="ro-apexis-bbw03-x64"),
max_builds=1,
properties={"jobs": 12},
)
Expand Down Expand Up @@ -343,7 +343,7 @@ for b in builder_definitions:
util.BuilderConfig(
name=builder_name + "-kvm-" + b + "-bintar",
workernames=[
os.getenv("MASTER_NONLATENT_BINTARS_WORKER", default="monty-bbw1-x64")
os.getenv("MASTER_NONLATENT_BINTARS_WORKER", default="ro-apexis-bbw03-x64")
],
factory=f,
)
Expand Down
1 change: 1 addition & 0 deletions master-private.cfg-sample
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ private["worker_pass"]= {
"bbw1-windows":"1234",
"bbw2-windows":"1234",
"bb-rhel8-docker":"1234",
"ro-apexis-bbw03-x64": "1234",
"monty-bbw1-x64": "1234",
"s390x-rhel8":"1234",
"libvirt": "1234",
Expand Down

0 comments on commit 4291766

Please sign in to comment.