Fix python test by downloading the test repo in its own basedir 91/26291/1
authorLuis Gomez <ecelgp@gmail.com>
Wed, 2 Sep 2015 01:00:18 +0000 (18:00 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Wed, 2 Sep 2015 01:00:18 +0000 (18:00 -0700)
Change-Id: I7716c4d4c37abe5ba4efba3c6726b8406803c45d
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
jjb/integration/integration-test-jobs.yaml

index f36a610faa11b12219246c8b2fd3abaec31f6ef8..1a0e144613deec7b89ad2a1eda77151c4201b0d5 100644 (file)
     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
             source $WORKSPACE/venv-tox/bin/activate
             pip install tox argparse
             tox --version
+            cd $WORKSPACE/test
             tox
 
     publishers: