Revert "Move puppet jobs to ubuntu-trusty"

We are currently reverting because ubuntu-trusty images do not have
crontab installed.  We'll need to address this properly before moving
forward with the rename.

This reverts commit 8077a0147e.

Change-Id: I542298e1a07d96069fea324ea35b66b26bd4085b
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-03-17 13:34:54 -04:00
parent 0829f565dd
commit 1d82e07b2b
4 changed files with 279 additions and 597 deletions

View File

@ -134,8 +134,8 @@
./tools/apply-test.sh
- job-template:
name: 'gate-infra-puppet-apply-{node}'
node: '{node}'
name: 'gate-infra-puppet-apply-{ostype}'
node: '{ostype}'
builders:
- print-template-name:
@ -147,8 +147,21 @@
upload_source: 'openstack-infra/system-config/applytest/*'
- job-template:
name: 'gate-openstackci-beaker-{node}'
node: '{node}'
name: 'gate-infra-puppet-apply-dsvm-{ostype}'
node: 'devstack-{ostype}'
builders:
- print-template-name:
template-name: "{template-name}"
- infra-puppet-apply
publishers:
- zuul-swift-upload-logs-with-console:
upload_source: 'applytest/*'
- job-template:
name: 'gate-openstackci-beaker-{ostype}-dsvm'
node: 'devstack-{ostype}'
builders:
- print-template-name:

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
- job-template:
name: 'gate-{name}-puppet-unit-{puppet_version}-{node}'
node: '{node}'
name: 'gate-{name}-puppet-unit-{puppet_version}-dsvm-{ostype}'
node: 'devstack-{ostype}'
builders:
- print-template-name:
@ -28,8 +28,8 @@
- job-template:
name: 'gate-{name}-puppet-unit-{node}'
node: '{node}'
name: 'gate-{name}-puppet-unit-dsvm-{ostype}'
node: 'devstack-{ostype}'
builders:
- print-template-name:
@ -69,8 +69,8 @@
- job-template:
name: 'gate-{name}-puppet-beaker-rspec-{node}{job-suffix}'
node: '{node}'
name: 'gate-{name}-puppet-beaker-rspec-dsvm-{ostype}{job-suffix}'
node: 'devstack-{ostype}'
builders:
- print-template-name:
@ -155,8 +155,8 @@
- console-log
- job-template:
name: 'gate-{name}-puppet-syntax-{puppet_version}-{node}'
node: '{node}'
name: 'gate-{name}-puppet-syntax-{puppet_version}-dsvm-{ostype}'
node: 'devstack-{ostype}'
builders:
- print-template-name:
@ -205,8 +205,8 @@
- console-log
- job-template:
name: 'gate-puppet-openstack-integration-{puppet_version}-{scenario}-tempest-{node}'
node: '{node}'
name: 'gate-puppet-openstack-integration-{puppet_version}-{scenario}-tempest-dsvm-{ostype}'
node: 'devstack-{ostype}'
builders:
- print-template-name:
@ -236,8 +236,8 @@
- console-log
- job-template:
name: 'gate-puppet-openstack-spec-helper-unit-{node}'
node: '{node}'
name: 'gate-puppet-openstack-spec-helper-unit-dsvm-{ostype}'
node: 'devstack-{ostype}'
builders:
- print-template-name:
@ -260,8 +260,8 @@
- console-log
- job-template:
name: 'gate-puppet-openstack-spec-helper-beaker-rspec-{node}'
node: '{node}'
name: 'gate-puppet-openstack-spec-helper-beaker-rspec-dsvm-{ostype}'
node: 'devstack-{ostype}'
builders:
- print-template-name:
@ -319,12 +319,12 @@
puppet_version:
- 3
- 4
node:
- devstack-centos7
ostype:
- centos7
jobs:
- 'gate-{name}-puppet-lint'
- 'gate-{name}-puppet-syntax'
- 'gate-{name}-puppet-syntax-{puppet_version}-{node}'
- 'gate-{name}-puppet-syntax-{puppet_version}-dsvm-{ostype}'
- job-group:
name: 'puppet-module-unit'
@ -337,29 +337,19 @@
- 4.0
- 'latest'
puppet_unit_version: '3.3 3.4 3.6 3.7 3.8 4.0 latest'
node:
- devstack-centos7
jobs:
- 'gate-{name}-puppet-unit-{puppet_version}-{node}'
- 'gate-{name}-puppet-unit-{node}'
- job-group:
name: 'puppet-beaker-jobs-trusty'
ostype:
- trusty
node:
- ubuntu-trusty
jobs:
- 'gate-{name}-puppet-beaker-rspec-{node}{job-suffix}'
- job-group:
name: 'puppet-beaker-jobs-centos7'
ostype:
- centos7
node:
- devstack-centos7
jobs:
- 'gate-{name}-puppet-beaker-rspec-{node}{job-suffix}'
- 'gate-{name}-puppet-unit-{puppet_version}-dsvm-{ostype}'
- 'gate-{name}-puppet-unit-dsvm-{ostype}'
- job-group:
name: 'puppet-beaker-jobs'
ostype:
- trusty
- centos7
jobs:
- 'gate-{name}-puppet-beaker-rspec-dsvm-{ostype}{job-suffix}'
- job-group:
name: 'puppet-openstack-cookiecutter-check-jobs'
@ -374,20 +364,20 @@
puppet_version:
- 3
- 4
node:
- ubuntu-trusty
- devstack-centos7
ostype:
- trusty
- centos7
scenario:
- scenario001
- scenario002
- scenario003
jobs:
- 'gate-puppet-openstack-integration-{puppet_version}-{scenario}-tempest-{node}'
- 'gate-puppet-openstack-integration-{puppet_version}-{scenario}-tempest-dsvm-{ostype}'
- job-group:
name: 'puppet-openstack-spec-helper-jobs'
node:
- devstack-centos7
ostype:
- centos7
jobs:
- 'gate-puppet-openstack-spec-helper-unit-{node}'
- 'gate-puppet-openstack-spec-helper-beaker-rspec-{node}'
- 'gate-puppet-openstack-spec-helper-unit-dsvm-{ostype}'
- 'gate-puppet-openstack-spec-helper-beaker-rspec-dsvm-{ostype}'

