aboutsummaryrefslogtreecommitdiff
path: root/tcwg-backport.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2018-05-16 08:18:33 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2018-05-17 11:55:40 +0000
commit7a0a9783c3447dac7167de318813a6b992b213c4 (patch)
tree90509109d284100bba6e3e81416a6cec9837eb71 /tcwg-backport.yaml
parent43a4c23d5de3b292b9baf56783cbfa9bdbb06d9f (diff)
tcwg-*: Add scripts_branch parameter to all users of tcwg-buildfarm.
Default to refs/remotes/origins/master, which is also the default value in tcwg-buildfarm: this patch should have no functional impact. tcwg-regression-detection: Only add a TODO reminder saying we should compute which versions of jenkins-scripts we want to use. Change-Id: Id6e66a202e1aadf48f610c37f3712273493ca454
Diffstat (limited to 'tcwg-backport.yaml')
-rw-r--r--tcwg-backport.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tcwg-backport.yaml b/tcwg-backport.yaml
index f924509b6d..afd1763e50 100644
--- a/tcwg-backport.yaml
+++ b/tcwg-backport.yaml
@@ -38,6 +38,10 @@
name: abe_branch
default: refs/remotes/origin/tested
description: 'ABE revision to use'
+ - string:
+ name: scripts_branch
+ default: refs/remotes/origin/master
+ description: 'jenkins-scripts revision to use'
- bool:
name: rebuild
default: false
@@ -134,6 +138,7 @@
log_server=$log_server
target_list=$target_list
abe_branch=$abe_rev
+ scripts_branch=$scripts_branch
displaytag=backport-ref-${GERRIT_CHANGE_NUMBER}
EOF
@@ -145,6 +150,7 @@
log_server=$log_server
target_list=$target_list
abe_branch=$abe_rev
+ scripts_branch=$scripts_branch
displaytag=backport-patch-${GERRIT_CHANGE_NUMBER}
EOF