From 713ac9b4ba78a36c405f1afef6178d08bc520349 Mon Sep 17 00:00:00 2001 From: Etienne Carriere Date: Mon, 30 Sep 2024 08:53:05 +0200 Subject: [PATCH] ci: qemuv7: exclude xtest pkcs11_1007 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: https://github.com/OP-TEE/optee_os/issues/6952 Signed-off-by: Etienne Carriere --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13e17bebf98..53fe2113c1c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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)