From 08e50bf62c2a588dfb549096f6103dd3a6f1f359 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Mon, 22 Jan 2018 13:04:18 +0100 Subject: xci: Always clone releng-xci into WORKSPACE for merge jobs The cloning of the correct version of the repo which the scenario resides in will be handled by get-opnfv-scenario-requirements.yml for all the scenarios. The change proposed for merge jobs will be reflected to verify jobs as well once it is verified with this. Change-Id: Icaa99a8b9e981c839969ce556e5af6a9ef6d9da8 Signed-off-by: Fatih Degirmenci --- jjb/xci/xci-merge-jobs.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/jjb/xci/xci-merge-jobs.yml b/jjb/xci/xci-merge-jobs.yml index df03a0428..f4d039ba7 100644 --- a/jjb/xci/xci-merge-jobs.yml +++ b/jjb/xci/xci-merge-jobs.yml @@ -74,7 +74,12 @@ - fix-workspace-permissions scm: - - git-scm + - git: + credentials-id: '$SSH_CREDENTIAL_ID' + url: 'https://gerrit.opnfv.org/gerrit/releng-xci' + branches: + - 'origin/master' + timeout: 15 triggers: - gerrit: -- cgit 1.2.3-korg