aboutsummaryrefslogtreecommitdiff
path: root/tcwg-buildfarm-cmp.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2018-06-19 20:35:59 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2018-06-27 14:18:01 +0000
commit61b1ce37ed300c88c98403e6303ba619d0615b1d (patch)
tree0f229963d6fda8aaaa1cd24ab1f37dddaf4dceb9 /tcwg-buildfarm-cmp.yaml
parent5937fdc6803ca15fd6558698644c25d784765b85 (diff)
tcwg-*: Use @@host@@ instead of \$builder_type
Since tcwg-buildfarm.sh has a new interface, "host" (former builder_type) cannot be computed before we evalute log_name. Using @@host@@ enables the use of sed later to replace it with the right value. This patch complements https://review.linaro.org/#/c/25980/ Change-Id: Ie2235a60860f67033fce109ccf990008605192a1
Diffstat (limited to 'tcwg-buildfarm-cmp.yaml')
-rw-r--r--tcwg-buildfarm-cmp.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcwg-buildfarm-cmp.yaml b/tcwg-buildfarm-cmp.yaml
index 7ba741e3..b956aab2 100644
--- a/tcwg-buildfarm-cmp.yaml
+++ b/tcwg-buildfarm-cmp.yaml
@@ -148,7 +148,7 @@
- name: tcwg-buildfarm
predefined-parameters: |
override=$ref_override
- log_name=$ref_log_name/\$builder_type.\$target
+ log_name=$ref_log_name/@@host@@.\$target
abe_branch=$ref_abe_branch
scripts_branch=$ref_scripts_branch
build_container_tag=$ref_distro
@@ -159,7 +159,7 @@
- name: tcwg-buildfarm
predefined-parameters: |
override=$eval_override
- log_name=$eval_log_name/\$builder_type.\$target
+ log_name=$eval_log_name/@@host@@.\$target
abe_branch=$eval_abe_branch
scripts_branch=$eval_scripts_branch
build_container_tag=$eval_distro