Skip to content

Commit

Permalink
Add s390x Debug builder
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbogo committed Apr 2, 2024
1 parent ed67a2b commit 2e3dc96
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions master-docker-nonstandard/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,15 @@ addWorker(
save_packages=True,
)

addWorker(
"s390x-bbw",
1,
"-ubuntu-2004-debug",
"quay.io/mariadb-foundation/bb-worker:ubuntu20.04",
jobs=7,
save_packages=False,
)

## hz-bbw2-docker
c["workers"].append(
worker.DockerLatentWorker(
Expand Down Expand Up @@ -1873,6 +1882,24 @@ c["builders"].append(
)
)

c["builders"].append(
util.BuilderConfig(
name="s390x-ubuntu-2004-debug",
workernames=workers["s390x-bbw-docker-ubuntu-2004-debug"],
tags=["Ubuntu", "quick", "gcc", "debug"],
collapseRequests=True,
nextBuild=nextBuild,
canStartBuild=canStartBuild,
locks=getLocks,
properties={
"build_type": "Debug",
"additional_args": "-DWITH_DBUG_TRACE=OFF -DWITH_SAFEMALLOC=OFF",
"mtr_additional_args": '--skip-test="main\.show_analyze_json"',
},
factory=f_quick_debug,
)
)

c["builders"].append(
util.BuilderConfig(
name="release-prep",
Expand Down

0 comments on commit 2e3dc96

Please sign in to comment.