Rename loci and golang jobs
gate-{name} will not work for migration, and while gate-{name}-fmt and gate-{name}-unit technicall will, they're not great options. Rename these to that they'll migrate better. Change-Id: Ice90c30c80ce5904847bfeffcf03e52c5ad1def5
This commit is contained in:
parent
f2742d0149
commit
68121995dc
@ -1,5 +1,5 @@
|
|||||||
- job-template:
|
- job-template:
|
||||||
name: 'gate-{name}-fmt-{node}'
|
name: 'gate-{name}-golang-fmt-{node}'
|
||||||
node: '{node}'
|
node: '{node}'
|
||||||
|
|
||||||
builders:
|
builders:
|
||||||
@ -18,7 +18,7 @@
|
|||||||
- console-log
|
- console-log
|
||||||
|
|
||||||
- job-template:
|
- job-template:
|
||||||
name: 'gate-{name}-unit-{node}'
|
name: 'gate-{name}-golang-unit-{node}'
|
||||||
node: '{node}'
|
node: '{node}'
|
||||||
|
|
||||||
builders:
|
builders:
|
||||||
@ -115,5 +115,5 @@
|
|||||||
name: golang-jobs
|
name: golang-jobs
|
||||||
node: ubuntu-xenial
|
node: ubuntu-xenial
|
||||||
jobs:
|
jobs:
|
||||||
- 'gate-{name}-fmt-{node}'
|
- 'gate-{name}-golang-fmt-{node}'
|
||||||
- 'gate-{name}-unit-{node}'
|
- 'gate-{name}-golang-unit-{node}'
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
git://git.openstack.org openstack/loci
|
git://git.openstack.org openstack/loci
|
||||||
|
|
||||||
- job-template:
|
- job-template:
|
||||||
name: 'gate-loci-{shortname}-{node}'
|
name: 'gate-{name}-loci-{node}'
|
||||||
node: '{node}'
|
node: '{node}'
|
||||||
|
|
||||||
wrappers:
|
wrappers:
|
||||||
@ -57,4 +57,4 @@
|
|||||||
name: loci-jobs
|
name: loci-jobs
|
||||||
node: ubuntu-xenial
|
node: ubuntu-xenial
|
||||||
jobs:
|
jobs:
|
||||||
- 'gate-loci-{shortname}-{node}'
|
- 'gate-{name}-loci-{node}'
|
||||||
|
@ -351,17 +351,17 @@ project-templates:
|
|||||||
|
|
||||||
- name: golang-jobs
|
- name: golang-jobs
|
||||||
check:
|
check:
|
||||||
- 'gate-{name}-fmt-ubuntu-xenial'
|
- 'gate-{name}-golang-fmt-ubuntu-xenial'
|
||||||
- 'gate-{name}-unit-ubuntu-xenial'
|
- 'gate-{name}-golang-unit-ubuntu-xenial'
|
||||||
gate:
|
gate:
|
||||||
- 'gate-{name}-fmt-ubuntu-xenial'
|
- 'gate-{name}-golang-fmt-ubuntu-xenial'
|
||||||
- 'gate-{name}-unit-ubuntu-xenial'
|
- 'gate-{name}-golang-unit-ubuntu-xenial'
|
||||||
|
|
||||||
- name: loci-jobs
|
- name: loci-jobs
|
||||||
check:
|
check:
|
||||||
- 'gate-{name}-ubuntu-xenial'
|
- 'gate-{name}-loci-ubuntu-xenial'
|
||||||
gate:
|
gate:
|
||||||
- 'gate-{name}-ubuntu-xenial'
|
- 'gate-{name}-loci-ubuntu-xenial'
|
||||||
|
|
||||||
- name: python-jobs
|
- name: python-jobs
|
||||||
check:
|
check:
|
||||||
|
Loading…
Reference in New Issue
Block a user