Skip to content

Commit 11d296f

Browse files
committed
[CI] Move queue setting to project level
Per [1]. This also drops several failing jobs and includes a backport of a change to fix docs build [2] (Ia6f12151be829be6d2f21b3536536697345e05f4). [1] http://lists.zuul-ci.org/pipermail/zuul-discuss/2022-May/001801.html [2] https://review.opendev.org/c/openstack/cloudkitty/+/860096 Change-Id: I95f2ff931ff987a288d3db40606f7ab28fe7fe64 (cherry picked from commit ed53054)
1 parent efcd526 commit 11d296f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.zuul.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@
118118
- ^cloudkitty/tests/unittests/.*$
119119

120120
- project:
121+
queue: cloudkitty
121122
templates:
122-
- openstack-lower-constraints-jobs
123123
- check-requirements
124124
- openstack-cover-jobs
125125
- openstack-python3-wallaby-jobs
@@ -135,7 +135,6 @@
135135
- cloudkitty-tox-bandit:
136136
voting: false
137137
gate:
138-
queue: cloudkitty
139138
jobs:
140139
- cloudkitty-tempest-full-v2-storage-influxdb
141140
- cloudkitty-tempest-full-v1-storage-sqlalchemy

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ commands = oslopolicy-sample-generator --config-file=etc/oslo-policy-generator/c
5252

5353
[testenv:docs]
5454
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/wallaby}
55+
-r{toxinidir}/requirements.txt
5556
-r{toxinidir}/doc/requirements.txt
5657
commands = sphinx-build -W --keep-going -b html doc/source doc/build/html
5758

0 commit comments

Comments
 (0)