From 8f78059bccffb35ce419eec16b4a79c222ab281a Mon Sep 17 00:00:00 2001 From: Nigel Babu Date: Fri, 27 Jul 2018 09:29:39 +0530 Subject: Change the SCM to just use default Gerrit Change-Id: I24ad103ec6c43ad179a34643c0d1b9104e7ef64a --- build-gluster-org/jobs/clang.yml | 7 +------ build-gluster-org/jobs/cppcheck.yml | 7 +------ build-gluster-org/jobs/lcov.yml | 7 +------ 3 files changed, 3 insertions(+), 18 deletions(-) (limited to 'build-gluster-org/jobs') diff --git a/build-gluster-org/jobs/clang.yml b/build-gluster-org/jobs/clang.yml index 115b590..ed2f823 100644 --- a/build-gluster-org/jobs/clang.yml +++ b/build-gluster-org/jobs/clang.yml @@ -6,12 +6,7 @@ concurrent: true scm: - - git: - branches: - - $GERRIT_BRANCH - refspec: $GERRIT_REFSPEC - choosing-strategy: gerrit - url: git://review.gluster.org/glusterfs.git + - glusterfs properties: - discard-after-x: diff --git a/build-gluster-org/jobs/cppcheck.yml b/build-gluster-org/jobs/cppcheck.yml index a42d4cc..bf20e47 100644 --- a/build-gluster-org/jobs/cppcheck.yml +++ b/build-gluster-org/jobs/cppcheck.yml @@ -6,12 +6,7 @@ concurrent: true scm: - - git: - branches: - - $GERRIT_BRANCH - refspec: $GERRIT_REFSPEC - choosing-strategy: gerrit - url: git://review.gluster.org/glusterfs.git + - glusterfs properties: - discard-after-x: diff --git a/build-gluster-org/jobs/lcov.yml b/build-gluster-org/jobs/lcov.yml index d07f35e..0e7b07d 100644 --- a/build-gluster-org/jobs/lcov.yml +++ b/build-gluster-org/jobs/lcov.yml @@ -6,12 +6,7 @@ concurrent: true scm: - - git: - branches: - - $GERRIT_BRANCH - refspec: $GERRIT_REFSPEC - choosing-strategy: gerrit - url: git://review.gluster.org/glusterfs.git + - glusterfs properties: - discard-after-x: -- cgit