From 84b7cd5b3045172409e24d3648a12d88a6ea96b4 Mon Sep 17 00:00:00 2001 From: Luis Gomez Date: Tue, 1 Sep 2015 18:00:18 -0700 Subject: [PATCH] Fix python test by downloading the test repo in its own basedir Change-Id: I7716c4d4c37abe5ba4efba3c6726b8406803c45d Signed-off-by: Luis Gomez --- jjb/integration/integration-test-jobs.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/jjb/integration/integration-test-jobs.yaml b/jjb/integration/integration-test-jobs.yaml index f36a610fa..1a0e14461 100644 --- a/jjb/integration/integration-test-jobs.yaml +++ b/jjb/integration/integration-test-jobs.yaml @@ -153,14 +153,11 @@ parameters: - project-parameter: project: 'integration/test' - - gerrit-parameter: - branch: 'master' scm: - - gerrit-trigger-scm: + - integration-gerrit-test-scm: credentials-id: '{ssh-credentials}' - refspec: '$GERRIT_REFSPEC' - choosing-strategy: 'gerrit' + branch: 'master' wrappers: - build-timeout @@ -179,6 +176,7 @@ source $WORKSPACE/venv-tox/bin/activate pip install tox argparse tox --version + cd $WORKSPACE/test tox publishers: -- 2.36.6