Transition group based policy jobs to xenial
This transitions group based policy functional jobs to Xenial. This affects changes against branches >= newton. Any changes to old branches will be tested on Trusty. Change-Id: I50e9171371c08f877492ab940c6884e3851ec2df
This commit is contained in:
parent
2611611a09
commit
512ec7ab97
@ -1,5 +1,5 @@
|
||||
- job-template:
|
||||
name: '{pipeline}-group-based-policy-dsvm-functional{job-suffix}'
|
||||
name: '{pipeline}-group-based-policy-dsvm-functional-{node}{job-suffix}'
|
||||
node: '{node}'
|
||||
|
||||
wrappers:
|
||||
@ -47,7 +47,7 @@
|
||||
- console-log
|
||||
|
||||
- job-template:
|
||||
name: '{pipeline}-group-based-policy-dsvm-nfp{job-suffix}'
|
||||
name: '{pipeline}-group-based-policy-dsvm-nfp-{node}{job-suffix}'
|
||||
node: '{node}'
|
||||
|
||||
wrappers:
|
||||
@ -95,7 +95,7 @@
|
||||
- console-log
|
||||
|
||||
- job-template:
|
||||
name: '{pipeline}-group-based-policy-dsvm-aim{job-suffix}'
|
||||
name: '{pipeline}-group-based-policy-dsvm-aim-{node}{job-suffix}'
|
||||
node: '{node}'
|
||||
|
||||
wrappers:
|
||||
@ -143,7 +143,7 @@
|
||||
- console-log
|
||||
|
||||
- job-template:
|
||||
name: '{pipeline}-group-based-policy-dsvm-rally{job-suffix}'
|
||||
name: '{pipeline}-group-based-policy-dsvm-rally-{node}{job-suffix}'
|
||||
node: '{node}'
|
||||
|
||||
wrappers:
|
||||
|
@ -5282,25 +5282,31 @@
|
||||
jobs:
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
- '{pipeline}-group-based-policy-dsvm-functional{job-suffix}':
|
||||
- '{pipeline}-group-based-policy-dsvm-functional-{node}{job-suffix}':
|
||||
pipeline: gate
|
||||
node: ubuntu-trusty
|
||||
job-suffix: ''
|
||||
branch-override: default
|
||||
- '{pipeline}-group-based-policy-dsvm-nfp{job-suffix}':
|
||||
pipeline: gate
|
||||
node: ubuntu-trusty
|
||||
node:
|
||||
- ubuntu-trusty
|
||||
- ubuntu-xenial
|
||||
job-suffix: '-nv'
|
||||
branch-override: default
|
||||
- '{pipeline}-group-based-policy-dsvm-aim{job-suffix}':
|
||||
- '{pipeline}-group-based-policy-dsvm-nfp-{node}{job-suffix}':
|
||||
pipeline: gate
|
||||
node:
|
||||
- ubuntu-trusty
|
||||
- ubuntu-xenial
|
||||
job-suffix: '-nv'
|
||||
branch-override: default
|
||||
- '{pipeline}-group-based-policy-dsvm-aim-{node}{job-suffix}':
|
||||
pipeline: gate
|
||||
node: ubuntu-xenial
|
||||
job-suffix: '-nv'
|
||||
branch-override: default
|
||||
- '{pipeline}-group-based-policy-dsvm-rally{job-suffix}':
|
||||
- '{pipeline}-group-based-policy-dsvm-rally-{node}{job-suffix}':
|
||||
pipeline: gate
|
||||
node: ubuntu-trusty
|
||||
job-suffix: ''
|
||||
node:
|
||||
- ubuntu-trusty
|
||||
- ubuntu-xenial
|
||||
job-suffix: '-nv'
|
||||
branch-override: default
|
||||
|
||||
- project:
|
||||
|
@ -2230,15 +2230,6 @@ jobs:
|
||||
- name: ^gate-neutron-fwaas-v2-dsvm-tempest-multinode-nv$
|
||||
branch: ^(?!stable/(liberty|mitaka|newton)).*$
|
||||
|
||||
- name: ^gate-group-based-policy-dsvm-functional$
|
||||
voting: false
|
||||
|
||||
- name: ^gate-group-based-policy-dsvm-aim-nv$
|
||||
branch: ^(?!stable/(liberty|mitaka)).*$
|
||||
|
||||
- name: ^gate-group-based-policy-dsvm-rally$
|
||||
voting: false
|
||||
|
||||
- name: ^gate-networking-sfc-functional-dsvm-ubuntu-trusty-nv$
|
||||
branch: ^(stable/mitaka).*$
|
||||
|
||||
@ -10135,10 +10126,13 @@ projects:
|
||||
- name: python-jobs
|
||||
- name: publish-to-pypi
|
||||
check:
|
||||
- gate-group-based-policy-dsvm-functional
|
||||
- gate-group-based-policy-dsvm-aim-nv
|
||||
- gate-group-based-policy-dsvm-nfp-nv
|
||||
- gate-group-based-policy-dsvm-rally
|
||||
- gate-group-based-policy-dsvm-functional-ubuntu-trusty-nv
|
||||
- gate-group-based-policy-dsvm-functional-ubuntu-xenial-nv
|
||||
- gate-group-based-policy-dsvm-aim-ubuntu-xenial-nv
|
||||
- gate-group-based-policy-dsvm-nfp-ubuntu-trusty-nv
|
||||
- gate-group-based-policy-dsvm-nfp-ubuntu-xenial-nv
|
||||
- gate-group-based-policy-dsvm-rally-ubuntu-trusty-nv
|
||||
- gate-group-based-policy-dsvm-rally-ubuntu-xenial-nv
|
||||
|
||||
- name: openstack/group-based-policy-automation
|
||||
template:
|
||||
|
Loading…
Reference in New Issue
Block a user