From 524e8f849a7ea16bcd117bf1bd02f2bedc4897a7 Mon Sep 17 00:00:00 2001 From: Deepshikha Khandelwal Date: Tue, 27 Aug 2019 09:40:56 +0000 Subject: Revert "Bug fix for a release based pipeline" This reverts commit dab7af989aa641fcee66f585ccfbdc47ab64dd16. Change-Id: I5042d03521f3b6bbde51686bc4cd62f700fb448c --- build-gluster-org/jobs/regression-test-burn-in.yml | 13 +------------ build-gluster-org/jobs/regression-test-with-multiplex.yml | 15 ++------------- 2 files changed, 3 insertions(+), 25 deletions(-) (limited to 'build-gluster-org') 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 -- cgit