765555b985
Change-Id: I2cacb877178482d0a9d532c40f125dc043a9d92e Signed-off-by: Doug Hellmann <doug@doughellmann.com>
25 lines
730 B
YAML
25 lines
730 B
YAML
- job-group:
|
|
name: 'lib-forward-testing-{name}'
|
|
jobs:
|
|
- '{pipeline}-tempest-dsvm-neutron-src-{name}-{node}{suffix}':
|
|
pipeline: gate
|
|
node:
|
|
- ubuntu-trusty
|
|
- ubuntu-xenial
|
|
suffix: ''
|
|
branch-override: default
|
|
|
|
- job-group:
|
|
name: 'stable-compat-jobs-{name}'
|
|
jobs:
|
|
- '{pipeline}-tempest-dsvm-neutron-src-{name}-{node}{suffix}':
|
|
pipeline: gate
|
|
node: ubuntu-xenial
|
|
suffix: '-newton'
|
|
branch-override: stable/newton
|
|
- '{pipeline}-tempest-dsvm-neutron-src-{name}-{node}{suffix}':
|
|
pipeline: gate
|
|
node: ubuntu-xenial
|
|
suffix: '-ocata'
|
|
branch-override: stable/ocata
|