View File

@ -569,79 +569,79 @@ project-templates:
- name: puppet-beaker-jobs
check:
- gate-{name}-puppet-beaker-rspec-ubuntu-trusty
- gate-{name}-puppet-beaker-rspec-devstack-centos7
- gate-{name}-puppet-beaker-rspec-dsvm-trusty
- gate-{name}-puppet-beaker-rspec-dsvm-centos7
gate:
- gate-{name}-puppet-beaker-rspec-ubuntu-trusty
- gate-{name}-puppet-beaker-rspec-devstack-centos7
- gate-{name}-puppet-beaker-rspec-dsvm-trusty
- gate-{name}-puppet-beaker-rspec-dsvm-centos7
- name: puppet-beaker-jobs-nv
check:
- gate-{name}-puppet-beaker-rspec-ubuntu-trusty-nv
- gate-{name}-puppet-beaker-rspec-devstack-centos7-nv
- gate-{name}-puppet-beaker-rspec-dsvm-trusty-nv
- gate-{name}-puppet-beaker-rspec-dsvm-centos7-nv
- name: puppet-openstack-integration-jobs-all
check:
- gate-puppet-openstack-integration-3-scenario001-tempest-ubuntu-trusty
- gate-puppet-openstack-integration-3-scenario001-tempest-devstack-centos7
- gate-puppet-openstack-integration-3-scenario002-tempest-ubuntu-trusty
- gate-puppet-openstack-integration-3-scenario002-tempest-devstack-centos7
- gate-puppet-openstack-integration-3-scenario003-tempest-ubuntu-trusty
- gate-puppet-openstack-integration-3-scenario003-tempest-devstack-centos7
- gate-puppet-openstack-integration-3-scenario001-tempest-dsvm-trusty
- gate-puppet-openstack-integration-3-scenario001-tempest-dsvm-centos7
- gate-puppet-openstack-integration-3-scenario002-tempest-dsvm-trusty
- gate-puppet-openstack-integration-3-scenario002-tempest-dsvm-centos7
- gate-puppet-openstack-integration-3-scenario003-tempest-dsvm-trusty
- gate-puppet-openstack-integration-3-scenario003-tempest-dsvm-centos7
gate:
- gate-puppet-openstack-integration-3-scenario001-tempest-ubuntu-trusty
- gate-puppet-openstack-integration-3-scenario001-tempest-devstack-centos7
- gate-puppet-openstack-integration-3-scenario002-tempest-ubuntu-trusty
- gate-puppet-openstack-integration-3-scenario002-tempest-devstack-centos7
- gate-puppet-openstack-integration-3-scenario003-tempest-ubuntu-trusty
- gate-puppet-openstack-integration-3-scenario003-tempest-devstack-centos7
- gate-puppet-openstack-integration-3-scenario001-tempest-dsvm-centos7
- gate-puppet-openstack-integration-3-scenario001-tempest-dsvm-trusty
- gate-puppet-openstack-integration-3-scenario002-tempest-dsvm-centos7
- gate-puppet-openstack-integration-3-scenario002-tempest-dsvm-trusty
- gate-puppet-openstack-integration-3-scenario003-tempest-dsvm-centos7
- gate-puppet-openstack-integration-3-scenario003-tempest-dsvm-trusty
experimental:
- gate-puppet-openstack-integration-4-scenario001-tempest-ubuntu-trusty
- gate-puppet-openstack-integration-4-scenario001-tempest-devstack-centos7
- gate-puppet-openstack-integration-4-scenario002-tempest-ubuntu-trusty
- gate-puppet-openstack-integration-4-scenario002-tempest-devstack-centos7
- gate-puppet-openstack-integration-4-scenario003-tempest-ubuntu-trusty
- gate-puppet-openstack-integration-4-scenario003-tempest-devstack-centos7
- gate-puppet-openstack-integration-4-scenario001-tempest-dsvm-centos7
- gate-puppet-openstack-integration-4-scenario001-tempest-dsvm-trusty
- gate-puppet-openstack-integration-4-scenario002-tempest-dsvm-centos7
- gate-puppet-openstack-integration-4-scenario002-tempest-dsvm-trusty
- gate-puppet-openstack-integration-4-scenario003-tempest-dsvm-centos7
- gate-puppet-openstack-integration-4-scenario003-tempest-dsvm-trusty
- name: puppet-openstack-integration-jobs-scenario001
check:
- gate-puppet-openstack-integration-3-scenario001-tempest-ubuntu-trusty
- gate-puppet-openstack-integration-3-scenario001-tempest-devstack-centos7
- gate-puppet-openstack-integration-3-scenario001-tempest-dsvm-trusty
- gate-puppet-openstack-integration-3-scenario001-tempest-dsvm-centos7
gate:
- gate-puppet-openstack-integration-3-scenario001-tempest-ubuntu-trusty
- gate-puppet-openstack-integration-3-scenario001-tempest-devstack-centos7
- gate-puppet-openstack-integration-3-scenario001-tempest-dsvm-centos7
- gate-puppet-openstack-integration-3-scenario001-tempest-dsvm-trusty
- name: puppet-openstack-integration-jobs-scenario002
check:
- gate-puppet-openstack-integration-3-scenario002-tempest-ubuntu-trusty
- gate-puppet-openstack-integration-3-scenario002-tempest-devstack-centos7
- gate-puppet-openstack-integration-3-scenario002-tempest-dsvm-trusty
- gate-puppet-openstack-integration-3-scenario002-tempest-dsvm-centos7
gate:
- gate-puppet-openstack-integration-3-scenario002-tempest-ubuntu-trusty
- gate-puppet-openstack-integration-3-scenario002-tempest-devstack-centos7
- gate-puppet-openstack-integration-3-scenario002-tempest-dsvm-centos7
- gate-puppet-openstack-integration-3-scenario002-tempest-dsvm-trusty
- name: puppet-openstack-integration-jobs-scenario003
check:
- gate-puppet-openstack-integration-3-scenario003-tempest-ubuntu-trusty
- gate-puppet-openstack-integration-3-scenario003-tempest-devstack-centos7
- gate-puppet-openstack-integration-3-scenario003-tempest-dsvm-trusty
- gate-puppet-openstack-integration-3-scenario003-tempest-dsvm-centos7
gate:
- gate-puppet-openstack-integration-3-scenario003-tempest-ubuntu-trusty
- gate-puppet-openstack-integration-3-scenario003-tempest-devstack-centos7
- gate-puppet-openstack-integration-3-scenario003-tempest-dsvm-centos7
- gate-puppet-openstack-integration-3-scenario003-tempest-dsvm-trusty
- name: puppet-openstack-spec-helper-jobs
check:
- gate-puppet-openstack-spec-helper-unit-devstack-centos7
- gate-puppet-openstack-spec-helper-beaker-rspec-devstack-centos7
- gate-puppet-openstack-spec-helper-unit-dsvm-centos7
- gate-puppet-openstack-spec-helper-beaker-rspec-dsvm-centos7
gate:
- gate-puppet-openstack-spec-helper-unit-devstack-centos7
- gate-puppet-openstack-spec-helper-beaker-rspec-devstack-centos7
- gate-puppet-openstack-spec-helper-unit-dsvm-centos7
- gate-puppet-openstack-spec-helper-beaker-rspec-dsvm-centos7
- name: puppet-syntax
check:
- gate-{name}-puppet-syntax-3-devstack-centos7
- gate-{name}-puppet-syntax-4-devstack-centos7
- gate-{name}-puppet-syntax-3-dsvm-centos7
- gate-{name}-puppet-syntax-4-dsvm-centos7
gate:
- gate-{name}-puppet-syntax-3-devstack-centos7
- gate-{name}-puppet-syntax-4-devstack-centos7
- gate-{name}-puppet-syntax-3-dsvm-centos7
- gate-{name}-puppet-syntax-4-dsvm-centos7
- name: infra-puppet-check-jobs
check:
@ -654,49 +654,49 @@ project-templates:
- name: puppet-check-jobs
check:
- gate-{name}-puppet-lint
- gate-{name}-puppet-syntax-3-devstack-centos7
- gate-{name}-puppet-syntax-4-devstack-centos7
- gate-{name}-puppet-syntax-3-dsvm-centos7
- gate-{name}-puppet-syntax-4-dsvm-centos7
gate:
- gate-{name}-puppet-lint
- gate-{name}-puppet-syntax-3-devstack-centos7
- gate-{name}-puppet-syntax-4-devstack-centos7
- gate-{name}-puppet-syntax-3-dsvm-centos7
- gate-{name}-puppet-syntax-4-dsvm-centos7
- name: puppet-module-unit-jobs
check:
- gate-{name}-puppet-unit-3.3-devstack-centos7
- gate-{name}-puppet-unit-3.4-devstack-centos7
- gate-{name}-puppet-unit-3.3-dsvm-centos7
- gate-{name}-puppet-unit-3.4-dsvm-centos7
# 3.5 was swiftly replaced with 3.6
- gate-{name}-puppet-unit-3.6-devstack-centos7
- gate-{name}-puppet-unit-3.7-devstack-centos7
- gate-{name}-puppet-unit-3.8-devstack-centos7
- gate-{name}-puppet-unit-4.0-devstack-centos7
- gate-{name}-puppet-unit-latest-devstack-centos7
- gate-{name}-puppet-unit-3.6-dsvm-centos7
- gate-{name}-puppet-unit-3.7-dsvm-centos7
- gate-{name}-puppet-unit-3.8-dsvm-centos7
- gate-{name}-puppet-unit-4.0-dsvm-centos7
- gate-{name}-puppet-unit-latest-dsvm-centos7
gate:
- gate-{name}-puppet-unit-3.3-devstack-centos7
- gate-{name}-puppet-unit-3.4-devstack-centos7
- gate-{name}-puppet-unit-3.3-dsvm-centos7
- gate-{name}-puppet-unit-3.4-dsvm-centos7
# 3.5 was swiftly replaced with 3.6
- gate-{name}-puppet-unit-3.6-devstack-centos7
- gate-{name}-puppet-unit-3.7-devstack-centos7
- gate-{name}-puppet-unit-3.8-devstack-centos7
- gate-{name}-puppet-unit-4.0-devstack-centos7
- gate-{name}-puppet-unit-3.6-dsvm-centos7
- gate-{name}-puppet-unit-3.7-dsvm-centos7
- gate-{name}-puppet-unit-3.8-dsvm-centos7
- gate-{name}-puppet-unit-4.0-dsvm-centos7
experimental:
- gate-{name}-puppet-unit-devstack-centos7
- gate-{name}-puppet-unit-dsvm-centos7
- name: infra-puppet-apply-jobs
check:
- gate-infra-puppet-apply-bare-precise
- gate-infra-puppet-apply-ubuntu-trusty
- gate-infra-puppet-apply-devstack-centos7
- gate-infra-puppet-apply-dsvm-centos7
- gate-infra-puppet-apply-fedora-23
- gate-openstackci-beaker-devstack-centos7
- gate-openstackci-beaker-ubuntu-trusty
- gate-openstackci-beaker-centos7-dsvm
- gate-openstackci-beaker-trusty-dsvm
gate:
- gate-infra-puppet-apply-bare-precise
- gate-infra-puppet-apply-ubuntu-trusty
- gate-infra-puppet-apply-devstack-centos7
- gate-infra-puppet-apply-dsvm-centos7
- gate-infra-puppet-apply-fedora-23
- gate-openstackci-beaker-devstack-centos7
- gate-openstackci-beaker-ubuntu-trusty
- gate-openstackci-beaker-centos7-dsvm
- gate-openstackci-beaker-trusty-dsvm
- name: check-tripleo-jobs
check-tripleo:
@ -1087,15 +1087,15 @@ jobs:
- name: ^gate-packstack-integration-scenario00(1|2|3)-tempest-dsvm-centos7$
branch: master
- name: ^gate-puppet-openstackci-puppet-beaker-rspec-.*$
- name: ^gate-puppet-openstackci-puppet-beaker-rspec-dsvm-.*$
voting: false
# scenario003 was added during Mitaka cycle
- name: ^gate-puppet-openstack-integration-(3|4)-scenario003-tempest-.*$
- name: ^gate-puppet-openstack-integration-(3|4)-scenario003-tempest-dsvm-.*$
branch: ^(?!stable/(kilo|liberty)).*$
# puppet-integration scenario jobs run after stable/kilo
- name: ^gate-puppet-openstack-integration-(3|4)-scenario00(1|2)-tempest-.*$
- name: ^gate-puppet-openstack-integration-(3|4)-scenario00(1|2)-tempest-dsvm-.*$
branch: ^(?!stable/kilo).*$
# puppet-integration lint/syntax jobs run only after stable/kilo
@ -2156,23 +2156,23 @@ jobs:
branch: ^master
# beaker tests have been introduced after Juno release
- name: ^gate-puppet-.*-puppet-beaker-rspec-.*$
- name: ^gate-puppet-.*-puppet-beaker-rspec-dsvm-.*$
branch: ^(?!stable/(icehouse|juno)).*$
# except for puppet-openstack_extras beaker that have been introduced after Kilo
- name: ^gate-puppet-openstack_extras-puppet-beaker-rspec-.*$
- name: ^gate-puppet-openstack_extras-puppet-beaker-rspec-dsvm-.*$
branch: ^(?!stable/(icehouse|juno|kilo)).*$
# Aims to break when a new version of Puppet is released
# For now, run the jobs only on master so if the job starts to
# break due to Puppet new major release, we will see which branch
# we need to test.
- name: ^gate-puppet-.*-puppet-unit-latest-.*$
- name: ^gate-puppet-.*-puppet-unit-latest-dsvm-.*$
branch: ^(?!stable/(icehouse|juno|kilo)).*$
voting: false
# no need to run the jobs for doc / releasenotes patches
- name: ^gate-(puppet-.*-|tripleo-ci-f22).*$
- name: ^gate-(puppet-.*-dsvm-|tripleo-ci-f22).*$
skip-if:
- project: ^openstack/puppet-.*$
all-files-match-any:
@ -2183,7 +2183,7 @@ jobs:
branch: ^(?!stable/(icehouse)).*$
# puppet-swift can never be future parser compatible without breaking the API
- name: ^gate-puppet-swift-puppet-syntax-4-.*$
- name: ^gate-puppet-swift-puppet-syntax-4-dsvm-.*$
branch: ^(?!stable/(icehouse|juno)).*$
# these compat jobs only work on liberty+
@ -2232,10 +2232,10 @@ jobs:
- name: ^gate-fuel-library-puppet-unit.*$
branch: ^(?!stable/(?:4\.0|4\.1|5\.0|5\.1|6\.0|6\.1|7\.0)).*$
- name: ^gate-fuel-library-puppet-syntax-4-devstack-centos7
- name: ^gate-fuel-library-puppet-syntax-4-dsvm-centos7
branch: ^(?!stable/(?:4\.0|4\.1|5\.0|5\.1|6\.0|6\.1|7\.0|8\.0)).*$
- name: ^gate-fuel-library-puppet-unit-4\.0-devstack-centos7
- name: ^gate-fuel-library-puppet-unit-4\.0-dsvm-centos7
branch: ^(?!stable/(?:4\.0|4\.1|5\.0|5\.1|6\.0|6\.1|7\.0)).*$
voting: false
@ -3415,8 +3415,8 @@ projects:
- name: infra-puppet-apply-jobs
- name: infra-publish-jobs
check:
- gate-puppet-openstackci-puppet-beaker-rspec-ubuntu-trusty
- gate-puppet-openstackci-puppet-beaker-rspec-devstack-centos7
- gate-puppet-openstackci-puppet-beaker-rspec-dsvm-trusty
- gate-puppet-openstackci-puppet-beaker-rspec-dsvm-centos7
- name: openstack-infra/puppet-openstackid
template:
@ -5362,9 +5362,9 @@ projects:
template:
- name: merge-check
check:
- gate-fuel-astute-puppet-unit-3.8-devstack-centos7
- gate-fuel-astute-puppet-unit-3.8-dsvm-centos7
gate:
- gate-fuel-astute-puppet-unit-3.8-devstack-centos7
- gate-fuel-astute-puppet-unit-3.8-dsvm-centos7
- name: openstack/fuel-dev-tools
template:
@ -5399,19 +5399,19 @@ projects:
- name: merge-check
check:
- gate-fuel-library-puppet-lint
- gate-fuel-library-puppet-syntax-3-devstack-centos7
- gate-fuel-library-puppet-syntax-4-devstack-centos7
- gate-fuel-library-puppet-unit-3.3-devstack-centos7
- gate-fuel-library-puppet-unit-3.4-devstack-centos7
- gate-fuel-library-puppet-unit-3.8-devstack-centos7
- gate-fuel-library-puppet-unit-4.0-devstack-centos7
- gate-fuel-library-puppet-syntax-3-dsvm-centos7
- gate-fuel-library-puppet-syntax-4-dsvm-centos7
- gate-fuel-library-puppet-unit-3.3-dsvm-centos7
- gate-fuel-library-puppet-unit-3.4-dsvm-centos7
- gate-fuel-library-puppet-unit-3.8-dsvm-centos7
- gate-fuel-library-puppet-unit-4.0-dsvm-centos7
gate:
- gate-fuel-library-puppet-lint
- gate-fuel-library-puppet-syntax-3-devstack-centos7
- gate-fuel-library-puppet-syntax-4-devstack-centos7
- gate-fuel-library-puppet-unit-3.3-devstack-centos7
- gate-fuel-library-puppet-unit-3.4-devstack-centos7
- gate-fuel-library-puppet-unit-3.8-devstack-centos7
- gate-fuel-library-puppet-syntax-3-dsvm-centos7
- gate-fuel-library-puppet-syntax-4-dsvm-centos7
- gate-fuel-library-puppet-unit-3.3-dsvm-centos7
- gate-fuel-library-puppet-unit-3.4-dsvm-centos7
- gate-fuel-library-puppet-unit-3.8-dsvm-centos7
- name: openstack/fuel-main
template:
@ -5443,9 +5443,9 @@ projects:
template:
- name: merge-check
check:
- gate-fuel-nailgun-agent-puppet-unit-3.8-devstack-centos7
- gate-fuel-nailgun-agent-puppet-unit-3.8-dsvm-centos7
gate:
- gate-fuel-nailgun-agent-puppet-unit-3.8-devstack-centos7
- gate-fuel-nailgun-agent-puppet-unit-3.8-dsvm-centos7
- name: openstack/fuel-noop-fixtures
template:
@ -6251,12 +6251,12 @@ projects:
- name: check-tripleo-jobs
check:
- gate-instack-undercloud-puppet-lint
- gate-instack-undercloud-puppet-syntax-3-devstack-centos7
- gate-instack-undercloud-puppet-syntax-4-devstack-centos7
- gate-instack-undercloud-puppet-syntax-3-dsvm-centos7
- gate-instack-undercloud-puppet-syntax-4-dsvm-centos7
gate:
- gate-instack-undercloud-puppet-lint
- gate-instack-undercloud-puppet-syntax-3-devstack-centos7
- gate-instack-undercloud-puppet-syntax-4-devstack-centos7
- gate-instack-undercloud-puppet-syntax-3-dsvm-centos7
- gate-instack-undercloud-puppet-syntax-4-dsvm-centos7
- name: openstack/intel-nfv-ci-tests
template:
@ -8831,8 +8831,8 @@ projects:
- name: puppet-openstack-integration-jobs-all
- name: release-notes-jobs
check:
- gate-puppet-openstack_extras-puppet-beaker-rspec-ubuntu-trusty
- gate-puppet-openstack_extras-puppet-beaker-rspec-devstack-centos7
- gate-puppet-openstack_extras-puppet-beaker-rspec-dsvm-trusty
- gate-puppet-openstack_extras-puppet-beaker-rspec-dsvm-centos7
- name: openstack/puppet-openstack-integration
template:
@ -8893,9 +8893,9 @@ projects:
- name: puppet-check-jobs
- name: puppet-module-unit-jobs
check:
- gate-puppet-pacemaker-puppet-beaker-rspec-devstack-centos7
- gate-puppet-pacemaker-puppet-beaker-rspec-dsvm-centos7
gate:
- gate-puppet-pacemaker-puppet-beaker-rspec-devstack-centos7
- gate-puppet-pacemaker-puppet-beaker-rspec-dsvm-centos7
check-tripleo:
- gate-tripleo-ci-f22-ha
@ -10750,9 +10750,9 @@ projects:
- gate-tempest-dsvm-ironic-parallel-nv
- gate-tempest-dsvm-nova-v20-api
- gate-tempest-dsvm-nova-v20-api-legacy
- gate-puppet-openstack-integration-3-scenario001-tempest-devstack-centos7
- gate-puppet-openstack-integration-3-scenario002-tempest-devstack-centos7
- gate-puppet-openstack-integration-3-scenario003-tempest-devstack-centos7
- gate-puppet-openstack-integration-3-scenario001-tempest-dsvm-centos7
- gate-puppet-openstack-integration-3-scenario002-tempest-dsvm-centos7
- gate-puppet-openstack-integration-3-scenario003-tempest-dsvm-centos7
post:
- tempest-docs
- tempest-coverage
@ -10925,15 +10925,15 @@ projects:
- name: check-tripleo-jobs
check:
- gate-tripleo-heat-templates-puppet-lint
- gate-tripleo-heat-templates-puppet-syntax-3-devstack-centos7
- gate-tripleo-heat-templates-puppet-syntax-4-devstack-centos7
- gate-tripleo-heat-templates-puppet-syntax-3-dsvm-centos7
- gate-tripleo-heat-templates-puppet-syntax-4-dsvm-centos7
- gate-tripleo-heat-templates-pep8
post:
- tripleo-heat-templates-branch-tarball
gate:
- gate-tripleo-heat-templates-puppet-lint
- gate-tripleo-heat-templates-puppet-syntax-3-devstack-centos7
- gate-tripleo-heat-templates-puppet-syntax-4-devstack-centos7
- gate-tripleo-heat-templates-puppet-syntax-3-dsvm-centos7
- gate-tripleo-heat-templates-puppet-syntax-4-dsvm-centos7
- gate-tripleo-heat-templates-pep8
- name: openstack/tripleo-image-elements