From a5335e63a118879aff5cfc49a177016da3aec101 Mon Sep 17 00:00:00 2001 From: dkhandel Date: Thu, 26 Jul 2018 17:38:33 +0530 Subject: Change the scm URL from github to gerrit There are jobs which are using github SCM. Need to change it to gerrit so as to test unmerged patches also. Change-Id: Ib89cdb5ccf56094b270ab9c881e27045d9106a9e Signed-off-by: Deepshikha Khandelwal --- build-gluster-org/jobs/clang.yml | 2 +- build-gluster-org/jobs/cppcheck.yml | 2 +- build-gluster-org/jobs/lcov.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'build-gluster-org/jobs') diff --git a/build-gluster-org/jobs/clang.yml b/build-gluster-org/jobs/clang.yml index 93f0484..115b590 100644 --- a/build-gluster-org/jobs/clang.yml +++ b/build-gluster-org/jobs/clang.yml @@ -11,7 +11,7 @@ - $GERRIT_BRANCH refspec: $GERRIT_REFSPEC choosing-strategy: gerrit - url: https://github.com/gluster/glusterfs + url: git://review.gluster.org/glusterfs.git properties: - discard-after-x: diff --git a/build-gluster-org/jobs/cppcheck.yml b/build-gluster-org/jobs/cppcheck.yml index 437fcdb..a42d4cc 100644 --- a/build-gluster-org/jobs/cppcheck.yml +++ b/build-gluster-org/jobs/cppcheck.yml @@ -11,7 +11,7 @@ - $GERRIT_BRANCH refspec: $GERRIT_REFSPEC choosing-strategy: gerrit - url: https://github.com/gluster/glusterfs + url: git://review.gluster.org/glusterfs.git properties: - discard-after-x: diff --git a/build-gluster-org/jobs/lcov.yml b/build-gluster-org/jobs/lcov.yml index 62a2a54..d07f35e 100644 --- a/build-gluster-org/jobs/lcov.yml +++ b/build-gluster-org/jobs/lcov.yml @@ -11,7 +11,7 @@ - $GERRIT_BRANCH refspec: $GERRIT_REFSPEC choosing-strategy: gerrit - url: https://github.com/gluster/glusterfs + url: git://review.gluster.org/glusterfs.git properties: - discard-after-x: -- cgit