summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Phelps <jphelps@linuxfoundation.org>2018-08-29 17:29:40 -0500
committerJeremy Phelps <jphelps@linuxfoundation.org>2018-08-29 17:43:02 -0500
commitb496136842a89b8348fce5aab543ce5187ce3957 (patch)
tree39c821dc68dc21035d65e3908a1acd938d33f982
parent268b7ace07d9ed15709f634b185567039871f824 (diff)
Make helm verify job checkout gerrit patch
Also change merge and stage job to remove GERRIT_REFSPEC. Change-Id: I9f93d92065fbd1d5665c2d132d99822156809bf1 Issue-ID: OOM-752 Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
-rw-r--r--jjb/global-templates-helm.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/jjb/global-templates-helm.yaml b/jjb/global-templates-helm.yaml
index d412d9ba3..f1b015a5b 100644
--- a/jjb/global-templates-helm.yaml
+++ b/jjb/global-templates-helm.yaml
@@ -55,7 +55,7 @@
scm:
- gerrit-trigger-scm:
refspec: '$GERRIT_REFSPEC'
- choosing-strategy: 'default'
+ choosing-strategy: 'gerrit'
submodule-recursive: '{submodule-recursive}'
triggers:
@@ -78,7 +78,7 @@
scm:
- gerrit-trigger-scm:
- refspec: '$GERRIT_REFSPEC'
+ refspec: ''
choosing-strategy: 'default'
submodule-recursive: '{submodule-recursive}'
@@ -111,7 +111,7 @@
scm:
- gerrit-trigger-scm:
- refspec: '$GERRIT_REFSPEC'
+ refspec: ''
choosing-strategy: 'default'
submodule-recursive: '{submodule-recursive}'