Always use gate- instead of check (devstack-gate)
Change pipeline name to only use "gate", we do not need the differentiation between check and gate anymore. This patch changes all devstack-gate and tripleo jobs. This change reduces the number of generated jobs from 6452 to 6284 since we do not duplicate check and gate anymore. Change-Id: Ic70d37343124884b82a730339dded0c4ae4f16a8
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
- job-template:
|
||||
name: 'check-dg-tempest-dsvm-full'
|
||||
name: 'gate-dg-tempest-dsvm-full'
|
||||
node: '{node}'
|
||||
|
||||
wrappers:
|
||||
@@ -27,7 +27,7 @@
|
||||
- zuul-swift-devstack-logs-with-console
|
||||
|
||||
- job-template:
|
||||
name: 'check-dg-tempest-dsvm-full-reexec'
|
||||
name: 'gate-dg-tempest-dsvm-full-reexec'
|
||||
node: '{node}'
|
||||
|
||||
wrappers:
|
||||
@@ -54,7 +54,7 @@
|
||||
- zuul-swift-devstack-logs-with-console
|
||||
|
||||
- job-template:
|
||||
name: 'check-dg-hooks-dsvm'
|
||||
name: 'gate-dg-hooks-dsvm'
|
||||
node: '{node}'
|
||||
|
||||
wrappers:
|
||||
@@ -1834,7 +1834,7 @@
|
||||
- console-log
|
||||
|
||||
- job:
|
||||
name: 'check-tempest-dsvm-centos7'
|
||||
name: 'gate-tempest-dsvm-centos7'
|
||||
node: 'devstack-centos7'
|
||||
|
||||
wrappers:
|
||||
@@ -2285,9 +2285,9 @@
|
||||
- job-group:
|
||||
name: devstack-gate-jobs
|
||||
jobs:
|
||||
- 'check-dg-tempest-dsvm-full'
|
||||
- 'check-dg-tempest-dsvm-full-reexec'
|
||||
- 'check-dg-hooks-dsvm'
|
||||
- 'gate-dg-tempest-dsvm-full'
|
||||
- 'gate-dg-tempest-dsvm-full-reexec'
|
||||
- 'gate-dg-hooks-dsvm'
|
||||
|
||||
|
||||
- job-group:
|
||||
|
@@ -400,65 +400,65 @@
|
||||
branch-designator: ''
|
||||
branch-override: default
|
||||
- '{pipeline}-grenade-dsvm-ironic-sideways{branch-designator}':
|
||||
pipeline: check
|
||||
pipeline: gate
|
||||
node: 'devstack-precise || devstack-trusty'
|
||||
branch-designator: '-nv'
|
||||
branch-override: default
|
||||
- '{pipeline}-tempest-dsvm-ironic-pxe_ssh{branch-designator}':
|
||||
pipeline: check
|
||||
pipeline: gate
|
||||
node: 'devstack-precise || devstack-trusty'
|
||||
branch-designator: '-nv'
|
||||
branch-override: default
|
||||
- '{pipeline}-tempest-dsvm-ironic-pxe_ssh-postgres{branch-designator}':
|
||||
pipeline: check
|
||||
pipeline: gate
|
||||
node: 'devstack-precise || devstack-trusty'
|
||||
branch-designator: '-nv'
|
||||
branch-override: default
|
||||
- '{pipeline}-tempest-dsvm-ironic-agent_ssh{branch-designator}':
|
||||
pipeline: check
|
||||
pipeline: gate
|
||||
node: 'devstack-trusty'
|
||||
branch-designator: '-nv'
|
||||
branch-override: default
|
||||
- '{pipeline}-tempest-dsvm-ironic-pxe_ipa{branch-designator}':
|
||||
pipeline: check
|
||||
pipeline: gate
|
||||
node: 'devstack-trusty'
|
||||
branch-designator: '-nv'
|
||||
branch-override: default
|
||||
- '{pipeline}-tempest-dsvm-ironic-pxe_ipa-src{branch-designator}':
|
||||
pipeline: check
|
||||
pipeline: gate
|
||||
node: 'devstack-trusty'
|
||||
branch-designator: '-nv'
|
||||
branch-override: default
|
||||
- '{pipeline}-tempest-dsvm-ironic-parallel{branch-designator}':
|
||||
pipeline: check
|
||||
pipeline: gate
|
||||
node: 'devstack-precise || devstack-trusty'
|
||||
branch-designator: '-nv'
|
||||
branch-override: default
|
||||
- 'check-tripleo-{jobname}':
|
||||
- 'gate-tripleo-{jobname}':
|
||||
jobname: 'ironic-overcloud-f21-nonha'
|
||||
type: 'overcloud-f21-nonha'
|
||||
node: 'tripleo-f21'
|
||||
- 'check-tripleo-{jobname}':
|
||||
- 'gate-tripleo-{jobname}':
|
||||
jobname: 'ironic-overcloud-f21puppet-nonha'
|
||||
type: 'overcloud-f21puppet-nonha'
|
||||
node: 'tripleo-f21'
|
||||
- 'check-tripleo-{jobname}':
|
||||
- 'gate-tripleo-{jobname}':
|
||||
jobname: 'ironic-overcloud-f21puppet-ha'
|
||||
type: 'overcloud-f21puppet-ha'
|
||||
node: 'tripleo-f21'
|
||||
- 'check-tripleo-{jobname}':
|
||||
- 'gate-tripleo-{jobname}':
|
||||
jobname: 'ironic-overcloud-f21puppet-ceph'
|
||||
type: 'overcloud-f21puppet-ceph'
|
||||
node: 'tripleo-f21'
|
||||
- 'check-tripleo-{jobname}':
|
||||
- 'gate-tripleo-{jobname}':
|
||||
jobname: 'ironic-overcloud-precise-nonha'
|
||||
type: 'overcloud-precise-nonha'
|
||||
node: 'tripleo-precise'
|
||||
- 'check-tripleo-{jobname}':
|
||||
- 'gate-tripleo-{jobname}':
|
||||
jobname: 'ironic-undercloud-precise-nonha'
|
||||
type: 'undercloud-precise-nonha'
|
||||
node: 'tripleo-precise'
|
||||
- 'check-tripleo-{jobname}':
|
||||
- 'gate-tripleo-{jobname}':
|
||||
jobname: 'ironic-vlan-precise-nonha'
|
||||
type: 'vlan-precise-nonha'
|
||||
node: 'tripleo-precise'
|
||||
@@ -947,11 +947,6 @@
|
||||
envlist: "py27-scenario-unit"
|
||||
- gate-{name}-tox-{envlist}:
|
||||
envlist: bandit
|
||||
- '{pipeline}-tempest-dsvm-sahara{branch-designator}':
|
||||
pipeline: check
|
||||
node: 'devstack-trusty'
|
||||
branch-designator: ''
|
||||
branch-override: default
|
||||
- '{pipeline}-tempest-dsvm-sahara{branch-designator}':
|
||||
pipeline: gate
|
||||
node: 'devstack-trusty'
|
||||
@@ -1246,11 +1241,6 @@
|
||||
node: 'devstack-precise || devstack-trusty'
|
||||
branch-designator: ''
|
||||
branch-override: default
|
||||
- '{pipeline}-tempest-dsvm-python-ironicclient-src{branch-designator}':
|
||||
pipeline: check
|
||||
node: 'devstack-precise || devstack-trusty'
|
||||
branch-designator: ''
|
||||
branch-override: default
|
||||
- '{pipeline}-tempest-dsvm-python-ironicclient-src{branch-designator}':
|
||||
pipeline: gate
|
||||
node: 'devstack-precise || devstack-trusty'
|
||||
@@ -1386,11 +1376,6 @@
|
||||
- pypi-jobs
|
||||
- openstack-publish-jobs
|
||||
- 'lib-forward-testing-{name}'
|
||||
- '{pipeline}-saharaclient-dsvm-functional{branch-designator}':
|
||||
pipeline: check
|
||||
node: 'devstack-precise || devstack-trusty'
|
||||
branch-designator: ''
|
||||
branch-override: default
|
||||
- '{pipeline}-saharaclient-dsvm-functional{branch-designator}':
|
||||
pipeline: gate
|
||||
node: 'devstack-precise || devstack-trusty'
|
||||
@@ -2897,11 +2882,6 @@
|
||||
node: 'devstack-precise || devstack-trusty'
|
||||
branch-designator: ''
|
||||
branch-override: default
|
||||
- devstack-jobs:
|
||||
pipeline: check
|
||||
node: 'devstack-precise || devstack-trusty'
|
||||
branch-designator: ''
|
||||
branch-override: default
|
||||
# Stable gate jobs for branchless tempest
|
||||
- devstack-jobs:
|
||||
pipeline: gate
|
||||
@@ -2916,22 +2896,12 @@
|
||||
# Stable check jobs for testing devstack gate
|
||||
# tempest also uses these job definitions
|
||||
- devstack-jobs:
|
||||
pipeline: check
|
||||
node: 'devstack-precise || devstack-trusty'
|
||||
branch-designator: '-juno'
|
||||
branch-override: stable/juno
|
||||
- devstack-jobs:
|
||||
pipeline: check
|
||||
pipeline: gate
|
||||
node: 'devstack-precise || devstack-trusty'
|
||||
branch-designator: '-juno-nv'
|
||||
branch-override: stable/juno
|
||||
- devstack-jobs:
|
||||
pipeline: check
|
||||
node: 'devstack-precise || devstack-trusty'
|
||||
branch-designator: '-kilo'
|
||||
branch-override: stable/kilo
|
||||
- devstack-jobs:
|
||||
pipeline: check
|
||||
pipeline: gate
|
||||
node: 'devstack-precise || devstack-trusty'
|
||||
branch-designator: '-kilo-nv'
|
||||
branch-override: stable/kilo
|
||||
@@ -2955,32 +2925,32 @@
|
||||
- devstack-gate-jobs:
|
||||
node: 'devstack-precise || devstack-trusty'
|
||||
- '{pipeline}-grenade-dsvm-multinode{branch-designator}':
|
||||
pipeline: check
|
||||
pipeline: gate
|
||||
node: devstack-trusty-2-node
|
||||
branch-designator: ''
|
||||
branch-override: default
|
||||
- '{pipeline}-tempest-dsvm-multinode-full{branch-designator}':
|
||||
pipeline: check
|
||||
pipeline: gate
|
||||
node: devstack-trusty-2-node
|
||||
branch-designator: ''
|
||||
branch-override: default
|
||||
- '{pipeline}-tempest-dsvm-neutron-multinode-full{branch-designator}':
|
||||
pipeline: check
|
||||
pipeline: gate
|
||||
node: devstack-trusty-2-node
|
||||
branch-designator: ''
|
||||
branch-override: default
|
||||
- '{pipeline}-tempest-dsvm-neutron-dvr-multinode-full{branch-designator}':
|
||||
pipeline: check
|
||||
pipeline: gate
|
||||
node: devstack-trusty-2-node
|
||||
branch-designator: ''
|
||||
branch-override: default
|
||||
- '{pipeline}-tempest-dsvm-multinode-smoke{branch-designator}':
|
||||
pipeline: check
|
||||
pipeline: gate
|
||||
node: devstack-trusty-2-node
|
||||
branch-designator: ''
|
||||
branch-override: default
|
||||
- '{pipeline}-tempest-dsvm-neutron-multinode-smoke{branch-designator}':
|
||||
pipeline: check
|
||||
pipeline: gate
|
||||
node: devstack-trusty-2-node
|
||||
branch-designator: ''
|
||||
branch-override: default
|
||||
@@ -2998,7 +2968,7 @@
|
||||
# fedora jobs
|
||||
- '{pipeline}-tempest-dsvm-f{fedora-release}':
|
||||
fedora-release: 21
|
||||
pipeline: check
|
||||
pipeline: gate
|
||||
node: devstack-f21
|
||||
|
||||
- project:
|
||||
@@ -4421,11 +4391,11 @@
|
||||
- gate-{name}-bashate
|
||||
- '{pipeline}-tempest-dsvm-full-glusterfs{branch-designator}':
|
||||
node: devstack-precise || devstack-trusty
|
||||
pipeline: check
|
||||
pipeline: gate
|
||||
branch-designator: '-nv'
|
||||
- '{pipeline}-tempest-dsvm-full-glusterfs{branch-designator}':
|
||||
node: devstack-precise || devstack-trusty
|
||||
pipeline: check
|
||||
pipeline: gate
|
||||
branch-designator: ''
|
||||
|
||||
- project:
|
||||
@@ -4435,12 +4405,12 @@
|
||||
jobs:
|
||||
- gate-{name}-bashate
|
||||
- '{pipeline}-tempest-dsvm-full-{plugin}{branch-designator}':
|
||||
pipeline: check
|
||||
pipeline: gate
|
||||
plugin: sheepdog
|
||||
plugin-repo: stackforge/devstack-plugin-sheepdog
|
||||
branch-designator: ''
|
||||
- '{pipeline}-tempest-dsvm-full-{plugin}{branch-designator}':
|
||||
pipeline: check
|
||||
pipeline: gate
|
||||
plugin: sheepdog
|
||||
plugin-repo: stackforge/devstack-plugin-sheepdog
|
||||
branch-designator: '-nv'
|
||||
@@ -4479,10 +4449,10 @@
|
||||
jobs:
|
||||
- gate-{name}-bashate
|
||||
- '{pipeline}-tempest-dsvm-full-drbd-devstack{branch-designator}':
|
||||
pipeline: check
|
||||
pipeline: gate
|
||||
branch-designator: '-nv'
|
||||
- '{pipeline}-tempest-dsvm-full-drbd-devstack{branch-designator}':
|
||||
pipeline: check
|
||||
pipeline: gate
|
||||
branch-designator: ''
|
||||
|
||||
- project:
|
||||
|
@@ -1,5 +1,5 @@
|
||||
- job-template:
|
||||
name: 'check-tripleo-{jobname}'
|
||||
name: 'gate-tripleo-{jobname}'
|
||||
node: '{node}'
|
||||
|
||||
wrappers:
|
||||
|
427
zuul/layout.yaml
427
zuul/layout.yaml
@@ -259,18 +259,18 @@ project-templates:
|
||||
|
||||
- name: grenade
|
||||
check:
|
||||
- 'check-grenade-dsvm'
|
||||
- 'gate-grenade-dsvm'
|
||||
gate:
|
||||
- 'gate-grenade-dsvm'
|
||||
experimental:
|
||||
- 'check-grenade-dsvm-neutron'
|
||||
- 'gate-grenade-dsvm-neutron'
|
||||
|
||||
- name: integrated-gate
|
||||
check:
|
||||
- 'check-tempest-dsvm-full'
|
||||
- 'check-tempest-dsvm-postgres-full'
|
||||
- 'check-tempest-dsvm-neutron'
|
||||
- 'check-tempest-dsvm-neutron-full'
|
||||
- 'gate-tempest-dsvm-full'
|
||||
- 'gate-tempest-dsvm-postgres-full'
|
||||
- 'gate-tempest-dsvm-neutron'
|
||||
- 'gate-tempest-dsvm-neutron-full'
|
||||
gate:
|
||||
- 'gate-tempest-dsvm-full'
|
||||
- 'gate-tempest-dsvm-postgres-full'
|
||||
@@ -281,16 +281,16 @@ project-templates:
|
||||
|
||||
- name: integrated-gate-neutron
|
||||
check:
|
||||
- 'check-tempest-dsvm-neutron'
|
||||
- 'check-tempest-dsvm-neutron-full'
|
||||
- 'check-grenade-dsvm-neutron'
|
||||
- 'gate-tempest-dsvm-neutron'
|
||||
- 'gate-tempest-dsvm-neutron-full'
|
||||
- 'gate-grenade-dsvm-neutron'
|
||||
gate:
|
||||
- 'gate-tempest-dsvm-neutron'
|
||||
- 'gate-tempest-dsvm-neutron-full'
|
||||
periodic-qa:
|
||||
- 'check-tempest-dsvm-neutron-pg-full'
|
||||
- 'gate-tempest-dsvm-neutron-pg-full'
|
||||
experimental:
|
||||
- 'check-tempest-dsvm-neutron-pg-full'
|
||||
- 'gate-tempest-dsvm-neutron-pg-full'
|
||||
|
||||
- name: lib-forward-testing
|
||||
check:
|
||||
@@ -535,22 +535,22 @@ project-templates:
|
||||
|
||||
- name: check-tripleo-jobs
|
||||
check-tripleo:
|
||||
- check-tripleo-ironic-undercloud-precise-nonha
|
||||
- check-tripleo-ironic-overcloud-f21-nonha
|
||||
- check-tripleo-ironic-overcloud-f21puppet-nonha
|
||||
- check-tripleo-ironic-overcloud-precise-nonha
|
||||
- gate-tripleo-ironic-undercloud-precise-nonha
|
||||
- gate-tripleo-ironic-overcloud-f21-nonha
|
||||
- gate-tripleo-ironic-overcloud-f21puppet-nonha
|
||||
- gate-tripleo-ironic-overcloud-precise-nonha
|
||||
|
||||
- name: check-tripleo-puppet-jobs
|
||||
check-tripleo:
|
||||
- check-tripleo-ironic-overcloud-f21puppet-nonha
|
||||
- check-tripleo-ironic-overcloud-f21puppet-ha
|
||||
- check-tripleo-ironic-overcloud-f21puppet-ceph
|
||||
- gate-tripleo-ironic-overcloud-f21puppet-nonha
|
||||
- gate-tripleo-ironic-overcloud-f21puppet-ha
|
||||
- gate-tripleo-ironic-overcloud-f21puppet-ceph
|
||||
|
||||
- name: experimental-tripleo-jobs
|
||||
experimental-tripleo:
|
||||
- check-tripleo-ironic-undercloud-precise-nonha
|
||||
- check-tripleo-ironic-overcloud-precise-nonha
|
||||
- check-tripleo-ironic-overcloud-f21-nonha
|
||||
- gate-tripleo-ironic-undercloud-precise-nonha
|
||||
- gate-tripleo-ironic-overcloud-precise-nonha
|
||||
- gate-tripleo-ironic-overcloud-f21-nonha
|
||||
|
||||
- name: javascript-jobs
|
||||
check:
|
||||
@@ -714,53 +714,53 @@ jobs:
|
||||
voting: false
|
||||
|
||||
# Images for Icehouse do not contain python34
|
||||
- name: ^(gate|check)-.*-python34$
|
||||
- name: ^gate-.*-python34$
|
||||
branch: ^(?!stable/icehouse).*$
|
||||
|
||||
# Images for Icehouse do not contain pypy
|
||||
#
|
||||
# BUG #1290562 pypy does not work with new setuptools, so is breaking
|
||||
# all jobs. Disable until there is resolution.
|
||||
- name: ^(gate|check)-.*-pypy$
|
||||
- name: ^gate-.*-pypy$
|
||||
branch: ^(?!stable/icehouse).*$
|
||||
voting: false
|
||||
|
||||
- name: ^(gate|check)-tempest-dsvm-cells$
|
||||
- name: ^gate-tempest-dsvm-cells$
|
||||
branch: ^(?!stable/(juno|kilo)).*$
|
||||
|
||||
- name: ^(gate|check)-grenade-dsvm$
|
||||
- name: ^gate-grenade-dsvm$
|
||||
branch: ^(?!stable/juno).*$
|
||||
|
||||
- name: ^(gate|check)-grenade-dsvm-neutron$
|
||||
- name: ^gate-grenade-dsvm-neutron$
|
||||
branch: ^(?!stable/juno).*$
|
||||
|
||||
- name: ^(gate|check)-grenade-dsvm-partial-ncpu$
|
||||
- name: ^gate-grenade-dsvm-partial-ncpu$
|
||||
branch: ^(?!stable/juno).*$
|
||||
|
||||
- name: ^check-tempest-dsvm-ironic-parallel-nv$
|
||||
- name: ^gate-tempest-dsvm-ironic-parallel-nv$
|
||||
branch: ^(?!stable)
|
||||
|
||||
- name: ^(gate|check)-grenade-dsvm-ironic-sideways.*$
|
||||
- name: ^gate-grenade-dsvm-ironic-sideways.*$
|
||||
branch: stable/juno
|
||||
|
||||
# only here until stable is votable, then merge
|
||||
# back to a single job
|
||||
- name: ^(gate|check)-grenade-dsvm-forward$
|
||||
- name: ^gate-grenade-dsvm-forward$
|
||||
branch: ^(stable/).*$
|
||||
voting: false
|
||||
|
||||
- name: ^(gate|check)-grenade-dsvm-neutron-forward
|
||||
- name: ^gate-grenade-dsvm-neutron-forward
|
||||
branch: ^(stable/).*$
|
||||
voting: false
|
||||
|
||||
- name: ^(gate|check)-grenade-dsvm-heat
|
||||
- name: ^gate-grenade-dsvm-heat
|
||||
branch: ^(?!stable/(juno|kilo)).*$
|
||||
voting: false
|
||||
|
||||
- name: check-devstack-dsvm-updown
|
||||
- name: gate-devstack-dsvm-updown
|
||||
branch: ^(?!stable)
|
||||
|
||||
- name: check-tempest-dsvm-f21
|
||||
- name: gate-tempest-dsvm-f21
|
||||
branch: ^(?!stable)
|
||||
voting: false
|
||||
|
||||
@@ -780,26 +780,26 @@ jobs:
|
||||
- name: gate-functional-dsvm-magnum
|
||||
branch: ^(?!stable)
|
||||
|
||||
- name: check-tempest-dsvm-centos7
|
||||
- name: gate-tempest-dsvm-centos7
|
||||
voting: false
|
||||
|
||||
- name: check-tempest-dsvm-multinode-full
|
||||
- name: gate-tempest-dsvm-multinode-full
|
||||
branch: ^(?!stable/juno).*$
|
||||
voting: false
|
||||
|
||||
- name: check-tempest-dsvm-neutron-multinode-full
|
||||
- name: gate-tempest-dsvm-neutron-multinode-full
|
||||
branch: ^(?!stable/juno).*$
|
||||
voting: false
|
||||
|
||||
- name: check-tempest-dsvm-neutron-dvr-multinode-full
|
||||
- name: gate-tempest-dsvm-neutron-dvr-multinode-full
|
||||
branch: ^(?!stable/juno).*$
|
||||
voting: false
|
||||
|
||||
- name: check-tempest-dsvm-multinode-smoke
|
||||
- name: gate-tempest-dsvm-multinode-smoke
|
||||
branch: ^(?!stable/juno).*$
|
||||
voting: false
|
||||
|
||||
- name: check-tempest-dsvm-neutron-multinode-smoke
|
||||
- name: gate-tempest-dsvm-neutron-multinode-smoke
|
||||
branch: ^(?!stable/juno).*$
|
||||
voting: false
|
||||
|
||||
@@ -897,13 +897,13 @@ jobs:
|
||||
- 'tools/check_projects_yaml_alphabetized.sh'
|
||||
- 'tox.ini'
|
||||
|
||||
- name: ^check-tripleo-.*$
|
||||
- name: ^gate-tripleo-.*$
|
||||
branch: ^master$
|
||||
|
||||
- name: check-tripleo-ironic-overcloud-f21puppet-ha
|
||||
- name: gate-tripleo-ironic-overcloud-f21puppet-ha
|
||||
voting: false
|
||||
|
||||
- name: check-tripleo-ironic-overcloud-f21puppet-ceph
|
||||
- name: gate-tripleo-ironic-overcloud-f21puppet-ceph
|
||||
voting: false
|
||||
|
||||
# Continous publishing from master of the following documentation targets:
|
||||
@@ -992,11 +992,11 @@ jobs:
|
||||
branch: ^master$
|
||||
voting: false
|
||||
|
||||
- name: ^(gate|check)-sahara-extra-artifacts$
|
||||
- name: ^gate-sahara-extra-artifacts$
|
||||
branch: ^(?!stable/(icehouse|juno|kilo)).*$
|
||||
voting: false
|
||||
|
||||
- name: ^(gate|check)-sahara-tox-py27-scenario-unit$
|
||||
- name: ^gate-sahara-tox-py27-scenario-unit$
|
||||
branch: ^(?!stable/juno).*$
|
||||
|
||||
- name: sahara-coverage
|
||||
@@ -1015,7 +1015,7 @@ jobs:
|
||||
- name: gate-kite-python34
|
||||
voting: false
|
||||
|
||||
- name: ^(gate|check)-tempest-master
|
||||
- name: ^gate-tempest-master
|
||||
voting: false
|
||||
|
||||
- name: gate-keystone-tox-bandit
|
||||
@@ -1189,7 +1189,7 @@ jobs:
|
||||
- name: ^gate-neutron-dsvm-api$
|
||||
branch: ^(?!stable/juno).*$
|
||||
|
||||
- name: check-tempest-dsvm-neutron-dvr
|
||||
- name: gate-tempest-dsvm-neutron-dvr
|
||||
voting: false
|
||||
|
||||
- name: gate-neutron-dsvm-fullstack
|
||||
@@ -1232,13 +1232,10 @@ jobs:
|
||||
files:
|
||||
- '^apidocs/.*$'
|
||||
|
||||
- name: check-tempest-dsvm-full-ceph
|
||||
branch: ^(?!stable/juno).*$
|
||||
|
||||
- name: gate-tempest-dsvm-full-ceph
|
||||
branch: ^(?!stable/juno).*$
|
||||
|
||||
- name: check-tempest-dsvm-full-lio
|
||||
- name: gate-tempest-dsvm-full-lio
|
||||
branch: ^(?!stable/juno).*$
|
||||
voting: false
|
||||
|
||||
@@ -1265,22 +1262,22 @@ jobs:
|
||||
swift:
|
||||
- name: logs
|
||||
|
||||
- name: ^(gate|check)-pecan-tox-ceilometer-stable
|
||||
- name: ^gate-pecan-tox-ceilometer-stable
|
||||
voting: false
|
||||
|
||||
- name: ^(gate|check)-pecan-tox-designate-stable
|
||||
- name: ^gate-pecan-tox-designate-stable
|
||||
voting: false
|
||||
|
||||
- name: ^(gate|check)-pecan-tox-ironic-stable
|
||||
- name: ^gate-pecan-tox-ironic-stable
|
||||
voting: false
|
||||
|
||||
- name: gate-horizon-jshint
|
||||
branch: ^stable/(juno|kilo)
|
||||
|
||||
- name: ^(gate|check)-horizon-npm-run-lint$
|
||||
- name: ^gate-horizon-npm-run-lint$
|
||||
voting: false
|
||||
|
||||
- name: ^(gate|check)-horizon-npm-run-.*$
|
||||
- name: ^gate-horizon-npm-run-.*$
|
||||
branch: ^(?!stable/(juno|kilo)).*$
|
||||
|
||||
- name: gate-tempest-dsvm-ceilometer-mongodb-full
|
||||
@@ -1316,7 +1313,7 @@ jobs:
|
||||
|
||||
# TODO(kragniz): Enable voting for each driver when the jobs are
|
||||
# functioning for that driver
|
||||
- name: ^(gate|check)-glance_store-dsvm-functional.*$
|
||||
- name: ^gate-glance_store-dsvm-functional.*$
|
||||
branch: ^(?!stable/kilo).*$
|
||||
voting: false
|
||||
|
||||
@@ -1355,10 +1352,10 @@ jobs:
|
||||
- name: ^gate-puppet-swift-puppet-syntax-.*$
|
||||
branch: ^(?!stable/(havana|icehouse|juno)).*$
|
||||
|
||||
- name: ^(gate|check)-tempest-dsvm-nova-v21-full$
|
||||
- name: ^gate-tempest-dsvm-nova-v21-full$
|
||||
branch: ^(?!stable/juno).*$
|
||||
|
||||
- name: ^(gate|check)-tempest-dsvm-nova-v21-neutron-full$
|
||||
- name: ^gate-tempest-dsvm-nova-v21-neutron-full$
|
||||
branch: ^(?!stable/juno).*$
|
||||
voting: false
|
||||
files:
|
||||
@@ -1367,7 +1364,7 @@ jobs:
|
||||
- '^nova/api/openstack/compute/schemas/v3/.*$'
|
||||
- '^tempest/api/network/.*$'
|
||||
|
||||
- name: ^(gate|check)-tempest-dsvm-nova-wsgi-full$
|
||||
- name: ^gate-tempest-dsvm-nova-wsgi-full$
|
||||
branch: ^(?!stable/juno).*$
|
||||
|
||||
# TODO(yamamoto): Revisit when Neutron driver API become more stable.
|
||||
@@ -1382,7 +1379,7 @@ jobs:
|
||||
voting: false
|
||||
|
||||
# NOTE(jroll): This job was not working at Juno release.
|
||||
- name: ^(gate|check)-tempest-dsvm-ironic-agent_ssh$
|
||||
- name: ^gate-tempest-dsvm-ironic-agent_ssh$
|
||||
branch: ^(?!stable/juno).*$
|
||||
|
||||
# Python 2.6 deprecation
|
||||
@@ -1521,11 +1518,11 @@ jobs:
|
||||
branch: ^(?!stable/(?:juno|kilo)).*$
|
||||
|
||||
# Saharaclient python 3.4 tests don't run on kilo or earlier
|
||||
- name: ^(gate|check)-python-saharaclient-python34$
|
||||
- name: ^gate-python-saharaclient-python34$
|
||||
branch: ^(?!stable/(?:juno|kilo)).*$
|
||||
|
||||
# Saharaclient functional test don't run on kilo or earlier
|
||||
- name: ^(gate|check)-saharaclient-dsvm-functional$
|
||||
- name: ^gate-saharaclient-dsvm-functional$
|
||||
branch: ^(?!stable/(?:juno|kilo)).*$
|
||||
|
||||
# Only run the unit cross tests for cliff against master.
|
||||
@@ -1597,7 +1594,7 @@ projects:
|
||||
- name: grenade
|
||||
- name: translation-jobs
|
||||
check:
|
||||
- check-devstack-dsvm-cells
|
||||
- gate-devstack-dsvm-cells
|
||||
- gate-tempest-dsvm-ceilometer-mongodb-full
|
||||
gate:
|
||||
- gate-devstack-dsvm-cells
|
||||
@@ -1607,7 +1604,7 @@ projects:
|
||||
- gate-tempest-dsvm-ceilometer-es
|
||||
- gate-tempest-dsvm-ceilometer-es-full
|
||||
- gate-ceilometer-dsvm-functional-mongodb
|
||||
- check-grenade-dsvm-ceilometer
|
||||
- gate-grenade-dsvm-ceilometer
|
||||
|
||||
- name: openstack/ceilometer-specs
|
||||
template:
|
||||
@@ -1646,23 +1643,23 @@ projects:
|
||||
- name: translation-jobs
|
||||
check:
|
||||
- gate-cinder-pylint
|
||||
- check-devstack-dsvm-cells
|
||||
- gate-devstack-dsvm-cells
|
||||
- gate-rally-dsvm-cinder
|
||||
- check-tempest-dsvm-full-ceph
|
||||
- gate-tempest-dsvm-full-ceph
|
||||
# These jobs test open source plugins and must remain with the -nv branch
|
||||
# designator unless cinder gives permission.
|
||||
- check-tempest-dsvm-full-glusterfs-nv
|
||||
- check-tempest-dsvm-full-sheepdog-nv
|
||||
- check-tempest-dsvm-full-drbd-devstack-nv
|
||||
- gate-tempest-dsvm-full-glusterfs-nv
|
||||
- gate-tempest-dsvm-full-sheepdog-nv
|
||||
- gate-tempest-dsvm-full-drbd-devstack-nv
|
||||
gate:
|
||||
- gate-devstack-dsvm-cells
|
||||
- gate-tempest-dsvm-full-ceph
|
||||
experimental:
|
||||
- gate-grenade-dsvm-forward
|
||||
- check-tempest-dsvm-full-lio
|
||||
- gate-tempest-dsvm-full-lio
|
||||
experimental-tripleo:
|
||||
- check-tripleo-ironic-overcloud-precise-nonha
|
||||
- check-tripleo-ironic-overcloud-f21-nonha
|
||||
- gate-tripleo-ironic-overcloud-precise-nonha
|
||||
- gate-tripleo-ironic-overcloud-f21-nonha
|
||||
|
||||
- name: openstack/cinder-specs
|
||||
template:
|
||||
@@ -1801,8 +1798,8 @@ projects:
|
||||
- name: large-ops
|
||||
- name: experimental-tripleo-jobs
|
||||
check:
|
||||
- check-devstack-dsvm-cells
|
||||
- check-tempest-dsvm-full-ceph
|
||||
- gate-devstack-dsvm-cells
|
||||
- gate-tempest-dsvm-full-ceph
|
||||
- gate-rally-dsvm-glance
|
||||
gate:
|
||||
- gate-devstack-dsvm-cells
|
||||
@@ -1868,14 +1865,14 @@ projects:
|
||||
- gate-heat-dsvm-functional-orig-mysql
|
||||
- gate-tempest-dsvm-heat
|
||||
- gate-heat-python34
|
||||
- check-grenade-dsvm-heat
|
||||
- gate-grenade-dsvm-heat
|
||||
gate:
|
||||
- gate-heat-dsvm-functional-orig-mysql
|
||||
- gate-tempest-dsvm-heat
|
||||
post:
|
||||
- heat-coverage
|
||||
check-tripleo:
|
||||
- check-tripleo-ironic-overcloud-precise-nonha
|
||||
- gate-tripleo-ironic-overcloud-precise-nonha
|
||||
experimental:
|
||||
- gate-rally-dsvm-fakevirt-heat
|
||||
- gate-heat-dsvm-functional-orig-postgres
|
||||
@@ -1920,8 +1917,8 @@ projects:
|
||||
- gate-horizon-selenium
|
||||
- gate-horizon-jshint
|
||||
- gate-horizon-dsvm-integration
|
||||
- check-tempest-dsvm-full
|
||||
- check-grenade-dsvm
|
||||
- gate-tempest-dsvm-full
|
||||
- gate-grenade-dsvm
|
||||
gate:
|
||||
- gate-horizon-npm-run-test
|
||||
- gate-horizon-python27-django14
|
||||
@@ -1952,16 +1949,16 @@ projects:
|
||||
- name: check-requirements
|
||||
- name: translation-jobs
|
||||
check:
|
||||
- check-tempest-dsvm-ironic-pxe_ssh
|
||||
- check-tempest-dsvm-ironic-pxe_ssh-postgres
|
||||
- check-tempest-dsvm-ironic-agent_ssh
|
||||
- check-tempest-dsvm-ironic-parallel-nv
|
||||
- check-grenade-dsvm-ironic-sideways
|
||||
- check-tempest-dsvm-ironic-pxe_ipa
|
||||
- gate-tempest-dsvm-ironic-pxe_ssh
|
||||
- gate-tempest-dsvm-ironic-pxe_ssh-postgres
|
||||
- gate-tempest-dsvm-ironic-agent_ssh
|
||||
- gate-tempest-dsvm-ironic-parallel-nv
|
||||
- gate-grenade-dsvm-ironic-sideways
|
||||
- gate-tempest-dsvm-ironic-pxe_ipa
|
||||
post:
|
||||
- ironic-coverage
|
||||
check-tripleo:
|
||||
- check-tripleo-ironic-undercloud-precise-nonha
|
||||
- gate-tripleo-ironic-undercloud-precise-nonha
|
||||
gate:
|
||||
- gate-tempest-dsvm-ironic-pxe_ssh
|
||||
- gate-tempest-dsvm-ironic-pxe_ssh-postgres
|
||||
@@ -1969,8 +1966,8 @@ projects:
|
||||
- gate-tempest-dsvm-ironic-pxe_ipa
|
||||
- gate-grenade-dsvm-ironic-sideways
|
||||
experimental:
|
||||
- check-grenade-dsvm-ironic
|
||||
- check-grenade-dsvm-partial-ironic
|
||||
- gate-grenade-dsvm-ironic
|
||||
- gate-grenade-dsvm-partial-ironic
|
||||
- gate-ironic-dsvm-functional
|
||||
- gate-ironic-inspector-dsvm-nv
|
||||
|
||||
@@ -2345,14 +2342,14 @@ projects:
|
||||
- gate-neutron-dsvm-functional
|
||||
- gate-neutron-dsvm-fullstack
|
||||
- gate-rally-dsvm-neutron-neutron
|
||||
- check-tempest-dsvm-neutron-dvr
|
||||
- gate-tempest-dsvm-neutron-dvr
|
||||
- gate-tempest-dsvm-neutron-linuxbridge
|
||||
- gate-tempest-dsvm-neutron-nv
|
||||
- gate-neutron-lbaasv1-dsvm-api
|
||||
- gate-neutron-lbaasv2-dsvm-api
|
||||
- check-tempest-dsvm-neutron-large-ops
|
||||
- gate-tempest-dsvm-neutron-large-ops
|
||||
- gate-tempest-dsvm-neutron-unstable
|
||||
- check-tempest-dsvm-neutron-multinode-smoke
|
||||
- gate-tempest-dsvm-neutron-multinode-smoke
|
||||
gate:
|
||||
- gate-neutron-dsvm-api
|
||||
- gate-neutron-dsvm-functional
|
||||
@@ -2362,10 +2359,10 @@ projects:
|
||||
post:
|
||||
- neutron-coverage
|
||||
experimental:
|
||||
- check-tempest-dsvm-neutron-multinode-full
|
||||
- check-tempest-dsvm-neutron-dvr-multinode-full
|
||||
- gate-tempest-dsvm-neutron-multinode-full
|
||||
- gate-tempest-dsvm-neutron-dvr-multinode-full
|
||||
- gate-grenade-dsvm-neutron-forward
|
||||
- check-grenade-dsvm-neutron-sideways
|
||||
- gate-grenade-dsvm-neutron-sideways
|
||||
|
||||
- name: openstack/neutron-fwaas
|
||||
template:
|
||||
@@ -2389,7 +2386,7 @@ projects:
|
||||
- name: python3-jobs
|
||||
- name: openstack-server-release-jobs
|
||||
check:
|
||||
- check-grenade-dsvm-neutron
|
||||
- gate-grenade-dsvm-neutron
|
||||
- gate-neutron-lbaasv1-dsvm-api
|
||||
- gate-neutron-lbaasv2-dsvm-api
|
||||
gate:
|
||||
@@ -2439,19 +2436,19 @@ projects:
|
||||
- name: translation-jobs
|
||||
- name: experimental-tripleo-jobs
|
||||
check:
|
||||
- check-devstack-dsvm-cells
|
||||
- gate-devstack-dsvm-cells
|
||||
- gate-nova-tox-functional
|
||||
- check-grenade-dsvm-partial-ncpu
|
||||
- check-grenade-dsvm-ironic-sideways
|
||||
- check-tempest-dsvm-ironic-pxe_ssh
|
||||
- gate-grenade-dsvm-partial-ncpu
|
||||
- gate-grenade-dsvm-ironic-sideways
|
||||
- gate-tempest-dsvm-ironic-pxe_ssh
|
||||
- gate-tempest-dsvm-docker
|
||||
- check-tempest-dsvm-nova-v21-full
|
||||
- check-tempest-dsvm-nova-v21-neutron-full
|
||||
- check-tempest-dsvm-cells
|
||||
- check-tempest-dsvm-full-ceph
|
||||
- check-tempest-dsvm-multinode-full
|
||||
- check-tempest-dsvm-multinode-smoke
|
||||
- check-tempest-dsvm-neutron-multinode-smoke
|
||||
- gate-tempest-dsvm-nova-v21-full
|
||||
- gate-tempest-dsvm-nova-v21-neutron-full
|
||||
- gate-tempest-dsvm-cells
|
||||
- gate-tempest-dsvm-full-ceph
|
||||
- gate-tempest-dsvm-multinode-full
|
||||
- gate-tempest-dsvm-multinode-smoke
|
||||
- gate-tempest-dsvm-neutron-multinode-smoke
|
||||
gate:
|
||||
- gate-nova-tox-functional
|
||||
- gate-devstack-dsvm-cells
|
||||
@@ -2465,11 +2462,11 @@ projects:
|
||||
experimental:
|
||||
- gate-grenade-dsvm-forward
|
||||
- gate-nova-pip-missing-reqs
|
||||
- check-tempest-dsvm-nova-wsgi-full
|
||||
- check-tempest-dsvm-neutron-multinode-full
|
||||
- check-tempest-dsvm-neutron-dvr-multinode-full
|
||||
- gate-tempest-dsvm-nova-wsgi-full
|
||||
- gate-tempest-dsvm-neutron-multinode-full
|
||||
- gate-tempest-dsvm-neutron-dvr-multinode-full
|
||||
- bindep-nova-python27
|
||||
- check-tempest-dsvm-f21
|
||||
- gate-tempest-dsvm-f21
|
||||
|
||||
|
||||
- name: openstack/nova-specs
|
||||
@@ -2523,7 +2520,7 @@ projects:
|
||||
check:
|
||||
- gate-sahara-pylint
|
||||
- gate-sahara-tox-py27-scenario-unit
|
||||
- check-tempest-dsvm-sahara
|
||||
- gate-tempest-dsvm-sahara
|
||||
- sahara-coverage
|
||||
- gate-sahara-tox-bandit
|
||||
- gate-grenade-dsvm-sahara
|
||||
@@ -2564,8 +2561,8 @@ projects:
|
||||
check:
|
||||
- gate-swift-tox-func
|
||||
- gate-swift-python34
|
||||
- check-tempest-dsvm-full
|
||||
- check-grenade-dsvm
|
||||
- gate-tempest-dsvm-full
|
||||
- gate-grenade-dsvm
|
||||
- gate-swift-dsvm-functional
|
||||
gate:
|
||||
- gate-tempest-dsvm-full
|
||||
@@ -2607,7 +2604,7 @@ projects:
|
||||
experimental:
|
||||
- gate-trove-functional-dsvm-percona
|
||||
- gate-trove-functional-dsvm-mongodb
|
||||
- check-grenade-dsvm-trove
|
||||
- gate-grenade-dsvm-trove
|
||||
|
||||
- name: openstack/trove-specs
|
||||
template:
|
||||
@@ -2847,9 +2844,9 @@ projects:
|
||||
- name: pypy-jobs
|
||||
- name: lib-forward-testing
|
||||
check:
|
||||
- check-tempest-dsvm-python-ironicclient-src
|
||||
- gate-tempest-dsvm-python-ironicclient-src
|
||||
check-tripleo:
|
||||
- check-tripleo-ironic-undercloud-precise-nonha
|
||||
- gate-tripleo-ironic-undercloud-precise-nonha
|
||||
gate:
|
||||
- gate-tempest-dsvm-python-ironicclient-src
|
||||
post:
|
||||
@@ -3022,7 +3019,7 @@ projects:
|
||||
- name: lib-forward-testing
|
||||
check:
|
||||
- gate-python-saharaclient-python34
|
||||
- check-saharaclient-dsvm-functional
|
||||
- gate-saharaclient-dsvm-functional
|
||||
gate:
|
||||
- gate-saharaclient-dsvm-functional
|
||||
post:
|
||||
@@ -3698,12 +3695,12 @@ projects:
|
||||
- gate-dib-dsvm-functests-devstack-trusty
|
||||
- gate-dib-dsvm-functests-devstack-centos7
|
||||
- gate-dib-dsvm-functests-devstack-f21
|
||||
- check-tempest-dsvm-ironic-pxe_ssh
|
||||
- gate-tempest-dsvm-ironic-pxe_ssh
|
||||
gate:
|
||||
- gate-dib-dsvm-functests-devstack-trusty
|
||||
- gate-dib-dsvm-functests-devstack-centos7
|
||||
- gate-dib-dsvm-functests-devstack-f21
|
||||
- check-tempest-dsvm-ironic-pxe_ssh
|
||||
- gate-tempest-dsvm-ironic-pxe_ssh
|
||||
post:
|
||||
- dib-utils-branch-tarball
|
||||
|
||||
@@ -3721,7 +3718,7 @@ projects:
|
||||
- gate-dib-dsvm-functests-devstack-trusty
|
||||
- gate-dib-dsvm-functests-devstack-centos7
|
||||
- gate-dib-dsvm-functests-devstack-f21
|
||||
- check-tempest-dsvm-ironic-pxe_ssh
|
||||
- gate-tempest-dsvm-ironic-pxe_ssh
|
||||
gate:
|
||||
- gate-dib-dsvm-functests-devstack-trusty
|
||||
- gate-dib-dsvm-functests-devstack-centos7
|
||||
@@ -3806,7 +3803,7 @@ projects:
|
||||
- name: check-requirements
|
||||
check:
|
||||
- gate-tempest-dsvm-ironic-agent_ssh-src
|
||||
- check-tempest-dsvm-ironic-pxe_ipa-src
|
||||
- gate-tempest-dsvm-ironic-pxe_ipa-src
|
||||
gate:
|
||||
- gate-tempest-dsvm-ironic-agent_ssh-src
|
||||
- gate-tempest-dsvm-ironic-pxe_ipa-src
|
||||
@@ -4006,7 +4003,7 @@ projects:
|
||||
- name: puppet-module-unit-jobs
|
||||
- name: puppet-beaker-jobs
|
||||
check-tripleo:
|
||||
- check-tripleo-ironic-overcloud-f21puppet-nonha
|
||||
- gate-tripleo-ironic-overcloud-f21puppet-nonha
|
||||
|
||||
- name: openstack/puppet-cinder
|
||||
template:
|
||||
@@ -4015,7 +4012,7 @@ projects:
|
||||
- name: puppet-module-unit-jobs
|
||||
- name: puppet-beaker-jobs
|
||||
check-tripleo:
|
||||
- check-tripleo-ironic-overcloud-f21puppet-nonha
|
||||
- gate-tripleo-ironic-overcloud-f21puppet-nonha
|
||||
|
||||
- name: openstack/puppet-designate
|
||||
template:
|
||||
@@ -4031,7 +4028,7 @@ projects:
|
||||
- name: puppet-module-unit-jobs
|
||||
- name: puppet-beaker-jobs
|
||||
check-tripleo:
|
||||
- check-tripleo-ironic-overcloud-f21puppet-nonha
|
||||
- gate-tripleo-ironic-overcloud-f21puppet-nonha
|
||||
|
||||
- name: openstack/puppet-gnocchi
|
||||
template:
|
||||
@@ -4047,7 +4044,7 @@ projects:
|
||||
- name: puppet-module-unit-jobs
|
||||
- name: puppet-beaker-jobs
|
||||
check-tripleo:
|
||||
- check-tripleo-ironic-overcloud-f21puppet-nonha
|
||||
- gate-tripleo-ironic-overcloud-f21puppet-nonha
|
||||
|
||||
- name: openstack/puppet-horizon
|
||||
template:
|
||||
@@ -4070,7 +4067,7 @@ projects:
|
||||
- name: puppet-module-unit-jobs
|
||||
- name: puppet-beaker-jobs
|
||||
check-tripleo:
|
||||
- check-tripleo-ironic-overcloud-f21puppet-nonha
|
||||
- gate-tripleo-ironic-overcloud-f21puppet-nonha
|
||||
|
||||
- name: openstack/puppet-manila
|
||||
template:
|
||||
@@ -4103,7 +4100,7 @@ projects:
|
||||
- name: puppet-module-unit-jobs
|
||||
- name: puppet-beaker-jobs
|
||||
check-tripleo:
|
||||
- check-tripleo-ironic-overcloud-f21puppet-nonha
|
||||
- gate-tripleo-ironic-overcloud-f21puppet-nonha
|
||||
|
||||
- name: openstack/puppet-nova
|
||||
template:
|
||||
@@ -4112,7 +4109,7 @@ projects:
|
||||
- name: puppet-module-unit-jobs
|
||||
- name: puppet-beaker-jobs
|
||||
check-tripleo:
|
||||
- check-tripleo-ironic-overcloud-f21puppet-nonha
|
||||
- gate-tripleo-ironic-overcloud-f21puppet-nonha
|
||||
|
||||
- name: openstack/puppet-openstack-cookiecutter
|
||||
template:
|
||||
@@ -4146,7 +4143,7 @@ projects:
|
||||
- name: puppet-module-unit-jobs
|
||||
- name: puppet-beaker-jobs
|
||||
check-tripleo:
|
||||
- check-tripleo-ironic-overcloud-f21puppet-nonha
|
||||
- gate-tripleo-ironic-overcloud-f21puppet-nonha
|
||||
|
||||
- name: openstack/puppet-sahara
|
||||
template:
|
||||
@@ -4162,7 +4159,7 @@ projects:
|
||||
- name: puppet-module-unit-jobs
|
||||
- name: puppet-beaker-jobs
|
||||
check-tripleo:
|
||||
- check-tripleo-ironic-overcloud-f21puppet-nonha
|
||||
- gate-tripleo-ironic-overcloud-f21puppet-nonha
|
||||
|
||||
- name: openstack/puppet-tempest
|
||||
template:
|
||||
@@ -4269,7 +4266,7 @@ projects:
|
||||
- gate-requirements-python27
|
||||
- gate-requirements-integration-dsvm
|
||||
- gate-requirements-integration-dsvm-resolver
|
||||
- check-devstack-dsvm-cells
|
||||
- gate-devstack-dsvm-cells
|
||||
gate:
|
||||
- gate-requirements-pep8
|
||||
- gate-requirements-python27
|
||||
@@ -4394,22 +4391,22 @@ projects:
|
||||
- gate-tempest-pep8
|
||||
- gate-tempest-docs
|
||||
- gate-tempest-python27
|
||||
- check-grenade-dsvm-partial-ncpu
|
||||
- check-grenade-dsvm-neutron
|
||||
- check-tempest-dsvm-ironic-pxe_ssh
|
||||
- gate-grenade-dsvm-partial-ncpu
|
||||
- gate-grenade-dsvm-neutron
|
||||
- gate-tempest-dsvm-ironic-pxe_ssh
|
||||
# kilo compat jobs for tempest master
|
||||
- check-tempest-dsvm-full-kilo
|
||||
- check-tempest-dsvm-postgres-full-kilo
|
||||
- check-tempest-dsvm-neutron-full-kilo
|
||||
- gate-tempest-dsvm-full-kilo
|
||||
- gate-tempest-dsvm-postgres-full-kilo
|
||||
- gate-tempest-dsvm-neutron-full-kilo
|
||||
# juno compat jobs for tempest master
|
||||
- check-tempest-dsvm-full-juno
|
||||
- check-tempest-dsvm-postgres-full-juno
|
||||
- check-tempest-dsvm-neutron-full-juno
|
||||
- check-tempest-dsvm-nova-v21-full
|
||||
- check-tempest-dsvm-nova-v21-neutron-full
|
||||
- gate-tempest-dsvm-full-juno
|
||||
- gate-tempest-dsvm-postgres-full-juno
|
||||
- gate-tempest-dsvm-neutron-full-juno
|
||||
- gate-tempest-dsvm-nova-v21-full
|
||||
- gate-tempest-dsvm-nova-v21-neutron-full
|
||||
- gate-tempest-dsvm-trove
|
||||
- gate-tempest-dsvm-heat
|
||||
- check-tempest-dsvm-sahara
|
||||
- gate-tempest-dsvm-sahara
|
||||
gate:
|
||||
- gate-tempest-pep8
|
||||
- gate-tempest-docs
|
||||
@@ -4422,27 +4419,27 @@ projects:
|
||||
experimental:
|
||||
- periodic-tempest-dsvm-all-master
|
||||
- periodic-tempest-dsvm-stress-master
|
||||
- check-tempest-dsvm-stress-keystonev3
|
||||
- check-tempest-dsvm-multinode-full
|
||||
- check-tempest-dsvm-multinode-smoke
|
||||
- check-tempest-dsvm-neutron-multinode-full
|
||||
- check-tempest-dsvm-neutron-dvr-multinode-full
|
||||
- check-tempest-dsvm-neutron-multinode-smoke
|
||||
- gate-tempest-dsvm-stress-keystonev3
|
||||
- gate-tempest-dsvm-multinode-full
|
||||
- gate-tempest-dsvm-multinode-smoke
|
||||
- gate-tempest-dsvm-neutron-multinode-full
|
||||
- gate-tempest-dsvm-neutron-dvr-multinode-full
|
||||
- gate-tempest-dsvm-neutron-multinode-smoke
|
||||
- gate-grenade-dsvm-forward
|
||||
- check-tempest-dsvm-cells
|
||||
- gate-tempest-dsvm-cells
|
||||
- gate-tempest-dsvm-mongodb-zaqar
|
||||
- gate-tempest-dsvm-redis-zaqar
|
||||
- check-tempest-dsvm-keystonev3-full
|
||||
- check-tempest-dsvm-neutron-keystonev3-full
|
||||
- gate-tempest-dsvm-keystonev3-full
|
||||
- gate-tempest-dsvm-neutron-keystonev3-full
|
||||
- gate-tempest-dsvm-ceilometer-mongodb-full
|
||||
- check-tempest-dsvm-full-non-isolated
|
||||
- check-tempest-dsvm-neutron-full-non-isolated
|
||||
- check-tempest-dsvm-neutron-full-non-admin
|
||||
- check-tempest-dsvm-ironic-parallel-nv
|
||||
- check-tempest-dsvm-neutron-dvr
|
||||
- gate-tempest-dsvm-full-non-isolated
|
||||
- gate-tempest-dsvm-neutron-full-non-isolated
|
||||
- gate-tempest-dsvm-neutron-full-non-admin
|
||||
- gate-tempest-dsvm-ironic-parallel-nv
|
||||
- gate-tempest-dsvm-neutron-dvr
|
||||
- gate-tempest-dsvm-large-ops-kilo
|
||||
- gate-tempest-dsvm-neutron-large-ops-kilo
|
||||
- check-tempest-dsvm-neutron-identity-v3-only-full
|
||||
- gate-tempest-dsvm-neutron-identity-v3-only-full
|
||||
- gate-tempest-dsvm-large-ops-juno
|
||||
- gate-tempest-dsvm-neutron-large-ops-juno
|
||||
- gate-tempest-dsvm-neutron-src-tempest-lib
|
||||
@@ -4508,8 +4505,8 @@ projects:
|
||||
- name: noop-jobs
|
||||
- name: check-tripleo-jobs
|
||||
check-tripleo:
|
||||
- check-tripleo-ironic-overcloud-f21puppet-ha
|
||||
- check-tripleo-ironic-overcloud-f21puppet-ceph
|
||||
- gate-tripleo-ironic-overcloud-f21puppet-ha
|
||||
- gate-tripleo-ironic-overcloud-f21puppet-ceph
|
||||
post:
|
||||
- tripleo-heat-templates-branch-tarball
|
||||
|
||||
@@ -4529,11 +4526,11 @@ projects:
|
||||
check:
|
||||
- gate-tripleo-incubator-docs
|
||||
check-tripleo:
|
||||
- check-tripleo-ironic-overcloud-f21puppet-ha
|
||||
- gate-tripleo-ironic-overcloud-f21puppet-ha
|
||||
gate:
|
||||
- gate-tripleo-incubator-docs
|
||||
experimental-tripleo:
|
||||
- check-tripleo-ironic-vlan-precise-nonha
|
||||
- gate-tripleo-ironic-vlan-precise-nonha
|
||||
post:
|
||||
- tripleo-incubator-docs
|
||||
pre-release:
|
||||
@@ -4711,18 +4708,18 @@ projects:
|
||||
check:
|
||||
- gate-devstack-bashate
|
||||
- gate-devstack-unit-tests
|
||||
- check-devstack-dsvm-cells
|
||||
- check-grenade-dsvm-ironic-sideways
|
||||
- check-grenade-dsvm-partial-ncpu
|
||||
- check-tempest-dsvm-ironic-pxe_ssh
|
||||
- check-devstack-dsvm-updown
|
||||
- check-tempest-dsvm-f21
|
||||
- check-tempest-dsvm-centos7
|
||||
- gate-devstack-dsvm-cells
|
||||
- gate-grenade-dsvm-ironic-sideways
|
||||
- gate-grenade-dsvm-partial-ncpu
|
||||
- gate-tempest-dsvm-ironic-pxe_ssh
|
||||
- gate-devstack-dsvm-updown
|
||||
- gate-tempest-dsvm-f21
|
||||
- gate-tempest-dsvm-centos7
|
||||
- gate-devstack-publish-docs
|
||||
- gate-swift-dsvm-functional-nv
|
||||
- check-grenade-dsvm-neutron
|
||||
- check-tempest-dsvm-multinode-smoke
|
||||
- check-tempest-dsvm-neutron-multinode-smoke
|
||||
- gate-grenade-dsvm-neutron
|
||||
- gate-tempest-dsvm-multinode-smoke
|
||||
- gate-tempest-dsvm-neutron-multinode-smoke
|
||||
gate:
|
||||
- gate-devstack-bashate
|
||||
- gate-devstack-dsvm-cells
|
||||
@@ -4734,11 +4731,11 @@ projects:
|
||||
experimental:
|
||||
- gate-ironic-dsvm-functional
|
||||
- gate-neutron-dsvm-functional
|
||||
- check-tempest-dsvm-multinode-full
|
||||
- check-tempest-dsvm-neutron-multinode-full
|
||||
- check-tempest-dsvm-neutron-dvr-multinode-full
|
||||
- check-tempest-dsvm-neutron-identity-v3-only-full
|
||||
- check-tempest-dsvm-cells
|
||||
- gate-tempest-dsvm-multinode-full
|
||||
- gate-tempest-dsvm-neutron-multinode-full
|
||||
- gate-tempest-dsvm-neutron-dvr-multinode-full
|
||||
- gate-tempest-dsvm-neutron-identity-v3-only-full
|
||||
- gate-tempest-dsvm-cells
|
||||
- gate-tempest-dsvm-mongodb-zaqar
|
||||
- gate-grenade-dsvm-forward
|
||||
|
||||
@@ -4756,12 +4753,12 @@ projects:
|
||||
template:
|
||||
- name: merge-check
|
||||
check:
|
||||
- check-grenade-dsvm
|
||||
- check-grenade-dsvm-forward
|
||||
- check-grenade-dsvm-neutron
|
||||
- check-grenade-dsvm-partial-ncpu
|
||||
- check-grenade-dsvm-ironic-sideways
|
||||
- check-grenade-dsvm-heat
|
||||
- gate-grenade-dsvm
|
||||
- gate-grenade-dsvm-forward
|
||||
- gate-grenade-dsvm-neutron
|
||||
- gate-grenade-dsvm-partial-ncpu
|
||||
- gate-grenade-dsvm-ironic-sideways
|
||||
- gate-grenade-dsvm-heat
|
||||
gate:
|
||||
- gate-grenade-dsvm
|
||||
- gate-grenade-dsvm-forward
|
||||
@@ -4769,13 +4766,13 @@ projects:
|
||||
- gate-grenade-dsvm-partial-ncpu
|
||||
- gate-grenade-dsvm-ironic-sideways
|
||||
experimental:
|
||||
- check-grenade-dsvm-multinode
|
||||
- gate-grenade-dsvm-multinode
|
||||
- gate-grenade-dsvm-neutron-forward
|
||||
- check-grenade-dsvm-neutron-sideways
|
||||
- check-grenade-dsvm-ironic
|
||||
- check-grenade-dsvm-partial-ironic
|
||||
- check-grenade-dsvm-trove
|
||||
- check-grenade-dsvm-ceilometer
|
||||
- gate-grenade-dsvm-neutron-sideways
|
||||
- gate-grenade-dsvm-ironic
|
||||
- gate-grenade-dsvm-partial-ironic
|
||||
- gate-grenade-dsvm-trove
|
||||
- gate-grenade-dsvm-ceilometer
|
||||
|
||||
- name: openstack-dev/hacking
|
||||
template:
|
||||
@@ -4931,35 +4928,35 @@ projects:
|
||||
- name: experimental-tripleo-jobs
|
||||
check:
|
||||
- gate-devstack-gate-unittests
|
||||
- check-devstack-dsvm-cells
|
||||
- check-dg-tempest-dsvm-full
|
||||
- check-dg-tempest-dsvm-full-reexec
|
||||
- check-dg-hooks-dsvm
|
||||
- check-grenade-dsvm-partial-ncpu
|
||||
- gate-devstack-dsvm-cells
|
||||
- gate-dg-tempest-dsvm-full
|
||||
- gate-dg-tempest-dsvm-full-reexec
|
||||
- gate-dg-hooks-dsvm
|
||||
- gate-grenade-dsvm-partial-ncpu
|
||||
- gate-neutron-dsvm-functional-nv
|
||||
- gate-swift-dsvm-functional-nv
|
||||
- check-tempest-dsvm-full-juno-nv
|
||||
- check-tempest-dsvm-neutron-full-juno-nv
|
||||
- check-tempest-dsvm-postgres-full-juno-nv
|
||||
- check-tempest-dsvm-full-kilo-nv
|
||||
- check-tempest-dsvm-neutron-full-kilo-nv
|
||||
- check-tempest-dsvm-postgres-full-kilo-nv
|
||||
- check-tempest-dsvm-ironic-pxe_ssh
|
||||
- check-tempest-dsvm-f21
|
||||
- check-tempest-dsvm-centos7
|
||||
- gate-tempest-dsvm-full-juno-nv
|
||||
- gate-tempest-dsvm-neutron-full-juno-nv
|
||||
- gate-tempest-dsvm-postgres-full-juno-nv
|
||||
- gate-tempest-dsvm-full-kilo-nv
|
||||
- gate-tempest-dsvm-neutron-full-kilo-nv
|
||||
- gate-tempest-dsvm-postgres-full-kilo-nv
|
||||
- gate-tempest-dsvm-ironic-pxe_ssh
|
||||
- gate-tempest-dsvm-f21
|
||||
- gate-tempest-dsvm-centos7
|
||||
gate:
|
||||
- gate-devstack-gate-unittests
|
||||
- gate-devstack-dsvm-cells
|
||||
- gate-grenade-dsvm-partial-ncpu
|
||||
experimental:
|
||||
- gate-grenade-dsvm-forward
|
||||
- check-grenade-dsvm-multinode
|
||||
- check-tempest-dsvm-multinode-full
|
||||
- check-tempest-dsvm-multinode-smoke
|
||||
- check-tempest-dsvm-neutron-multinode-full
|
||||
- check-tempest-dsvm-neutron-dvr-multinode-full
|
||||
- check-tempest-dsvm-neutron-multinode-smoke
|
||||
- check-grenade-dsvm-neutron-sideways
|
||||
- gate-grenade-dsvm-multinode
|
||||
- gate-tempest-dsvm-multinode-full
|
||||
- gate-tempest-dsvm-multinode-smoke
|
||||
- gate-tempest-dsvm-neutron-multinode-full
|
||||
- gate-tempest-dsvm-neutron-dvr-multinode-full
|
||||
- gate-tempest-dsvm-neutron-multinode-smoke
|
||||
- gate-grenade-dsvm-neutron-sideways
|
||||
|
||||
- name: openstack-infra/elastic-recheck
|
||||
template:
|
||||
@@ -5847,8 +5844,8 @@ projects:
|
||||
- name: noop-jobs
|
||||
- name: check-tripleo-jobs
|
||||
check-tripleo:
|
||||
- check-tripleo-ironic-overcloud-f21puppet-ha
|
||||
- check-tripleo-ironic-overcloud-f21puppet-ceph
|
||||
- gate-tripleo-ironic-overcloud-f21puppet-ha
|
||||
- gate-tripleo-ironic-overcloud-f21puppet-ceph
|
||||
|
||||
- name: openstack-infra/vinz
|
||||
template:
|
||||
@@ -6298,7 +6295,7 @@ projects:
|
||||
- name: merge-check
|
||||
check:
|
||||
- gate-devstack-plugin-glusterfs-bashate
|
||||
- check-tempest-dsvm-full-glusterfs
|
||||
- gate-tempest-dsvm-full-glusterfs
|
||||
gate:
|
||||
- gate-devstack-plugin-glusterfs-bashate
|
||||
|
||||
@@ -6307,7 +6304,7 @@ projects:
|
||||
- name: merge-check
|
||||
check:
|
||||
- gate-devstack-plugin-sheepdog-bashate
|
||||
- check-tempest-dsvm-full-sheepdog-nv
|
||||
- gate-tempest-dsvm-full-sheepdog-nv
|
||||
gate:
|
||||
- gate-devstack-plugin-sheepdog-bashate
|
||||
|
||||
@@ -6349,7 +6346,7 @@ projects:
|
||||
- name: merge-check
|
||||
check:
|
||||
- gate-drbd-devstack-bashate
|
||||
- check-tempest-dsvm-full-drbd-devstack
|
||||
- gate-tempest-dsvm-full-drbd-devstack
|
||||
gate:
|
||||
- gate-drbd-devstack-bashate
|
||||
|
||||
|
Reference in New Issue
Block a user