Skip to content

Commit 9d51d8f

Browse files
committed
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 <[email protected]> (cherry picked from commit d7e79d1) (cherry picked from commit eea4c1855e5adade2de3212f88363017ba55157d) (cherry picked from commit a35f555)
1 parent 59c9ad4 commit 9d51d8f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

zuul.d/job-templates.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,6 @@
3333
- openstack-tox-cover: # from openstack-cover-jobs template
3434
timeout: 4800
3535
irrelevant-files: *irrelevant-files
36-
check-arm64:
37-
jobs:
38-
- openstack-tox-py38-arm64: # from openstack-python3-jobs-arm64 template
39-
timeout: 4800
40-
irrelevant-files: *irrelevant-files
41-
- openstack-tox-py310-arm64: # from openstack-python3-jobs-arm64 template
42-
timeout: 4800
43-
irrelevant-files: *irrelevant-files
4436
gate:
4537
jobs:
4638
- openstack-tox-py38: # from openstack-python3-jobs template

0 commit comments

Comments
 (0)