From b0e0fe93b26e1e2c7abb7fb2ba32800e6542d98e Mon Sep 17 00:00:00 2001 From: "igor.udot" Date: Thu, 30 Oct 2025 15:12:20 +0800 Subject: [PATCH] ci: fix known_failure_cases_file_name --- .gitlab/ci/common.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/ci/common.yml b/.gitlab/ci/common.yml index c77e929579..fdb2b9f091 100644 --- a/.gitlab/ci/common.yml +++ b/.gitlab/ci/common.yml @@ -88,7 +88,7 @@ variables: CI_CLANG_DISTRO_URL: "" # Set this variable to specify the file name for the known failure cases. - KNOWN_FAILURE_CASES_FILE_NAME: "master.txt" + KNOWN_FAILURE_CASES_FILE_NAME: "5.5.txt" IDF_CI_BUILD: 1