Add all Sahara images build to check pipeline as non-voting
Images buidling for Vanilla plugin is now working ok, so, we'd like to add all other plugins. Change-Id: I328f02f4801de09538bc590a2df382b83f1f04bc
This commit is contained in:
parent
279bec3371
commit
3ab0ebd921
@ -1713,8 +1713,18 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- python-jobs
|
- python-jobs
|
||||||
- pypi-jobs
|
- pypi-jobs
|
||||||
- 'check-sahara-buildimages-{plugin}':
|
- 'gate-sahara-buildimages-{plugin}':
|
||||||
plugin: vanilla
|
plugin: vanilla
|
||||||
|
- 'gate-sahara-buildimages-{plugin}':
|
||||||
|
plugin: hdp
|
||||||
|
- 'gate-sahara-buildimages-{plugin}':
|
||||||
|
plugin: cloudera
|
||||||
|
- 'gate-sahara-buildimages-{plugin}':
|
||||||
|
plugin: spark
|
||||||
|
- 'gate-sahara-buildimages-{plugin}':
|
||||||
|
plugin: storm
|
||||||
|
- 'gate-sahara-buildimages-{plugin}':
|
||||||
|
plugin: mapr
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: swift-bench
|
name: swift-bench
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
- job-template:
|
- job-template:
|
||||||
name: 'check-sahara-buildimages-{plugin}'
|
name: 'gate-sahara-buildimages-{plugin}'
|
||||||
node: bare-trusty
|
node: bare-trusty
|
||||||
|
|
||||||
wrappers:
|
wrappers:
|
||||||
|
@ -804,7 +804,7 @@ jobs:
|
|||||||
voting: false
|
voting: false
|
||||||
- name: gate-sahara-tox-py27-scenario-unit
|
- name: gate-sahara-tox-py27-scenario-unit
|
||||||
voting: false
|
voting: false
|
||||||
- name: check-sahara-buildimages-vanilla
|
- name: ^gate-sahara-buildimages.*$
|
||||||
branch: ^master$
|
branch: ^master$
|
||||||
voting: false
|
voting: false
|
||||||
- name: gate-kite-python34
|
- name: gate-kite-python34
|
||||||
@ -3129,7 +3129,12 @@ projects:
|
|||||||
- name: publish-to-pypi
|
- name: publish-to-pypi
|
||||||
check:
|
check:
|
||||||
- gate-sahara-image-elements-pep8
|
- gate-sahara-image-elements-pep8
|
||||||
- check-sahara-buildimages-vanilla
|
- gate-sahara-buildimages-vanilla
|
||||||
|
- gate-sahara-buildimages-hdp
|
||||||
|
- gate-sahara-buildimages-cloudera
|
||||||
|
- gate-sahara-buildimages-spark
|
||||||
|
- gate-sahara-buildimages-storm
|
||||||
|
- gate-sahara-buildimages-mapr
|
||||||
gate:
|
gate:
|
||||||
- gate-sahara-image-elements-pep8
|
- gate-sahara-image-elements-pep8
|
||||||
post:
|
post:
|
||||||
|
Loading…
Reference in New Issue
Block a user