project-config/jenkins/jobs/tempest-jobs.yaml
Clark Boylan e41a3adfeb Move stable compat jobs up to mitaka
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
2016-03-23 09:33:41 -07:00

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