aboutsummaryrefslogtreecommitdiff
path: root/tcwg-backport.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-backport.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-backport.yaml')
-rw-r--r--tcwg-backport.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcwg-backport.yaml b/tcwg-backport.yaml
index c1e306c325..ab674733a3 100644
--- a/tcwg-backport.yaml
+++ b/tcwg-backport.yaml
@@ -148,7 +148,7 @@
cat <<EOF > gcc_orig_parameters
override=$toolchainconf gcc=gcc.git@$gcc_orig_rev
- log_name=tcwg-backport-$gcc_orig_rev/$abe_rev/\$builder_type.\$target
+ log_name=tcwg-backport-$gcc_orig_rev/$abe_rev/@@host@@.\$target
rebuild=${rebuild}
dont_fail=true
log_server=$log_server
@@ -161,7 +161,7 @@
cat <<EOF > gcc_patch_parameters
override=$toolchainconf gcc=gcc.git@$gcc_patch_rev
- log_name=tcwg-backport-$gcc_patch_rev/$abe_rev/\$builder_type.\$target
+ log_name=tcwg-backport-$gcc_patch_rev/$abe_rev/@@host@@.\$target
rebuild=${rebuild}
dont_fail=true
log_server=$log_server