Add hacking integration test support
Change-Id: If8d171c7666d8ed78dc05ffbde8f596e1a2f74fb Reviewed-on: https://review.openstack.org/31358 Reviewed-by: James E. Blair <corvus@inaugust.com> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: Clark Boylan <clark.boylan@gmail.com> Tested-by: Jenkins
This commit is contained in:
parent
5bc9f1ae7f
commit
3d58d4835e
@ -0,0 +1,16 @@
|
||||
- job-template:
|
||||
name: gate-hacking-integration-{target-project}
|
||||
node: precise
|
||||
|
||||
triggers:
|
||||
- zuul
|
||||
|
||||
builders:
|
||||
- gerrit-git-prep
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
/usr/local/jenkins/slave_scripts/select-mirror.sh openstack-dev hacking
|
||||
tox -e integration {target-org} {target-project}
|
||||
|
||||
publishers:
|
||||
- console-log
|
@ -157,6 +157,9 @@
|
||||
jobs:
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
- gate-hacking-integration-{target-project}:
|
||||
target-org: openstack
|
||||
target-project: nova
|
||||
|
||||
|
||||
- project:
|
||||
|
@ -120,6 +120,8 @@ jobs:
|
||||
- '^.*requirements.txt$'
|
||||
- name: manuals-upstream-translation-update
|
||||
branch: ^master$
|
||||
- name: gate-hacking-integration-nova
|
||||
voting: false
|
||||
|
||||
|
||||
projects:
|
||||
@ -872,11 +874,13 @@ projects:
|
||||
- gate-hacking-docs
|
||||
- gate-hacking-python26
|
||||
- gate-hacking-python27
|
||||
- gate-hacking-integration-nova
|
||||
gate:
|
||||
- gate-hacking-docs
|
||||
- gate-hacking-pep8
|
||||
- gate-hacking-python26
|
||||
- gate-hacking-python27
|
||||
- gate-hacking-integration-nova
|
||||
post:
|
||||
- hacking-branch-tarball
|
||||
- hacking-coverage
|
||||
|
Loading…
x
Reference in New Issue
Block a user