diff options
author | Fatih Degirmenci <fdegir@gmail.com> | 2018-01-22 13:04:18 +0100 |
---|---|---|
committer | Fatih Degirmenci <fdegir@gmail.com> | 2018-01-22 13:04:18 +0100 |
commit | 08e50bf62c2a588dfb549096f6103dd3a6f1f359 (patch) | |
tree | 53d0fd40ecf1514c23df0bb73033a6729ecc632a /jjb/xci | |
parent | deb23d940ad85684c15fbee077fd1bf4c5e372d6 (diff) |
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 <fdegir@gmail.com>
Diffstat (limited to 'jjb/xci')
-rw-r--r-- | jjb/xci/xci-merge-jobs.yml | 7 |
1 files changed, 6 insertions, 1 deletions
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: |