Transition manila image build jobs to Xenial
This is part of the Trusty to Xenial transition. Because manila-image-elements only has a master branch just shift the jobs ahead to run on Xenial. Change-Id: Ibde70559d20a3387c6f4356bf4450a431eeb0bf6
This commit is contained in:
parent
bd44635d2d
commit
a9a7a5dcf1
@ -285,8 +285,8 @@
|
||||
|
||||
|
||||
- job-template:
|
||||
name: 'gate-manila-publishimage-{image-name}'
|
||||
node: ubuntu-trusty
|
||||
name: 'gate-manila-publishimage-{image-name}-{node}'
|
||||
node: '{node}'
|
||||
|
||||
builders:
|
||||
- link-logs
|
||||
@ -312,8 +312,8 @@
|
||||
- console-log
|
||||
|
||||
- job-template:
|
||||
name: 'gate-manila-buildimage-{image-name}'
|
||||
node: ubuntu-trusty
|
||||
name: 'gate-manila-buildimage-{image-name}-{node}'
|
||||
node: '{node}'
|
||||
|
||||
builders:
|
||||
- link-logs
|
||||
|
@ -6918,11 +6918,14 @@
|
||||
- gate-{name}-requirements
|
||||
- gate-{name}-docs-{node}:
|
||||
node: ubuntu-xenial
|
||||
- 'gate-manila-publishimage-{image-name}':
|
||||
- 'gate-manila-publishimage-{image-name}-{node}':
|
||||
node: ubuntu-xenial
|
||||
image-name: generic
|
||||
- 'gate-manila-buildimage-{image-name}':
|
||||
- 'gate-manila-buildimage-{image-name}-{node}':
|
||||
node: ubuntu-xenial
|
||||
image-name: generic
|
||||
- 'gate-manila-buildimage-{image-name}':
|
||||
- 'gate-manila-buildimage-{image-name}-{node}':
|
||||
node: ubuntu-xenial
|
||||
image-name: docker
|
||||
|
||||
- project:
|
||||
|
@ -2786,7 +2786,7 @@ jobs:
|
||||
- name: gate-manila-pylint
|
||||
voting: false
|
||||
|
||||
- name: gate-manila-buildimage-docker
|
||||
- name: gate-manila-buildimage-docker-ubuntu-xenial
|
||||
voting: false
|
||||
|
||||
- name: gate-manila-tempest-dsvm-postgres-zfsonlinux-ubuntu-trusty-nv
|
||||
@ -11117,16 +11117,16 @@ projects:
|
||||
check:
|
||||
- gate-manila-image-elements-pep8-ubuntu-xenial
|
||||
- gate-manila-image-elements-docs-ubuntu-xenial
|
||||
- gate-manila-buildimage-generic
|
||||
- gate-manila-buildimage-docker
|
||||
- gate-manila-buildimage-generic-ubuntu-xenial
|
||||
- gate-manila-buildimage-docker-ubuntu-xenial
|
||||
gate:
|
||||
- gate-manila-image-elements-pep8-ubuntu-xenial
|
||||
- gate-manila-image-elements-docs-ubuntu-xenial
|
||||
- gate-manila-buildimage-generic
|
||||
- gate-manila-buildimage-generic-ubuntu-xenial
|
||||
post:
|
||||
- gate-manila-publishimage-generic
|
||||
- gate-manila-publishimage-generic-ubuntu-xenial
|
||||
release:
|
||||
- gate-manila-publishimage-generic
|
||||
- gate-manila-publishimage-generic-ubuntu-xenial
|
||||
|
||||
- name: openstack/manila-specs
|
||||
template:
|
||||
|
Loading…
Reference in New Issue
Block a user