Parametrize e-mail addresses
Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
Change-Id: I1448098065623d0d01753610365cc74bbe66bd24
diff --git a/mbedtls-restricted-release-new.yaml b/mbedtls-restricted-release-new.yaml
index 76a8db5..1c1e5fe 100644
--- a/mbedtls-restricted-release-new.yaml
+++ b/mbedtls-restricted-release-new.yaml
@@ -106,6 +106,16 @@
For the list of Mbed OS Gold and Silver boards, see <a href="https://confluence.arm.com/display/IoTBU/ISG+Device+SW+SUT+list">here</a>
name: PLATFORMS_TO_TEST
+ - string:
+ name: TEST_PASS_EMAIL_ADDRESS
+ description: E-mail addresses (delimited by ,) that a report should be sent to when the test run passes
+ default: 'mbed-tls-eng@arm.com,jaeden.amero@arm.com,arthur.she@linaro.org'
+ trim: true
+ - string:
+ name: TEST_FAIL_EMAIL_ADDRESS
+ description: E-mail addresses (delimited by ,) that a report should be sent to when the test run fails
+ default: 'mbed-tls-eng@arm.com,jaeden.amero@arm.com,arthur.she@linaro.org'
+ trim: true
pipeline-scm:
lightweight-checkout: true
scm:
@@ -139,6 +149,4 @@
override-build-parameters: false
properties-content: |-
GIT_CREDENTIALS_ID=mbedtls-github-ssh
- TEST_PASS_EMAIL_ADDRESS=mbed-tls-eng@arm.com;jaeden.amero@arm.com;arthur.she@linaro.org
- TEST_FAIL_EMAIL_ADDRESS=mbed-tls-eng@arm.com;jaeden.amero@arm.com;arthur.she@linaro.org
triggers: []