diskimage-builder/.zuul.d/jobs.yaml
James E. Blair 5008358d52 Zuul: add file extension to playbook path
Zuul now supports including the file extension on the playbook path
and omitting the extension is now deprecrated.  Update references
to include the extension.

Change-Id: I358a4ee4d7faed68e449592480cb5d8fafa70cd1
2017-10-29 12:43:09 -07:00

174 lines
5.6 KiB
YAML

- project:
name: openstack/diskimage-builder
check:
jobs:
- dib-dsvm-functests-python2-ubuntu-trusty:
branches: (master|feature/v2)
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- dib-dsvm-functests-python2-ubuntu-trusty-extras:
voting: false
branches: (master|feature/v2)
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- dib-dsvm-functests-python2-ubuntu-trusty-image:
voting: false
branches: (master|feature/v2)
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- dib-dsvm-functests-python3:
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- dib-dsvm-functests-python3-extras:
voting: false
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- dib-dsvm-functests-python3-image:
voting: false
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- dib-dsvm-functests-python2-centos-7:
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- dib-dsvm-functests-python2-centos-7-extras:
voting: false
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- dib-dsvm-functests-python2-centos-7-image:
voting: false
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
gate:
jobs:
- dib-dsvm-functests-python2-ubuntu-trusty:
branches: (master|feature/v2)
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- dib-dsvm-functests-python3:
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- dib-dsvm-functests-python2-centos-7:
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- job:
name: dib-dsvm-functests-python2-centos-7
parent: legacy-dsvm-base
run: playbooks/legacy/dib-dsvm-functests-python2-centos-7/run.yaml
post-run: playbooks/legacy/dib-dsvm-functests-python2-centos-7/post.yaml
timeout: 3600
nodeset: legacy-centos-7
required-projects:
- openstack/diskimage-builder
- job:
name: dib-dsvm-functests-python2-centos-7-extras
parent: legacy-dsvm-base
run: playbooks/legacy/dib-dsvm-functests-python2-centos-7-extras/run.yaml
post-run: playbooks/legacy/dib-dsvm-functests-python2-centos-7-extras/post.yaml
timeout: 3600
nodeset: legacy-centos-7
required-projects:
- openstack/diskimage-builder
- job:
name: dib-dsvm-functests-python2-centos-7-image
parent: legacy-dsvm-base
run: playbooks/legacy/dib-dsvm-functests-python2-centos-7-image/run.yaml
post-run: playbooks/legacy/dib-dsvm-functests-python2-centos-7-image/post.yaml
timeout: 3600
nodeset: legacy-centos-7
required-projects:
- openstack/diskimage-builder
- job:
name: dib-dsvm-functests-python2-opensuse-423
parent: legacy-dsvm-base
run: playbooks/legacy/dib-dsvm-functests-python2-opensuse-423/run.yaml
post-run: playbooks/legacy/dib-dsvm-functests-python2-opensuse-423/post.yaml
timeout: 3600
nodeset: legacy-opensuse-423
required-projects:
- openstack/diskimage-builder
- job:
name: dib-dsvm-functests-python2-ubuntu-trusty
parent: legacy-dsvm-base
run: playbooks/legacy/dib-dsvm-functests-python2-ubuntu-trusty/run.yaml
post-run: playbooks/legacy/dib-dsvm-functests-python2-ubuntu-trusty/post.yaml
timeout: 3600
nodeset: legacy-ubuntu-trusty
required-projects:
- openstack/diskimage-builder
- job:
name: dib-dsvm-functests-python2-ubuntu-trusty-extras
parent: legacy-dsvm-base
run: playbooks/legacy/dib-dsvm-functests-python2-ubuntu-trusty-extras/run.yaml
post-run: playbooks/legacy/dib-dsvm-functests-python2-ubuntu-trusty-extras/post.yaml
timeout: 3600
nodeset: legacy-ubuntu-trusty
required-projects:
- openstack/diskimage-builder
- job:
name: dib-dsvm-functests-python2-ubuntu-trusty-image
parent: legacy-dsvm-base
run: playbooks/legacy/dib-dsvm-functests-python2-ubuntu-trusty-image/run.yaml
post-run: playbooks/legacy/dib-dsvm-functests-python2-ubuntu-trusty-image/post.yaml
timeout: 3600
nodeset: legacy-ubuntu-trusty
required-projects:
- openstack/diskimage-builder
- job:
name: dib-dsvm-functests-python3
parent: legacy-dsvm-base
run: playbooks/legacy/dib-dsvm-functests-python3/run.yaml
post-run: playbooks/legacy/dib-dsvm-functests-python3/post.yaml
timeout: 3600
required-projects:
- openstack/diskimage-builder
- job:
name: dib-dsvm-functests-python3-extras
parent: legacy-dsvm-base
run: playbooks/legacy/dib-dsvm-functests-python3-extras/run.yaml
post-run: playbooks/legacy/dib-dsvm-functests-python3-extras/post.yaml
timeout: 3600
required-projects:
- openstack/diskimage-builder
- job:
name: dib-dsvm-functests-python3-image
parent: legacy-dsvm-base
run: playbooks/legacy/dib-dsvm-functests-python3-image/run.yaml
post-run: playbooks/legacy/dib-dsvm-functests-python3-image/post.yaml
timeout: 3600
required-projects:
- openstack/diskimage-builder
- job:
name: dib-dsvm-functests-python3-opensuse-423
parent: legacy-dsvm-base
run: playbooks/legacy/dib-dsvm-functests-python3-opensuse-423/run.yaml
post-run: playbooks/legacy/dib-dsvm-functests-python3-opensuse-423/post.yaml
timeout: 3600
nodeset: legacy-opensuse-423
required-projects:
- openstack/diskimage-builder