aboutsummaryrefslogtreecommitdiff
path: root/tcwg-backport.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2017-03-20 13:43:09 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2017-03-20 13:43:09 +0000
commit6e8d6866281e671d2f3579a5625f53a1157f7a02 (patch)
tree3f0839d3ae19eb66f80fbc418b3a47640804d1da /tcwg-backport.yaml
parent1b8e27f4897adf855ab0bdbf2be3b9edf11b5802 (diff)
tcwg-backport: Fix log name.
Use $builder_type instead of $(uname -m) as this is now computed in tcwg-buildfarm. Otherwise, we get logs for amd64_64 and i386 containers in the same x86_64 directory. Change-Id: Ic42df4ed45e7adccb887b3a105e358eb9a02c29d tcwg-backport-multijob: Likewise. tcwg-bkk16-trigger-extended-native: Likewise. tcwg-bkk16-trigger-extended: Likewise. tcwg-buildfarm-cmp: Likewise. tcwg-gcc-idle: Likewise. tcwg-trigger-gcc-linaro-5: Likewise. tcwg-trigger-gcc-linaro-6: Likewise.
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 6e15a2f8..9dae5d31 100644
--- a/tcwg-backport.yaml
+++ b/tcwg-backport.yaml
@@ -114,7 +114,7 @@
cat <<EOF > gcc_orig_parameters
override=$toolchainconf gcc=gcc.git@$gcc_orig_rev
- log_name=tcwg-backport-$gcc_orig_rev/\$(uname -m).\$target
+ log_name=tcwg-backport-$gcc_orig_rev/\$builder_type.\$target
rebuild=${rebuild}
dont_fail=true
log_server=$log_server
@@ -124,7 +124,7 @@
cat <<EOF > gcc_patch_parameters
override=$toolchainconf gcc=gcc.git@$gcc_patch_rev
- log_name=tcwg-backport-$gcc_patch_rev/\$(uname -m).\$target
+ log_name=tcwg-backport-$gcc_patch_rev/\$builder_type.\$target
rebuild=${rebuild}
dont_fail=true
log_server=$log_server