bf66190f6d
We recently introduced a new Newton stable compat job [1] for projects such as the oslo libraries. As things are now, it is currently voting in stable/mitaka branch reviews and it is probably not expected for Newton jobs to be passing on Mitaka backports. Example of such failing backport here [2]. This change is analogous to the adjustments we did when Mitaka released [3]. [1]: https://review.openstack.org/#/c/375111/ [2]: https://review.openstack.org/#/c/389190/ [3]: https://review.openstack.org/#/c/295500/ Change-Id: I04112e13ca69998c069c9e30f55e1f069f902253
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-xenial
|
|
job-suffix: '-newton'
|
|
branch-override: stable/newton
|