Skip to content

Commit

Permalink
ci: qemuv7: exclude xtest pkcs11_1007
Browse files Browse the repository at this point in the history
Exclude xtest case pkcs11_1007 from qemuv7 CI tests since we're facing
sporadic failures on this test on PKCS#11 sessions opening and release.
Occurrences of this issue have been found only on this Armv7-A platform.
Once the issue is solved, we be able to restore this test.

Link: #6952
Signed-off-by: Etienne Carriere <[email protected]>
  • Loading branch information
etienne-lms committed Sep 30, 2024
1 parent 85fd616 commit 713ac9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ jobs:
ln -s ${WD} ${TOP}/optee_os
cd ${TOP}/build
make -j$(nproc) check CFG_LOCKDEP=y CFG_LOCKDEP_RECORD_STACK=n CFG_IN_TREE_EARLY_TAS=pkcs11/fd02c9da-306c-48c7-a49c-bbd827ae86ee CFG_PKCS11_TA=y
make -j$(nproc) check CFG_LOCKDEP=y CFG_LOCKDEP_RECORD_STACK=n CFG_IN_TREE_EARLY_TAS=pkcs11/fd02c9da-306c-48c7-a49c-bbd827ae86ee CFG_PKCS11_TA=y XTEST_ARGS="-x pkcs11_1007"
QEMUv8_check:
name: make check (QEMUv8)
Expand Down

0 comments on commit 713ac9b

Please sign in to comment.