Merge "Modifying devstack plugin job template"
This commit is contained in:
commit
6acb0d78e2
@ -1861,7 +1861,7 @@
|
|||||||
# A template for any project with a devstack-plugin to run the full
|
# A template for any project with a devstack-plugin to run the full
|
||||||
# tempest suite with their project/plugin enabled.
|
# tempest suite with their project/plugin enabled.
|
||||||
- job-template:
|
- job-template:
|
||||||
name: 'gate-tempest-dsvm-full-{plugin}'
|
name: '{pipeline}-tempest-dsvm-full-{plugin}{branch-designator}'
|
||||||
node: 'devstack-precise || devstack-trusty'
|
node: 'devstack-precise || devstack-trusty'
|
||||||
|
|
||||||
wrappers:
|
wrappers:
|
||||||
|
@ -1943,9 +1943,16 @@
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- gate-{name}-bashate
|
- gate-{name}-bashate
|
||||||
- 'gate-tempest-dsvm-full-{plugin}':
|
- '{pipeline}-tempest-dsvm-full-{plugin}{branch-designator}':
|
||||||
|
pipeline: check
|
||||||
plugin: glusterfs
|
plugin: glusterfs
|
||||||
plugin-repo: stackforge/devstack-plugin-glusterfs
|
plugin-repo: stackforge/devstack-plugin-glusterfs
|
||||||
|
branch-designator: '-nv'
|
||||||
|
- '{pipeline}-tempest-dsvm-full-{plugin}{branch-designator}':
|
||||||
|
pipeline: check
|
||||||
|
plugin: glusterfs
|
||||||
|
plugin-repo: stackforge/devstack-plugin-glusterfs
|
||||||
|
branch-designator: ''
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: devstack-plugin-sheepdog
|
name: devstack-plugin-sheepdog
|
||||||
@ -1953,9 +1960,11 @@
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- gate-{name}-bashate
|
- gate-{name}-bashate
|
||||||
- 'gate-tempest-dsvm-full-{plugin}':
|
- '{pipeline}-tempest-dsvm-full-{plugin}{branch-designator}':
|
||||||
|
pipeline: gate
|
||||||
plugin: sheepdog
|
plugin: sheepdog
|
||||||
plugin-repo: stackforge/devstack-plugin-sheepdog
|
plugin-repo: stackforge/devstack-plugin-sheepdog
|
||||||
|
branch-designator: ''
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: hacking
|
name: hacking
|
||||||
|
@ -920,8 +920,6 @@ jobs:
|
|||||||
voting: false
|
voting: false
|
||||||
- name: gate-tempest-dsvm-full-sheepdog
|
- name: gate-tempest-dsvm-full-sheepdog
|
||||||
voting: false
|
voting: false
|
||||||
- name: gate-tempest-dsvm-full-glusterfs
|
|
||||||
voting: false
|
|
||||||
- name: gate-tomograph-python34
|
- name: gate-tomograph-python34
|
||||||
voting: false
|
voting: false
|
||||||
- name: gate-cliff-requirements
|
- name: gate-cliff-requirements
|
||||||
@ -1161,7 +1159,7 @@ projects:
|
|||||||
- check-devstack-dsvm-cells
|
- check-devstack-dsvm-cells
|
||||||
- gate-rally-dsvm-cinder
|
- gate-rally-dsvm-cinder
|
||||||
- check-tempest-dsvm-full-ceph
|
- check-tempest-dsvm-full-ceph
|
||||||
- gate-tempest-dsvm-full-glusterfs
|
- check-tempest-dsvm-full-glusterfs-nv
|
||||||
gate:
|
gate:
|
||||||
- gate-devstack-dsvm-cells
|
- gate-devstack-dsvm-cells
|
||||||
experimental:
|
experimental:
|
||||||
@ -4665,7 +4663,7 @@ projects:
|
|||||||
- name: merge-check
|
- name: merge-check
|
||||||
check:
|
check:
|
||||||
- gate-devstack-plugin-glusterfs-bashate
|
- gate-devstack-plugin-glusterfs-bashate
|
||||||
- gate-tempest-dsvm-full-glusterfs
|
- check-tempest-dsvm-full-glusterfs
|
||||||
gate:
|
gate:
|
||||||
- gate-devstack-plugin-glusterfs-bashate
|
- gate-devstack-plugin-glusterfs-bashate
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user