Add kilo compat jobs to tempest and devstack-gate
Since the kilo release we need to verify that tempest and devstack-gate master works with a stable/kilo cloud for incoming commits. This commit adds the missing stable/kilo compat jobs to check this. Change-Id: I3b1277aac985f7b072f26b8c4a3e426c22325312
This commit is contained in:
parent
d9c47a1db2
commit
276c34a9de
@ -2056,6 +2056,11 @@
|
||||
node: 'devstack-precise || devstack-trusty'
|
||||
branch-designator: '-juno'
|
||||
branch-override: stable/juno
|
||||
- devstack-jobs:
|
||||
pipeline: gate
|
||||
node: 'devstack-precise || devstack-trusty'
|
||||
branch-designator: '-kilo'
|
||||
branch-override: stable/kilo
|
||||
# Stable check jobs for testing devstack gate
|
||||
# tempest also uses these job definitions
|
||||
- devstack-jobs:
|
||||
@ -2078,6 +2083,16 @@
|
||||
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
|
||||
node: 'devstack-precise || devstack-trusty'
|
||||
branch-designator: '-kilo-nv'
|
||||
branch-override: stable/kilo
|
||||
# Periodic jobs for various branches
|
||||
- devstack-jobs:
|
||||
pipeline: periodic
|
||||
|
@ -3410,6 +3410,10 @@ projects:
|
||||
- check-grenade-dsvm-partial-ncpu
|
||||
- check-grenade-dsvm-neutron
|
||||
- check-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
|
||||
# juno compat jobs for tempest master
|
||||
- check-tempest-dsvm-full-juno
|
||||
- check-tempest-dsvm-postgres-full-juno
|
||||
@ -3451,6 +3455,8 @@ projects:
|
||||
- check-tempest-dsvm-neutron-full-non-admin
|
||||
- check-tempest-dsvm-ironic-parallel-nv
|
||||
- check-tempest-dsvm-neutron-dvr
|
||||
- gate-tempest-dsvm-large-ops-kilo
|
||||
- gate-tempest-dsvm-neutron-large-ops-kilo
|
||||
- gate-tempest-dsvm-large-ops-juno
|
||||
- gate-tempest-dsvm-neutron-large-ops-juno
|
||||
- gate-tempest-dsvm-large-ops-icehouse
|
||||
@ -3926,6 +3932,9 @@ projects:
|
||||
- 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user