Skip to content

Commit bfa3990

Browse files
committed
Document TEST_REPO in Jenkinsfiles
Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
1 parent d3d4a4f commit bfa3990

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

vars/mbedtls-pr-test-Jenkinsfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,17 @@
2424
*
2525
* Repos and branches
2626
* - TARGET_REPO
27+
* Tells the parametrized job to behave like a PR targeting the specified repo.
28+
* At the moment, it affects two things in PR jobs:
29+
* - TF-PSA-Crypto all.sh components are skipped if set to 'mbedtls'
30+
* - API-ABI-Check selects which repo to use based on the TARGET_REPO setting.
31+
* (selecting 'mbedtls-framework' disables the test)
32+
* Possible values:
33+
* - mbedtls
34+
* - TF-PSA-Crypto
35+
* - mbedtls-framework
2736
* - CHANGE_TARGET
37+
* a commit-ish (commit/branch/tag/etc.) in TARGET_REPO that API-ABI-Check compares against
2838
* - MBED_TLS_REPO
2939
* - MBED_TLS_BRANCH
3040
* - FRAMEWORK_REPO

vars/mbedtls-release-Jenkinsfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424
*
2525
* Repos and branches
2626
* - TARGET_REPO
27+
* Tells the parametrized job to behave like a PR targeting the specified repo.
28+
* At the moment, it affects one thing in release jobs:
29+
* - TF-PSA-Crypto all.sh components are skipped if set to 'mbedtls'
30+
* Possible values:
31+
* - mbedtls
32+
* - TF-PSA-Crypto
33+
* - mbedtls-framework
2734
* - MBED_TLS_REPO
2835
* - MBED_TLS_BRANCH
2936
* - FRAMEWORK_REPO

0 commit comments

Comments
 (0)