Skip to content

Commit

Permalink
Add more x86-debian-12-fulltest workers
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbogo committed Apr 18, 2024
1 parent 6cda8dd commit a3fe125
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions master-docker-nonstandard-2/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,24 @@ def addWorker(
# Docker workers
fqdn = os.getenv("BUILDMASTER_WG_IP", default="100.64.100.1")

addWorker(
"amd-bbw",
1,
"-debian-12-32-bit",
"quay.io/mariadb-foundation/bb-worker:debian12-386",
jobs=20,
save_packages=False,
)

addWorker(
"amd-bbw",
2,
"-debian-12-32-bit",
"quay.io/mariadb-foundation/bb-worker:debian12-386",
jobs=20,
save_packages=False,
)

addWorker(
"apexis-bbw",
3,
Expand Down

0 comments on commit a3fe125

Please sign in to comment.