File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments