Fix python test by downloading the test repo in its own basedir
[releng/builder.git] / 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: