From 7c49b1da557b6f09cb48b2a9946257ad58e81b2d Mon Sep 17 00:00:00 2001 From: "igor.udot" Date: Tue, 21 May 2024 13:54:43 +0800 Subject: [PATCH] ci: add 5.3 known failed cases filename --- .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 b811b9c8e4..687d851640 100644 --- a/.gitlab/ci/common.yml +++ b/.gitlab/ci/common.yml @@ -84,7 +84,7 @@ variables: CI_PYTHON_TOOL_BRANCH: "" # 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.3.txt" IDF_CI_BUILD: 1