kolla/.zuul.d/ubuntu.yaml
Radosław Piliszek ae53af6922 CI: set the same gate queue for kolla and kolla-ansible
This is to ensure that any Depends-On does not cause Zuul not to pick up
the change for gating due to no notifications between queues.
Previously W+1-ing a change which depended on non-merged change from
the other project caused it to remain in the same state.

Change-Id: I1815c3f30c3208b31501d1b7c2bd6be99db437e5
Signed-off-by: Radosław Piliszek <radoslaw.piliszek@gmail.com>
(cherry picked from commit 4884203a9e)
2019-07-04 08:40:58 +00:00

63 lines
1.4 KiB
YAML

---
- project:
check:
jobs:
- kolla-build-ubuntu-binary
- kolla-build-ubuntu-source
- kolla-ansible-ubuntu-source
- kolla-ansible-ubuntu-binary
- kolla-ansible-ubuntu-source-upgrade
- kolla-ansible-ubuntu-source-zun:
files: ^docker\/(zun|kuryr)\/.*
- kolla-ansible-ubuntu-source-ceph:
files: ^docker\/(ceph|cinder)\/.*
gate:
queue: kolla
jobs:
- kolla-build-ubuntu-source
periodic:
jobs:
- kolla-publish-ubuntu-source
- kolla-publish-ubuntu-binary
release:
jobs:
- kolla-publish-ubuntu-source
- kolla-publish-ubuntu-binary
- job:
name: kolla-build-ubuntu-binary
parent: kolla-base
nodeset: kolla-ubuntu-bionic
voting: false
vars:
action: build
base_distro: ubuntu
install_type: binary
- job:
name: kolla-publish-ubuntu-binary
parent: kolla-build-ubuntu-binary
post-run: tests/playbooks/publish.yml
vars:
publisher: true
secrets:
- kolla_dockerhub_creds
- job:
name: kolla-build-ubuntu-source
parent: kolla-base
nodeset: kolla-ubuntu-bionic
vars:
action: build
base_distro: ubuntu
install_type: source
- job:
name: kolla-publish-ubuntu-source
parent: kolla-build-ubuntu-source
post-run: tests/playbooks/publish.yml
vars:
publisher: true
secrets:
- kolla_dockerhub_creds