Merge branch 'fix/host_build_and_test' into 'master'

fix: host build and test

See merge request espressif/esp-idf!32198
This commit is contained in:
Fu Hanxi 2024-07-18 14:32:37 +08:00
commit f9ccd51e69

View File

@ -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