Convert windmill jobs to bindep
Change-Id: I6c8d6bdcfe904e767c01c5ee5254cf376c169b01 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
7334ceb347
commit
0e7f251f12
@ -18,12 +18,13 @@
|
|||||||
|
|
||||||
- job-template:
|
- job-template:
|
||||||
name: '{pipeline}-windmill-{scenario}-{ostype}{job-suffix}'
|
name: '{pipeline}-windmill-{scenario}-{ostype}{job-suffix}'
|
||||||
node: 'devstack-{ostype}'
|
node: '{ostype}'
|
||||||
|
|
||||||
builders:
|
builders:
|
||||||
- print-template-name:
|
- print-template-name:
|
||||||
template-name: "{template-name}"
|
template-name: "{template-name}"
|
||||||
- windmill-checkout
|
- windmill-checkout
|
||||||
|
- install-distro-packages
|
||||||
- shell: |
|
- shell: |
|
||||||
# Allow Jenkins user to ssh into localhost
|
# Allow Jenkins user to ssh into localhost
|
||||||
ssh-keygen -f ~/.ssh/id_rsa -N ""
|
ssh-keygen -f ~/.ssh/id_rsa -N ""
|
||||||
@ -42,16 +43,16 @@
|
|||||||
- '{pipeline}-windmill-{scenario}-{ostype}{job-suffix}':
|
- '{pipeline}-windmill-{scenario}-{ostype}{job-suffix}':
|
||||||
job-suffix: '-nv'
|
job-suffix: '-nv'
|
||||||
ostype:
|
ostype:
|
||||||
- centos7
|
- devstack-centos7
|
||||||
- trusty
|
- ubuntu-trusty
|
||||||
pipeline: gate
|
pipeline: gate
|
||||||
scenario:
|
scenario:
|
||||||
- deploy
|
- deploy
|
||||||
- '{pipeline}-windmill-{scenario}-{ostype}{job-suffix}':
|
- '{pipeline}-windmill-{scenario}-{ostype}{job-suffix}':
|
||||||
job-suffix: ''
|
job-suffix: ''
|
||||||
ostype:
|
ostype:
|
||||||
- centos7
|
- devstack-centos7
|
||||||
- trusty
|
- ubuntu-trusty
|
||||||
pipeline: gate
|
pipeline: gate
|
||||||
scenario:
|
scenario:
|
||||||
- deploy
|
- deploy
|
||||||
|
@ -730,23 +730,23 @@ project-templates:
|
|||||||
|
|
||||||
- name: windmill-jobs-centos7
|
- name: windmill-jobs-centos7
|
||||||
check:
|
check:
|
||||||
- 'gate-windmill-deploy-centos7'
|
- 'gate-windmill-deploy-devstack-centos7'
|
||||||
gate:
|
gate:
|
||||||
- 'gate-windmill-deploy-centos7'
|
- 'gate-windmill-deploy-devstack-centos7'
|
||||||
|
|
||||||
- name: windmill-jobs-centos7-nv
|
- name: windmill-jobs-centos7-nv
|
||||||
check:
|
check:
|
||||||
- 'gate-windmill-deploy-centos7-nv'
|
- 'gate-windmill-deploy-devstack-centos7-nv'
|
||||||
|
|
||||||
- name: windmill-jobs-trusty
|
- name: windmill-jobs-trusty
|
||||||
check:
|
check:
|
||||||
- 'gate-windmill-deploy-trusty'
|
- 'gate-windmill-deploy-ubuntu-trusty'
|
||||||
gate:
|
gate:
|
||||||
- 'gate-windmill-deploy-trusty'
|
- 'gate-windmill-deploy-ubuntu-trusty'
|
||||||
|
|
||||||
- name: windmill-jobs-trusty-nv
|
- name: windmill-jobs-trusty-nv
|
||||||
check:
|
check:
|
||||||
- 'gate-windmill-deploy-trusty-nv'
|
- 'gate-windmill-deploy-ubuntu-trusty-nv'
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user