project-config/jenkins/jobs/hacking.yaml
Joe Gordon 3b83b74c5f Stop hacking integration test from cloning across the network
We already have a local copy of the git repos in /opt/git and the
hacking integration test can use an arbitrary repo path by setting
REPO_ROOT. Since we don't need the target-project repo to super up to
date just use the local copy to stop cloning across the network.

Change-Id: I3c751934f082007e1bc86dc9ed4cc22afd79f369
2015-05-01 10:55:19 -07:00

15 lines
349 B
YAML

- job-template:
name: gate-hacking-integration-{target-project}
node: 'bare-precise || bare-trusty'
builders:
- revoke-sudo
- gerrit-git-prep
- shell: |
#!/bin/bash -xe
export REPO_ROOT=file:///opt/git
tox -e integration {target-org} {target-project}
publishers:
- console-log