From fd7ebe2960e5d0a8d0be1f288f30e308488898bc Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Fri, 31 May 2024 11:20:02 -0400 Subject: [PATCH] Make openstack-tox-py311-with-sqlalchemy-master non-voting The job can be affected by any patch landed in neutron-lib; the latter repo doesn't run the job at all though. We can add the job to neutron-lib check pipeline too (see bug referred below), but more generally, we shouldn't gate on unreleased libraries. The job is still extremely useful, but as advisory signal to anticipate upcoming breakages. Related-Bug: #2067515 Change-Id: Ia0be288b794b11659a5c98e4bd7c12a97c958926 --- zuul.d/job-templates.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zuul.d/job-templates.yaml b/zuul.d/job-templates.yaml index 8772d681966..d5b6fdd9931 100644 --- a/zuul.d/job-templates.yaml +++ b/zuul.d/job-templates.yaml @@ -35,6 +35,7 @@ - openstack-tox-py311-with-sqlalchemy-master: timeout: 3600 irrelevant-files: *irrelevant-files + voting: false check-arm64: jobs: - openstack-tox-py39-arm64: # from openstack-python3-jobs-arm64 template