Add parameters and jobs for framework testing
Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
Change-Id: Ifc94180b655173249030e6dc7781214ff488dfb8
diff --git a/mbedtls-release-ci-testing.yaml b/mbedtls-release-ci-testing.yaml
index 09a8f74..ae4461e 100644
--- a/mbedtls-release-ci-testing.yaml
+++ b/mbedtls-release-ci-testing.yaml
@@ -14,6 +14,16 @@
description: Enter branch or commit to test
name: MBED_TLS_BRANCH
trim: 'true'
+ - string:
+ default: ssh://git@github.com:Mbed-TLS/mbedtls-framework.git
+ description: Enter Framework repo/fork to override the one specififed in the Mbed TLS branch (only used if FRAMEWORK_BRANCH is also set)
+ name: FRAMEWORK_TLS_REPO
+ trim: 'true'
+ - string:
+ default: ''
+ description: Enter Framework branch to override the one specififed in the Mbed TLS branch.
+ name: FRAMEWORK_TLS_BRANCH
+ trim: 'false'
- bool:
default: false
description: Run basic-build-test.sh (test coverage measurement)