kolla/.zuul.d/centos.yaml
Mark Goddard b377a3080f Disable publishing images on Ocata
These jobs have been failing for some time. Stop wasting CI resources
and disable them. We can enable them again if someone maintains ocata
before it gets to EOL.

Change-Id: I42750d3270ab8c9f3fdead741e5251ccb16f8dcb
2019-04-10 17:16:26 +01:00

82 lines
2.0 KiB
YAML

---
- project:
check:
jobs:
- kolla-build-centos-binary
- kolla-build-centos-source
- kolla-ansible-centos-source
- kolla-ansible-centos-binary
- kolla-ansible-centos-source-upgrade
- tripleo-build-containers-centos-7:
voting: true
files:
- ^.zuul.d/centos.yaml$
- ^docker/.*$
- ^kolla/.*$
- ^requirements.txt$
- ^setup.cfg$
- ^setup.py$
- kolla-ansible-bifrost-centos-source:
files: ^docker\/bifrost\/.*
- kolla-ansible-centos-source-ceph:
files: ^docker\/(ceph|cinder)\/.*
gate:
jobs:
- kolla-build-centos-source
- tripleo-build-containers-centos-7:
voting: true
files:
- ^.zuul.d/centos.yaml$
- ^docker/.*$
- ^kolla/.*$
- ^requirements.txt$
- ^setup.cfg$
- ^setup.py$
periodic:
jobs:
- kolla-publish-centos-source:
branches: ^(?!stable/ocata).*$
- kolla-publish-centos-binary:
branches: ^(?!stable/ocata).*$
release:
jobs:
- kolla-publish-centos-source
- kolla-publish-centos-binary
- job:
name: kolla-build-centos-binary
parent: kolla-base
nodeset: kolla-centos
voting: false
vars:
action: build
base_distro: centos
install_type: binary
- job:
name: kolla-publish-centos-binary
parent: kolla-build-centos-binary
post-run: tests/playbooks/publish.yml
vars:
publisher: true
secrets:
- kolla_dockerhub_creds
- job:
name: kolla-build-centos-source
parent: kolla-base
nodeset: kolla-centos
vars:
action: build
base_distro: centos
install_type: source
- job:
name: kolla-publish-centos-source
parent: kolla-build-centos-source
post-run: tests/playbooks/publish.yml
vars:
publisher: true
secrets:
- kolla_dockerhub_creds