diff options
| -rw-r--r-- | build-gluster-org/jobs/clang.yml | 7 | ||||
| -rw-r--r-- | build-gluster-org/jobs/cppcheck.yml | 7 | ||||
| -rw-r--r-- | build-gluster-org/jobs/lcov.yml | 7 | 
3 files changed, 3 insertions, 18 deletions
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:  | 
