From a6700bcb7c0e0364ee991f27728df86a06bf0a46 Mon Sep 17 00:00:00 2001 From: Elod Illes Date: Tue, 10 Sep 2024 18:45:30 +0200 Subject: [PATCH 1/2] [stable-only][CI] remove tempest-centos8-stream-fips periodic CentOS Stream 8 became End of Life and centos-8-stream nodeset was removed from Zuul configuration. All jobs that uses this nodeset should be deleted. Change-Id: I6b625e57a45906b57c0a339fa5f632c7a34abcf7 --- .zuul.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 91e96efd083..c41933f1c8d 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -761,7 +761,3 @@ - nova-emulation - tempest-integrated-compute-centos-9-stream: irrelevant-files: *nova-base-irrelevant-files - periodic: - jobs: - - tempest-centos8-stream-fips: - branches: master From 6c9ebea5906d961e31c26d2cc035ce48671911a7 Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Tue, 21 Feb 2023 08:43:13 -0800 Subject: [PATCH 2/2] Use mysql memory reduction flags for ceph job This makes the ceph-multistore job use the MYSQL_REDUCE_MEMORY flag in devstack to try to address the frequent OOMs we see in that job. Conflicts: .zuul.yaml Change-Id: Ibc203bd10dcb530027c2c9f58eb840ccc088280d Closes-Bug: #1961068 (cherry picked from commit 84d1f25446731e4e51beb83a017cdf7bfda8c5d5) --- .zuul.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.zuul.yaml b/.zuul.yaml index c41933f1c8d..8f092bdfeb2 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -585,6 +585,7 @@ GLANCE_USE_IMPORT_WORKFLOW: True DEVSTACK_PARALLEL: True CEPH_MIN_CLIENT_VERSION: "mimic" + MYSQL_REDUCE_MEMORY: True # NOTE(danms): This job is pretty heavy as it is, so we disable some # services that are not relevant to the nova-glance-ceph scenario # that this job is intended to validate.