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
This commit is contained in:
Joe Gordon 2015-05-01 10:55:19 -07:00
parent cd35606032
commit 3b83b74c5f

View File

@ -7,6 +7,7 @@
- gerrit-git-prep
- shell: |
#!/bin/bash -xe
export REPO_ROOT=file:///opt/git
tox -e integration {target-org} {target-project}
publishers: