Skip to content

Commit 37c722b

Browse files
Skip .galera_garbd_backup . Fix shm-size
Skip .galera_garbd_backup until MDEV-37209 is fixed. Fix shm-size for the builder (should be number of jobs x2)
1 parent a401737 commit 37c722b

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

configuration/steps/commands/scripts/get_fips_mtr_tests.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,7 @@ done
4949
# Sort and remove duplicates
5050
sort -u "$output_file" -o "$output_file"
5151

52+
# FIXME - Add the test back after MDEV-37209 is fixed
53+
sed -i '/galera_3nodes.galera_garbd_backup/d' "$output_file"
54+
5255
cat "$output_file"

master-migration/master.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ c["builders"].append(
194194
("/srv/buildbot/ccache", "/mnt/ccache"),
195195
(f'{os.environ["MASTER_PACKAGES_DIR"]}/', "/packages"),
196196
],
197-
shm_size=shm_size,
197+
shm_size="24g",
198198
env_vars=[
199199
("CCACHE_DIR", "/mnt/ccache"),
200200
("ARTIFACTS_URL", os.environ["ARTIFACTS_URL"]),

0 commit comments

Comments
 (0)