From: Sam Hague Date: Wed, 26 Dec 2018 22:16:37 +0000 (+0000) Subject: Revert "Fix wrong GERRIT_PROJECT" X-Git-Tag: pre-potassium~421 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=commitdiff_plain;h=a14e474bf096e29d422218f3323f9d7d9467b59c;ds=sidebyside Revert "Fix wrong GERRIT_PROJECT" This reverts commit 5856b0886f8024dd1b6cabdddfd1a68d73a42bd7. Change-Id: Ia949c795feb0f6f9ee9b167c53d2091f200a5b0f Signed-off-by: Sam Hague --- diff --git a/csit/libraries/Coe.robot b/csit/libraries/Coe.robot index ac812ae1c5..a807177593 100644 --- a/csit/libraries/Coe.robot +++ b/csit/libraries/Coe.robot @@ -74,7 +74,7 @@ Configuration Playbook SSHKeywords.Copy_File_To_Remote_System ${K8s_MASTER_IP} ${WATCHER_COE} ${USER_HOME} OperatingSystem.Copy File ${PLAYBOOK_FILE} ${USER_HOME} ${branch_ref_spec} = BuiltIn.Catenate SEPARATOR= refs/heads/ ${GERRIT_BRANCH} - ${gerrit_ref_spec} = BuiltIn.Set Variable If '${GERRIT_PROJECT_ROOT}' != 'coe' ${branch_ref_spec} ${GERRIT_REFSPEC} + ${gerrit_ref_spec} = BuiltIn.Set Variable If '${GERRIT_PROJECT}' != 'coe' ${branch_ref_spec} ${GERRIT_REFSPEC} Run Coe Playbook ${gerrit_ref_spec} Run Coe Playbook