diff options
| author | Deepshikha Khandelwal <dkhandel@redhat.com> | 2019-08-27 09:40:56 +0000 | 
|---|---|---|
| committer | Deepshikha Khandelwal <dkhandel@redhat.com> | 2019-08-29 12:30:51 +0000 | 
| commit | 524e8f849a7ea16bcd117bf1bd02f2bedc4897a7 (patch) | |
| tree | 5927500e63966ec9c513b3cc9ee57da3c8532f72 | |
| parent | 9b522ac25739291bfc85d5d096eb3ef1a9c92f5d (diff) | |
Revert "Bug fix for a release based pipeline"
This reverts commit dab7af989aa641fcee66f585ccfbdc47ab64dd16.
Change-Id: I5042d03521f3b6bbde51686bc4cd62f700fb448c
| -rw-r--r-- | build-gluster-org/jobs/regression-test-burn-in.yml | 13 | ||||
| -rw-r--r-- | build-gluster-org/jobs/regression-test-with-multiplex.yml | 15 | 
2 files changed, 3 insertions, 25 deletions
diff --git a/build-gluster-org/jobs/regression-test-burn-in.yml b/build-gluster-org/jobs/regression-test-burn-in.yml index 94aebf3..b70e8e3 100644 --- a/build-gluster-org/jobs/regression-test-burn-in.yml +++ b/build-gluster-org/jobs/regression-test-burn-in.yml @@ -8,8 +8,7 @@      scm:      - git:          branches: -        - $GERRIT_BRANCH -        refspec: $GERRIT_REFSPEC +        - origin/master          url: git://review.gluster.org/glusterfs.git          depth: 1          wipe-workspace: false @@ -32,16 +31,6 @@      builders:      - shell: !include-raw: ../scripts/regression-test-burn-in.sh -    parameters: -    - string: -        default: refs/heads/master -        description: 'For review 12345 and patch set 6, this will be refs/changes/45/12345/6. Default: Tip of master' -        name: GERRIT_REFSPEC -    - string: -        default: master -        description: 'Name of the branch you want to build from. We usually build from master' -        name: GERRIT_BRANCH -      wrappers:      - timestamps      - timeout: diff --git a/build-gluster-org/jobs/regression-test-with-multiplex.yml b/build-gluster-org/jobs/regression-test-with-multiplex.yml index eeca852..48f9b6a 100644 --- a/build-gluster-org/jobs/regression-test-with-multiplex.yml +++ b/build-gluster-org/jobs/regression-test-with-multiplex.yml @@ -8,8 +8,7 @@      scm:      - git:          branches: -        - $GERRIT_BRANCH -        refspec: $GERRIT_REFSPEC +        - origin/master          url: git://review.gluster.org/glusterfs.git          depth: 1          wipe-workspace: false @@ -32,16 +31,6 @@      builders:      - shell: !include-raw: ../scripts/regression-test-with-multiplex.sh -    parameters: -    - string: -        default: refs/heads/master -        description: 'For review 12345 and patch set 6, this will be refs/changes/45/12345/6. Default: Tip of master' -        name: GERRIT_REFSPEC -    - string: -        default: master -        description: 'Name of the branch you want to build from. We usually build from master' -        name: GERRIT_BRANCH -      wrappers:      - timestamps      - timeout: @@ -51,4 +40,4 @@      - credentials-binding:          - file:             credential-id: 4db32c5c-890f-4f06-a1d8-7c9a128884e8 -           variable: LOG_KEY +           variable: LOG_KEY      | 
