aboutsummaryrefslogtreecommitdiff
path: root/tcwg-gnu-patch-benchmarking.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-gnu-patch-benchmarking.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-gnu-patch-benchmarking.yaml')
-rw-r--r--tcwg-gnu-patch-benchmarking.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tcwg-gnu-patch-benchmarking.yaml b/tcwg-gnu-patch-benchmarking.yaml
index b11010fd..b8be1dec 100644
--- a/tcwg-gnu-patch-benchmarking.yaml
+++ b/tcwg-gnu-patch-benchmarking.yaml
@@ -30,6 +30,10 @@
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'
+ - string:
name: target_list
default: 'aarch64-linux-gnu arm-linux-gnueabihf'
description: 'List of targets'
@@ -153,6 +157,7 @@
log_name=tcwg-gnu-patch-benchmarking-$gcc_orig_rev/$abe_rev/\$builder_type.\$target
target_list=$target
abe_branch=$abe_rev
+ scripts_branch=$scripts_branch
displaytag=gnu-patch-benchmarking-ref-${gcc_orig_rev}
EOF
echo "$buildfarm_params" >> gcc_orig_params
@@ -162,6 +167,7 @@
log_name=tcwg-gnu-patch-benchmarking-$gcc_orig_patch/$abe_rev/\$builder_type.\$target
target_list=$target
abe_branch=$abe_rev
+ scripts_branch=$scripts_branch
displaytag=gnu-patch-benchmarking-patch-${gcc_patch_rev}
EOF
echo "$buildfarm_params" >> gcc_patch_params