Skip to content

Commit

Permalink
fix 5ea4d7e
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed Jul 10, 2024
1 parent 91f4e3c commit f0d127c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions master-docker-nonstandard/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ for w_name in ["ns-x64-bbw", "apexis-bbw"]:
)
addWorker(
w_name,
1,
i,
"-ubuntu-2404-debug",
"quay.io/mariadb-foundation/bb-worker:ubuntu24.04",
jobs=30,
Expand Down Expand Up @@ -1605,7 +1605,7 @@ c["builders"].append(
c["builders"].append(
util.BuilderConfig(
name="amd64-ubuntu-2404-debug",
workernames=workers["ns-x64-bbw-docker-ubuntu-2404-debug"],
workernames=workers["x64-bbw-docker-ubuntu-2404-debug"],
tags=["Ubuntu", "quick", "gcc", "debug"],
collapseRequests=True,
nextBuild=nextBuild,
Expand Down

0 comments on commit f0d127c

Please sign in to comment.