Add submodule repo parameters to release/nightly jobs
The submodules are always cloned from the repos specified in these
parameters since [Mbed-TLS/mbedtls-test#206][1].
[1]: https://github.com/Mbed-TLS/mbedtls-test/pull/206
Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
Change-Id: I76ace064548fc409ec63902816663b358afc2f61
diff --git a/mbed-tls-nightly-tests.yaml b/mbed-tls-nightly-tests.yaml
index 2d44769..f8c2daa 100644
--- a/mbed-tls-nightly-tests.yaml
+++ b/mbed-tls-nightly-tests.yaml
@@ -14,6 +14,26 @@
description: Branch or commit to test
name: MBED_TLS_BRANCH
trim: true
+ - string:
+ default: ssh://git@github.com/Mbed-TLS/mbedtls-framework.git
+ description: Framework repo/fork
+ name: FRAMEWORK_REPO
+ trim: true
+ - string:
+ default: ''
+ description: Enter 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: TF PSA Crypto repo/fork
+ name: TF_PSA_CRYPTO_REPO
+ trim: true
+ - string:
+ default: ''
+ description: Enter TF PSA Crypto branch/sha to override the sha specified in the Mbed TLS branch.
+ name: TF_PSA_CRYPTO_BRANCH
+ trim: true
- bool:
default: true
description: Run basic-build-test.sh (test coverage measurement)