aboutsummaryrefslogtreecommitdiff
path: root/tcwg_gnu_native.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2023-11-30 20:59:30 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2023-12-08 10:33:36 +0000
commitedfa35934abc9fb4dd849f665ec51970cba9c81d (patch)
tree1d4b78172d4d4e109f108b88fa28d0b964743af0 /tcwg_gnu_native.yaml
parentdad3c0adb420e76d1c64aadc0062e557b8dd5bef (diff)
tcwg/round-robin.yaml.inc: Fix macro expansion
by using the 'dummy: dummy' trick Change-Id: I57ea85b1f9f541201dfe8ab092875995421c27af
Diffstat (limited to 'tcwg_gnu_native.yaml')
-rw-r--r--tcwg_gnu_native.yaml13
1 files changed, 7 insertions, 6 deletions
diff --git a/tcwg_gnu_native.yaml b/tcwg_gnu_native.yaml
index 855b90f05d..064bda4528 100644
--- a/tcwg_gnu_native.yaml
+++ b/tcwg_gnu_native.yaml
@@ -784,15 +784,15 @@
publishers:
- email-ext:
recipients: |
- ${FILE,path="artifacts/testresults/testresults-mail-recipients.txt"}
+ ${{FILE,path="artifacts/testresults/testresults-mail-recipients.txt"}}
reply-to: linaro-toolchain@lists.linaro.org
subject: |
- ${FILE,path="artifacts/testresults/testresults-mail-subject.txt"}
+ ${{FILE,path="artifacts/testresults/testresults-mail-subject.txt"}}
content-type: text
body: |
- ${FILE,path="artifacts/testresults/testresults-mail-body.txt"}
+ ${{FILE,path="artifacts/testresults/testresults-mail-body.txt"}}
failure: false
- success: ${ENV,var="BUILD_CAUSE_SCMTRIGGER"}
+ success: ${{ENV,var="BUILD_CAUSE_SCMTRIGGER"}}
aborted: false
send-to:
- recipients
@@ -950,7 +950,8 @@
- build-publishers:
email_on_failure: false
email_on_success: true
- - email-results
+ - email-results:
+ dummy: dummy
- job-template:
@@ -984,4 +985,4 @@
docker_security: '{docker_security}'
publishers:
- bisect-publishers
-# checksum: 1f4d440ba46b3d9f7315ad02776a44bd
+# checksum: c35fa5f718b3d0757162c45e80dc3710