Skip to content

Commit 44aba54

Browse files
committed
[CI] Move queue setting to project level
Per [1]. Xena-only: Disables CentOS upgrade jobs due to OVS version mismatch. Wallaby has 2.17 and Xena has 2.15 which is not going to work. [2] [1] http://lists.zuul-ci.org/pipermail/zuul-discuss/2022-May/001801.html [2] https://lists.openstack.org/pipermail/openstack-discuss/2022-September/030643.html Change-Id: I46f03329853a2025bff20b7b60e35c06aba619eb (cherry picked from commit 3967e5c)
1 parent 1011fc6 commit 44aba54

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.zuul.d/base.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
- project:
3+
queue: kolla
4+
25
- secret:
36
name: kolla_dockerhub_creds
47
data:

.zuul.d/centos.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,15 @@
66
- kolla-build-centos8s-source
77
- kolla-ansible-centos8s-source
88
- kolla-ansible-centos8s-binary
9-
- kolla-ansible-centos8s-source-upgrade
9+
# - kolla-ansible-centos8s-source-upgrade
1010
check-arm64:
1111
jobs:
1212
- kolla-build-centos8s-source-aarch64
1313
gate:
14-
queue: kolla
1514
jobs:
1615
- kolla-build-centos8s-source
1716
- kolla-ansible-centos8s-source
18-
- kolla-ansible-centos8s-source-upgrade
17+
# - kolla-ansible-centos8s-source-upgrade
1918
periodic:
2019
jobs:
2120
- kolla-publish-centos8s-source-quay

.zuul.d/ubuntu.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
jobs:
1212
- kolla-build-ubuntu-source-aarch64
1313
gate:
14-
queue: kolla
1514
jobs:
1615
- kolla-build-ubuntu-source
1716
- kolla-ansible-ubuntu-source

0 commit comments

Comments
 (0)