From ee4c8f04f66cbcaf3e9c819493f4bcd4c80f585b Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Mon, 25 May 2026 16:17:22 +0200 Subject: [PATCH] ci: fix known_failure_cases_file_name (v6.1) --- .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 f4bd4951335..df80c1c8c69 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: "6.1.txt" IDF_CI_BUILD: 1