Add parameters and jobs for framework testing
Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
Change-Id: Ifc94180b655173249030e6dc7781214ff488dfb8
diff --git a/mbed-tls-restricted-pr-test-parametrized.yaml b/mbed-tls-restricted-pr-test-parametrized.yaml
index 60a48a8..66eae59 100644
--- a/mbed-tls-restricted-pr-test-parametrized.yaml
+++ b/mbed-tls-restricted-pr-test-parametrized.yaml
@@ -20,6 +20,16 @@
name: MBED_TLS_BRANCH
trim: 'false'
- 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'
+ - string:
default: ''
description: |-
Enter Mbed Crypto repo/fork. Note this *ONLY* influences the Mbed OS tests at this time.