
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
17 lines
374 B
YAML
17 lines
374 B
YAML
- 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
|