Skip to content

Commit f0d127c

Browse files
committed
fix 5ea4d7e
1 parent 91f4e3c commit f0d127c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

master-docker-nonstandard/master.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ for w_name in ["ns-x64-bbw", "apexis-bbw"]:
300300
)
301301
addWorker(
302302
w_name,
303-
1,
303+
i,
304304
"-ubuntu-2404-debug",
305305
"quay.io/mariadb-foundation/bb-worker:ubuntu24.04",
306306
jobs=30,
@@ -1605,7 +1605,7 @@ c["builders"].append(
16051605
c["builders"].append(
16061606
util.BuilderConfig(
16071607
name="amd64-ubuntu-2404-debug",
1608-
workernames=workers["ns-x64-bbw-docker-ubuntu-2404-debug"],
1608+
workernames=workers["x64-bbw-docker-ubuntu-2404-debug"],
16091609
tags=["Ubuntu", "quick", "gcc", "debug"],
16101610
collapseRequests=True,
16111611
nextBuild=nextBuild,

0 commit comments

Comments
 (0)