aboutsummaryrefslogtreecommitdiff
path: root/tcwg-backport.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2018-05-25 14:36:49 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2018-06-07 07:00:48 +0000
commitf65bc6bb5ce32a9e5707a72c8ee6b42bb6fa6425 (patch)
tree1d2e0571496e39f48640db32c1f2d3ebbefd5ed2 /tcwg-backport.yaml
parente7432f8b2740986acb38552fbc7d8c548e2314d6 (diff)
tcwg-backport: Add dryrun parameter.
Change-Id: Id157c2a21e797eefedf6b5da42f1618601b3be65
Diffstat (limited to 'tcwg-backport.yaml')
-rw-r--r--tcwg-backport.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tcwg-backport.yaml b/tcwg-backport.yaml
index 5b088dfc..c1e306c3 100644
--- a/tcwg-backport.yaml
+++ b/tcwg-backport.yaml
@@ -46,6 +46,10 @@
name: rebuild
default: false
description: 'Rebuild the toolchain even if results are already on logserver'
+ - bool:
+ name: dryrun
+ default: false
+ description: 'Dry-run, do nothing, just print steps'
disabled: false
node: tcwg-x86_64-dev-01
concurrent: true
@@ -152,6 +156,7 @@
abe_branch=$abe_rev
scripts_branch=$scripts_branch
displaytag=backport-ref-${GERRIT_CHANGE_NUMBER}
+ dryrun=$dryrun
EOF
cat <<EOF > gcc_patch_parameters
@@ -164,6 +169,7 @@
abe_branch=$abe_rev
scripts_branch=$scripts_branch
displaytag=backport-patch-${GERRIT_CHANGE_NUMBER}
+ dryrun=$dryrun
EOF
cat <<EOF > compare_results_parameters
@@ -171,6 +177,7 @@
new_logs=tcwg-backport-$gcc_patch_rev/$abe_rev
target_list=$target_list
log_server=$log_server
+ dryrun=$dryrun
EOF
- trigger-builds:
- project: tcwg-buildfarm