aboutsummaryrefslogtreecommitdiff
path: root/tcwg
diff options
context:
space:
mode:
authorLaurent Alfonsi <laurent.alfonsi@linaro.org>2024-03-25 20:09:39 +0100
committerLaurent Alfonsi <laurent.alfonsi@linaro.org>2024-03-25 20:09:39 +0100
commitf240cae0ed1276a2917db5293f95e38eff9802b1 (patch)
tree9ecff657989b5dadc69926e5a7feae4c9897eb4d /tcwg
parent882bd543046803fda9415abf3e67b1afda0bebe0 (diff)
tcwg_chromium--master.yaml: rename dynamic component parameter
Change-Id: I86bda768dad6c10bb1908600867f57bb0ad675e3
Diffstat (limited to 'tcwg')
-rw-r--r--tcwg/round-robin.yaml.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/tcwg/round-robin.yaml.inc b/tcwg/round-robin.yaml.inc
index 73d41a378d..9c016edba8 100644
--- a/tcwg/round-robin.yaml.inc
+++ b/tcwg/round-robin.yaml.inc
@@ -37,7 +37,7 @@
parameters:
#if DYNAMIC_COMPONENT_LIST_yes
- string:
- name: 'component_list'
+ name: 'dynamic_components_list'
default: '*'
description: "Component list to update. '*' means all components"
#endif
@@ -702,12 +702,12 @@
build_container_exec \
./jenkins-scripts/update_components_revs.sh \
@@rr[top_artifacts] artifacts \
- __component_list "$component_list"
+ __dynamic_components_list "$dynamic_components_list"
# Might need to add adjustment of the $build_name (not critical)
# Might not need to add branch_opt : The build script doesn't need it.
- build_name="$build_name-$component_list"
+ build_name="$build_name-$dynamic_components_list"
#else
for c in #{COMPONENTS}; do
eval "g=\$$$${{c}}_git"