From 08a698515202dc5582e1373f777544fae3c0d296 Mon Sep 17 00:00:00 2001 From: "igor.udot" Date: Thu, 18 Jul 2024 13:52:27 +0800 Subject: [PATCH] fix: temporal solution for host build and test --- .gitlab/ci/host-test.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab/ci/host-test.yml b/.gitlab/ci/host-test.yml index 3d93a20510..62fa8feeef 100644 --- a/.gitlab/ci/host-test.yml +++ b/.gitlab/ci/host-test.yml @@ -314,8 +314,8 @@ test_pytest_qemu: --pytest-apps -m qemu --collect-app-info "list_job_${CI_JOB_NAME_SLUG}.txt" - --modified-components ${MR_MODIFIED_COMPONENTS} - --modified-files ${MR_MODIFIED_FILES} +# --modified-components ${MR_MODIFIED_COMPONENTS} will be fixed with IDFCI-2270 +# --modified-files ${MR_MODIFIED_FILES} - python tools/ci/get_known_failure_cases_file.py - run_cmd pytest --target $IDF_TARGET @@ -344,8 +344,8 @@ test_pytest_linux: --pytest-apps -m host_test --collect-app-info "list_job_${CI_JOB_NAME_SLUG}.txt" - --modified-components ${MR_MODIFIED_COMPONENTS} - --modified-files ${MR_MODIFIED_FILES} +# --modified-components ${MR_MODIFIED_COMPONENTS} will be fixed with IDFCI-2270 +# --modified-files ${MR_MODIFIED_FILES} - python tools/ci/get_known_failure_cases_file.py - run_cmd pytest --target linux @@ -376,8 +376,8 @@ test_pytest_macos: --pytest-apps -m \"host_test and macos_shell\" --collect-app-info "list_job_${CI_JOB_NAME_SLUG}.txt" - --modified-components ${MR_MODIFIED_COMPONENTS} - --modified-files ${MR_MODIFIED_FILES} +# --modified-components ${MR_MODIFIED_COMPONENTS} will be fixed with IDFCI-2270 +# --modified-files ${MR_MODIFIED_FILES} - python tools/ci/get_known_failure_cases_file.py - run_cmd pytest --target linux