e41a3adfeb
Once every project has a mitaka branch move the stable compat jobs up from liberty to mitaka. Note do not merge this until every project has a mitaka branch otherwise we will be testing against master which provides no stable compat information. Change-Id: I30ac575fd4f58f4c37950388b707c133bd4bf9ca
18 lines
499 B
YAML
18 lines
499 B
YAML
- job-group:
|
|
name: 'lib-forward-testing-{name}'
|
|
jobs:
|
|
- '{pipeline}-tempest-dsvm-neutron-src-{name}{job-suffix}':
|
|
pipeline: gate
|
|
node: ubuntu-trusty
|
|
job-suffix: ''
|
|
branch-override: default
|
|
|
|
- job-group:
|
|
name: 'stable-compat-jobs-{name}'
|
|
jobs:
|
|
- '{pipeline}-tempest-dsvm-neutron-src-{name}{job-suffix}':
|
|
pipeline: gate
|
|
node: ubuntu-trusty
|
|
job-suffix: '-mitaka'
|
|
branch-override: stable/mitaka
|