Merge "Add buildimages job for Sahara"
This commit is contained in:
commit
8de242f049
@ -1319,6 +1319,8 @@
|
||||
jobs:
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
- 'check-sahara-buildimages-{plugin}':
|
||||
plugin: vanilla
|
||||
|
||||
- project:
|
||||
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
|
||||
- name: gate-sahara-pylint
|
||||
voting: false
|
||||
- name: check-sahara-buildimages-vanilla
|
||||
branch: ^master$
|
||||
voting: false
|
||||
- name: gate-kite-python33
|
||||
voting: false
|
||||
- name: ^(gate|check)-tempest-master
|
||||
@ -2418,6 +2421,7 @@ projects:
|
||||
- name: publish-to-pypi
|
||||
check:
|
||||
- gate-sahara-image-elements-pep8
|
||||
- check-sahara-buildimages-vanilla
|
||||
gate:
|
||||
- gate-sahara-image-elements-pep8
|
||||
post:
|
||||
|
Loading…
Reference in New Issue
Block a user