aboutsummaryrefslogtreecommitdiff
path: root/tcwg
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-01-17 18:46:51 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-01-17 18:46:51 +0000
commit18916ec4f0a40027c4a304584e5f64d85cb1f31a (patch)
treed7a0e9e05ace65eaaf79f4bc173995c8e201a682 /tcwg
parent9ab75645a0e3ffd425084c106e9d17e32056b3a7 (diff)
tcwg/round-robin.yaml.inc: Better order parameters of {build_script}
... so that it's easier to delete unneeded parameters when copy-pasting command line for a local build. Change-Id: I4a90cc5969f89490d7ede1d2f084d02134ee2cf3
Diffstat (limited to 'tcwg')
-rw-r--r--tcwg/round-robin.yaml.inc18
1 files changed, 9 insertions, 9 deletions
diff --git a/tcwg/round-robin.yaml.inc b/tcwg/round-robin.yaml.inc
index 623b458c75..6c24c3d86d 100644
--- a/tcwg/round-robin.yaml.inc
+++ b/tcwg/round-robin.yaml.inc
@@ -309,17 +309,17 @@
-- \
./jenkins-scripts/{build_script} \
%% artifacts/jenkins/manifest.sh \
- --BUILD_URL "$BUILD_URL" \
- --scripts_branch "$scripts_branch" \
+ ==rr[ci_project] $ci_project \
+ ==rr[ci_config] $ci_config \
+ $extra_build_params \
#if RR_tcwg_bmk
--bmk_branch "$bmk_branch" \
#endif
- ==rr[ci_project] $ci_project \
- ==rr[ci_config] $ci_config \
+ --scripts_branch "$scripts_branch" \
$branch_opt \
==rr[mode] "jenkins-full" \
==rr[update_baseline] "$update_baseline" \
- $extra_build_params &
+ --BUILD_URL "$BUILD_URL" &
res=0 && wait $! || res=$?
# If we didn't run the docker command
@@ -447,13 +447,13 @@
--JIRA_PASSWORD "$TCWG_JIRA_PASSWORD" \
#endif
-- \
- --scripts_branch "$scripts_branch" \
+ ==rr[ci_project] $ci_project \
+ ==rr[ci_config] $ci_config \
+ $extra_build_params \
#if RR_tcwg_bmk
--bmk_branch "$bmk_branch" \
#endif
- ==rr[ci_project] $ci_project \
- ==rr[ci_config] $ci_config \
- $extra_build_params
+ --scripts_branch "$scripts_branch"
if [ x"$mail_recipients" != x"default" ]; then
echo "$mail_recipients" > artifacts/jenkins/mail-recipients.txt