kolla/.zuul.d/centos.yaml
Alex Schultz e79da48e17 Add tripleo container build job
The tripleo continainer build process consumes the kolla project. We
would like to add a non-voting job for kolla as the start of better
integration between the two.  This job runs the tripleo build process
which calls kolla-build under the covers.  Failures in this job might
indicate breakages in the kolla build api.

Change-Id: I5ce7c5888858f535eee0b5539c1e2d7978a7438e
2018-11-13 08:07:44 -07:00

68 lines
1.5 KiB
YAML

---
- project:
check:
jobs:
- kolla-build-centos-binary
- kolla-build-centos-source
- kolla-ansible-centos-source:
required-projects:
- openstack/kolla-ansible
- openstack/requirements
- kolla-ansible-centos-binary:
required-projects:
- openstack/kolla-ansible
- openstack/requirements
- tripleo-build-containers-centos-7:
voting: false
files:
- ^docker/.*$
- ^kolla/.*$
gate:
jobs:
- kolla-build-centos-source
periodic:
jobs:
- kolla-publish-centos-source
- kolla-publish-centos-binary
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