From 5856b0886f8024dd1b6cabdddfd1a68d73a42bd7 Mon Sep 17 00:00:00 2001 From: Sam Hague Date: Wed, 26 Dec 2018 09:47:10 -0500 Subject: [PATCH] Fix wrong GERRIT_PROJECT MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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. Depends-on: I426b516d2b81f1f2a758552f3e97c16f08e46127 Change-Id: I7d6d5e3d3ffe76807692a7b9bdd52fbca8377fe5 Signed-off-by: Sam Hague --- csit/libraries/Coe.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csit/libraries/Coe.robot b/csit/libraries/Coe.robot index a807177593..ac812ae1c5 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}' != 'coe' ${branch_ref_spec} ${GERRIT_REFSPEC} + ${gerrit_ref_spec} = BuiltIn.Set Variable If '${GERRIT_PROJECT_ROOT}' != 'coe' ${branch_ref_spec} ${GERRIT_REFSPEC} Run Coe Playbook ${gerrit_ref_spec} Run Coe Playbook -- 2.36.6