diff options
| author | dkhandel <dkhandel@localhost.localdomain> | 2018-07-26 17:38:33 +0530 | 
|---|---|---|
| committer | dkhandel <dkhandel@localhost.localdomain> | 2018-07-26 17:38:33 +0530 | 
| commit | a5335e63a118879aff5cfc49a177016da3aec101 (patch) | |
| tree | fedfbd8a95933a0e148bf4d967924dc0a496acfd | |
| parent | bee630615202c803845d5e01025bfb89cf07165c (diff) | |
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 <dkhandel@redhat.com>
| -rw-r--r-- | build-gluster-org/jobs/clang.yml | 2 | ||||
| -rw-r--r-- | build-gluster-org/jobs/cppcheck.yml | 2 | ||||
| -rw-r--r-- | build-gluster-org/jobs/lcov.yml | 2 | 
3 files changed, 3 insertions, 3 deletions
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:  | 
