Re-enable selection UI for TEST_BRANCH
Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
Change-Id: I4c8df55eea6cec12c83c27be5e33101098b9327e
diff --git a/mbed-tls-restricted-pr-test-parametrized.yaml b/mbed-tls-restricted-pr-test-parametrized.yaml
index 954377a..3525bb7 100644
--- a/mbed-tls-restricted-pr-test-parametrized.yaml
+++ b/mbed-tls-restricted-pr-test-parametrized.yaml
@@ -67,11 +67,13 @@
Run TF-PSA-Crypto all.sh tests - Only enable if both TF_PSA_CRYPTO_REPO and TF_PSA_CRYPTO_BRANCH are set!
Otherwise the test run will fail during BranchInfo gathering.
name: RUN_TF_PSA_CRYPTO_ALL_SH
- - string:
+ - git-parameter:
name: TEST_BRANCH
description: Branch or tag in https://github.com/Mbed-TLS/mbedtls-test.git (forks are not supported)
- default: main
- trim: true
+ type: PT_BRANCH
+ quickFilterEnabled: true
+ defaultValue: main
+ selectedValue: DEFAULT
pipeline-scm:
lightweight-checkout: false
scm:
diff --git a/mbedtls-release-ci-testing.yaml b/mbedtls-release-ci-testing.yaml
index e22cfd9..8f1701b 100644
--- a/mbedtls-release-ci-testing.yaml
+++ b/mbedtls-release-ci-testing.yaml
@@ -66,11 +66,13 @@
default: false
description: Push head to coverity branch, triggering a scan (only done for the development branch)
name: PUSH_COVERITY
- - string:
+ - git-parameter:
name: TEST_BRANCH
description: Branch or tag in https://github.com/Mbed-TLS/mbedtls-test.git (forks are not supported)
- default: main
- trim: true
+ type: PT_BRANCH
+ quickFilterEnabled: true
+ defaultValue: main
+ selectedValue: DEFAULT
- string:
name: TEST_PASS_EMAIL_ADDRESS
description: E-mail addresses (delimited by ,) that a report should be sent to when the test run passes