Add PSA Crypto parameters to the test jobs
This allows us to override the version of TF-PSA-Crypto referenced from
the Mbed TLS repo
Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
Change-Id: I7f51ee0da20d57373bad2d69f1015232a4d9abbe
diff --git a/mbed-tls-restricted-pr-test-parametrized.yaml b/mbed-tls-restricted-pr-test-parametrized.yaml
index 26f0991..d696ec8 100644
--- a/mbed-tls-restricted-pr-test-parametrized.yaml
+++ b/mbed-tls-restricted-pr-test-parametrized.yaml
@@ -35,6 +35,16 @@
description: Framework branch/sha to override the sha specified in the Mbed TLS branch
name: FRAMEWORK_BRANCH
trim: true
+ - string:
+ default: ssh://git@github.com:Mbed-TLS/TF-PSA-Crypto.git
+ description: Enter TF PSA Crypto repo/fork to override the one specififed in the Mbed TLS branch. (used if TF_PSA_CRYPTO_BRANCH is also set)
+ name: TF_PSA_CRYPTO_REPO
+ trim: true
+ - string:
+ default: ''
+ description: Enter TF PSA Crypto branch to override the one specififed in the Mbed TLS branch.
+ name: TF_PSA_CRYPTO_BRANCH
+ trim: true
- bool:
default: false
description: Run a selection of all.sh on FreeBSD
diff --git a/mbedtls-release-ci-testing.yaml b/mbedtls-release-ci-testing.yaml
index 515c61c..cde9896 100644
--- a/mbedtls-release-ci-testing.yaml
+++ b/mbedtls-release-ci-testing.yaml
@@ -30,6 +30,16 @@
description: Framework branch/sha to override the sha specified in the Mbed TLS branch
name: FRAMEWORK_BRANCH
trim: true
+ - string:
+ default: ssh://git@github.com:Mbed-TLS/TF-PSA-Crypto.git
+ description: Enter TF PSA Crypto repo/fork to override the one specififed in the Mbed TLS branch. (used if TF_PSA_CRYPTO_BRANCH is also set)
+ name: TF_PSA_CRYPTO_REPO
+ trim: true
+ - string:
+ default: ''
+ description: Enter TF PSA Crypto branch to override the one specififed in the Mbed TLS branch.
+ name: TF_PSA_CRYPTO_BRANCH
+ trim: true
- bool:
default: false
description: Run basic-build-test.sh (test coverage measurement)