kolla/.zuul.d/centos.yaml
Radosław Piliszek 1ef537d65d [CI] Add no-infra-wheels jobs
Since Kolla is run in the wild against PyPI mirrors which do not
include the OpenDev-provided wheels, it might be nice to be able
to test these scenarios in the CI.

These jobs are added to the experimental queue so that they do
not consume resources when not needed.
Any Gerrit user may run them now to verify whether the change
passes them.

Change-Id: I9c33eeaf03be037651f82c831f0e07ab9a27752a
2020-08-12 09:57:37 +00:00

112 lines
3.5 KiB
YAML

---
- project:
check:
jobs:
- kolla-build-centos8-binary
- kolla-build-centos8-source
- kolla-ansible-centos8-source
- kolla-ansible-centos8-binary
- kolla-ansible-centos8-source-upgrade
- tripleo-build-containers-centos-8:
voting: false
files:
- ^docker/.*$
- ^kolla/.*$
- ^requirements.txt$
- ^setup.cfg$
- ^setup.py$
- kolla-ansible-centos8-source-bifrost:
files: ^docker\/(base|bifrost|openstack-base)\/.*
# Test rabbitmq & mariadb changes in multinode ceph jobs.
- kolla-ansible-centos8-source-ceph-ansible:
files: ^docker\/(base|cinder|glance|mariadb|openstack-base|rabbitmq)\/.*
- kolla-ansible-centos8-source-upgrade-ceph-ansible:
files: ^docker\/(base|cinder|glance|mariadb|openstack-base|rabbitmq)\/.*
- kolla-ansible-centos8-source-zun:
files: ^docker\/(base|cinder|etcd|iscsid|kuryr|openstack-base|zun)\/.*
- kolla-ansible-centos8-source-scenario-nfv:
files: ^docker\/(base|barbican|heat|mistral|openstack-base|redis|tacker)\/.*
- kolla-ansible-centos8-source-ironic:
files: ^docker\/(base|dnsmasq|ironic|ironic-inspector|iscsid|openstack-base)\/.*
- kolla-ansible-centos8-source-swift:
files: ^docker/(base|openstack-base|glance|swift)/
- kolla-ansible-centos8-source-mariadb:
files: ^docker/(base|mariadb)/
- kolla-ansible-centos8-source-masakari:
files: ^docker/(base|masakari)/
- kolla-ansible-centos8-source-ovn:
files: ^docker/(base|neutron|openvswitch|ovn)/
- kolla-ansible-centos8-source-prometheus-efk:
files: ^docker/(base|elasticsearch|grafana|kibana|prometheus)/
- kolla-ansible-centos8-source-kvm:
files: ^docker/nova/
check-arm64:
jobs:
- kolla-build-centos8-source-aarch64
gate:
queue: kolla
jobs:
- kolla-build-centos8-source
- kolla-ansible-centos8-source
- kolla-ansible-centos8-source-upgrade
periodic:
jobs:
- kolla-publish-centos8-source
- kolla-publish-centos8-binary
release:
jobs:
- kolla-publish-centos8-source
- kolla-publish-centos8-binary
experimental:
jobs:
- kolla-build-no-infra-wheels-centos8-source
- job:
name: kolla-build-centos8-binary
parent: kolla-base
nodeset: kolla-centos8
voting: false
vars:
base_distro: centos
install_type: binary
- job:
name: kolla-publish-centos8-binary
parent: kolla-build-centos8-binary
post-run: tests/playbooks/publish.yml
vars:
publisher: true
secrets:
- kolla_dockerhub_creds
- job:
name: kolla-build-centos8-source
parent: kolla-base
nodeset: kolla-centos8
vars:
base_distro: centos
install_type: source
- job:
name: kolla-build-centos8-source-aarch64
parent: kolla-build-centos8-source
nodeset: kolla-centos8-aarch64
voting: false
- job:
name: kolla-publish-centos8-source
parent: kolla-build-centos8-source
post-run: tests/playbooks/publish.yml
vars:
publisher: true
secrets:
- kolla_dockerhub_creds
- job:
name: kolla-build-no-infra-wheels-centos8-source
parent: kolla-build-no-infra-wheels-base
nodeset: kolla-centos8
vars:
base_distro: centos
install_type: source