Skip to content

Commit 67cb2b3

Browse files
committed
Run Crypto abi-check in TF-PSA-Crypto PRs
Running the TLS ABI check doesn't do much, since both HEAD and FETCH_HEAD point to the same commit in a Crypto PR-merge job. Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
1 parent e5a2cf3 commit 67cb2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vars/mbedtls.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ void run_tls_tests(Collection<BranchInfo> infos) {
3333
infos.each { info ->
3434
jobs << gen_jobs.gen_release_jobs(info, false)
3535

36-
if (env.RUN_ABI_CHECK == "true" && info.repo == 'tls') {
36+
if (env.RUN_ABI_CHECK == 'true' && info.repo == env.TARGET_REPO) {
3737
jobs << gen_jobs.gen_abi_api_checking_job(info, 'ubuntu-18.04-amd64')
3838
}
3939
}

0 commit comments

Comments
 (0)