Merge "Add buildimages job for Sahara"
This commit is contained in:
commit
8de242f049
@ -1319,6 +1319,8 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- python-jobs
|
- python-jobs
|
||||||
- pypi-jobs
|
- pypi-jobs
|
||||||
|
- 'check-sahara-buildimages-{plugin}':
|
||||||
|
plugin: vanilla
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: swift-bench
|
name: swift-bench
|
||||||
|
17
jenkins/jobs/sahara.yaml
Normal file
17
jenkins/jobs/sahara.yaml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
- job-template:
|
||||||
|
name: 'check-sahara-buildimages-{plugin}'
|
||||||
|
node: bare-trusty
|
||||||
|
|
||||||
|
builders:
|
||||||
|
- link-logs
|
||||||
|
- net-info
|
||||||
|
- gerrit-git-prep
|
||||||
|
- shell: |
|
||||||
|
#!/bin/bash -xe
|
||||||
|
sudo mkdir -p /opt/sahara-image-build
|
||||||
|
sudo chown $(whoami) /opt/sahara-image-build
|
||||||
|
export DEST=/opt/sahara-image-build
|
||||||
|
./tools/gate/build-images {plugin}
|
||||||
|
|
||||||
|
publishers:
|
||||||
|
- console-log
|
@ -609,6 +609,9 @@ jobs:
|
|||||||
voting: false
|
voting: false
|
||||||
- name: gate-sahara-pylint
|
- name: gate-sahara-pylint
|
||||||
voting: false
|
voting: false
|
||||||
|
- name: check-sahara-buildimages-vanilla
|
||||||
|
branch: ^master$
|
||||||
|
voting: false
|
||||||
- name: gate-kite-python33
|
- name: gate-kite-python33
|
||||||
voting: false
|
voting: false
|
||||||
- name: ^(gate|check)-tempest-master
|
- name: ^(gate|check)-tempest-master
|
||||||
@ -2418,6 +2421,7 @@ 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:
|
gate:
|
||||||
- gate-sahara-image-elements-pep8
|
- gate-sahara-image-elements-pep8
|
||||||
post:
|
post:
|
||||||
|
Loading…
Reference in New Issue
Block a user