From 9d51d8ff538f5f21b375e99e6d688f94f75a31db Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Fri, 11 Jul 2025 12:01:53 -0700 Subject: [PATCH 1/2] Remove non voting arm64 jobs from stable branches arm64 jobs are failing 100% and those are not fixes on master. It does not make sense to carry forward these broken testing to stable. until those are fixed on master, we should not run them on stable. generic template openstack-python3-jobs-arm64 will take care of running arm64 jobs on stable branches once jobs are passing. Needed-By: https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/954781 Change-Id: Ieb1b116c4d0866bd8208f9b8b440c1e274c82b1c Signed-off-by: Ghanshyam Mann (cherry picked from commit d7e79d13371a49889243a6b6a217846ec3e36ca5) (cherry picked from commit eea4c1855e5adade2de3212f88363017ba55157d) (cherry picked from commit a35f555d60a31c6c3e334b5eb37c7653fa33dad5) --- zuul.d/job-templates.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/zuul.d/job-templates.yaml b/zuul.d/job-templates.yaml index 33ba0fb5b0f..6973af4af97 100644 --- a/zuul.d/job-templates.yaml +++ b/zuul.d/job-templates.yaml @@ -33,14 +33,6 @@ - openstack-tox-cover: # from openstack-cover-jobs template timeout: 4800 irrelevant-files: *irrelevant-files - check-arm64: - jobs: - - openstack-tox-py38-arm64: # from openstack-python3-jobs-arm64 template - timeout: 4800 - irrelevant-files: *irrelevant-files - - openstack-tox-py310-arm64: # from openstack-python3-jobs-arm64 template - timeout: 4800 - irrelevant-files: *irrelevant-files gate: jobs: - openstack-tox-py38: # from openstack-python3-jobs template From 838bc618b1a67b5ec8d9b0e78e283e330ad67717 Mon Sep 17 00:00:00 2001 From: Elod Illes Date: Thu, 10 Jul 2025 16:17:07 +0200 Subject: [PATCH 2/2] [stable-only] Pin osprofiler to 4.3.0 neutron-ovs-rally-task job started to fail now that pyproject.toml was added in osprofiler for package building. This patch pins osprofiler to previous release that does not contain yet the new build method. Depends-On: https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/955450 Change-Id: Ie038a896b1d3d779a04a1262b29791f996f40b15 Signed-off-by: Elod Illes --- zuul.d/rally.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zuul.d/rally.yaml b/zuul.d/rally.yaml index 9b8082756e8..a073b933ea2 100644 --- a/zuul.d/rally.yaml +++ b/zuul.d/rally.yaml @@ -50,7 +50,8 @@ required-projects: - openstack/rally - openstack/rally-openstack - - openstack/osprofiler + - name: openstack/osprofiler + override-checkout: 4.3.0 irrelevant-files: - ^\.pylintrc$ - ^test-requirements.txt$