Fix wrong GERRIT_PROJECT 67/79067/3
authorSam Hague <shague@redhat.com>
Wed, 26 Dec 2018 13:51:07 +0000 (08:51 -0500)
committerSam Hague <shague@redhat.com>
Wed, 26 Dec 2018 14:50:46 +0000 (09:50 -0500)
GERRIT_PROJECT is used in the csit job to clone
the integration/test project so it can not be
overwritten with the root tst-patch job.

Change-Id: I426b516d2b81f1f2a758552f3e97c16f08e46127
Signed-off-by: Sam Hague <shague@redhat.com>
jjb/integration/integration-deploy-controller-run-test.sh
jjb/integration/integration-templates.yaml

index 788da938b0c3a20b7220d502fc7bd62c57ce1d28..1fab79e69a0e92e5f5c6cb6ef23414dec58aeb13 100755 (executable)
@@ -55,7 +55,7 @@ robot -N ${TESTPLAN} \
       -v CONTROLLER:${ODL_SYSTEM_IP} \
       -v CONTROLLER_USER:${USER} \
       -v GERRIT_BRANCH:${GERRIT_BRANCH} \
-      -v GERRIT_PROJECT:${GERRIT_PROJECT} \
+      -v GERRIT_PROJECT_ROOT:${GERRIT_PROJECT_ROOT} \
       -v GERRIT_REFSPEC:${GERRIT_REFSPEC} \
       -v JAVA_HOME:${JAVA_HOME} \
       -v JDKVERSION:${JDKVERSION} \
index 5d453e9df91db80c3a3fd22692d21ff20ff5402d..2603c147cc6eb93f3299e95d912d8297faacfd5f 100644 (file)
             predefined-parameters: |
               BUNDLE_URL=$BUNDLE_URL
               GERRIT_BRANCH=$GERRIT_BRANCH
-              GERRIT_PROJECT=GERRIT_PROJECT
+              GERRIT_PROJECT_ROOT=$GERRIT_PROJECT
               GERRIT_REFSPEC=$GERRIT_REFSPEC
               KARAF_VERSION=$KARAF_VERSION