diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 248560dedb..eceecb6a1f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -161,7 +161,7 @@ repos: name: sort yaml files entry: tools/ci/sort_yaml.py language: python - files: '\.build-test-rules\.yml$' + files: '\.build-test-rules\.yml$|known_generate_test_child_pipeline_warnings\.yml$' additional_dependencies: - ruamel.yaml - id: sort-yaml-test diff --git a/tools/ci/dynamic_pipelines/templates/known_generate_test_child_pipeline_warnings.yml b/tools/ci/dynamic_pipelines/templates/known_generate_test_child_pipeline_warnings.yml index 41e5a8fdbb..1824aba2e6 100644 --- a/tools/ci/dynamic_pipelines/templates/known_generate_test_child_pipeline_warnings.yml +++ b/tools/ci/dynamic_pipelines/templates/known_generate_test_child_pipeline_warnings.yml @@ -1,2 +1,53 @@ -no_env_marker_test_cases: [] -no_runner_tags: [] +no_env_marker_test_cases: + - components/fatfs/test_apps/flash_ro/pytest_fatfs_flash_ro.py::test_fatfs_flash_ro + - components/fatfs/test_apps/flash_wl/pytest_fatfs_flash_wl.py::test_fatfs_flash_wl_generic[default] + - components/fatfs/test_apps/flash_wl/pytest_fatfs_flash_wl.py::test_fatfs_flash_wl_generic[fastseek] + - components/fatfs/test_apps/flash_wl/pytest_fatfs_flash_wl.py::test_fatfs_flash_wl_generic[release] + - components/nvs_flash/test_apps/pytest_nvs_flash.py::test_nvs_flash[default] + - components/pthread/test_apps/pthread_psram_tests/pytest_pthread_psram_tests.py::test_pthread_psram + - components/vfs/test_apps/pytest_vfs.py::test_vfs_ccomp[ccomp] + - components/vfs/test_apps/pytest_vfs.py::test_vfs_default[default] + - components/vfs/test_apps/pytest_vfs.py::test_vfs_default[iram] + - examples/protocols/http_server/file_serving/pytest_http_server_file_serving.py::test_examples_protocol_http_server_file_serving[spiffs] + - examples/storage/fatfsgen/pytest_fatfsgen_example.py::test_examples_fatfsgen[test_read_only_partition_gen] + - examples/storage/fatfsgen/pytest_fatfsgen_example.py::test_examples_fatfsgen[test_read_only_partition_gen_default_dt] + - examples/storage/fatfsgen/pytest_fatfsgen_example.py::test_examples_fatfsgen[test_read_only_partition_gen_ln] + - examples/storage/fatfsgen/pytest_fatfsgen_example.py::test_examples_fatfsgen[test_read_only_partition_gen_ln_default_dt] + - examples/storage/fatfsgen/pytest_fatfsgen_example.py::test_examples_fatfsgen[test_read_write_partition_gen] + - examples/storage/fatfsgen/pytest_fatfsgen_example.py::test_examples_fatfsgen[test_read_write_partition_gen_default_dt] + - examples/storage/fatfsgen/pytest_fatfsgen_example.py::test_examples_fatfsgen[test_read_write_partition_gen_ln] + - examples/storage/fatfsgen/pytest_fatfsgen_example.py::test_examples_fatfsgen[test_read_write_partition_gen_ln_default_dt] + - examples/storage/nvs_rw_blob/pytest_nvs_rw_blob.py::test_examples_nvs_rw_blob + - examples/storage/nvs_rw_value/pytest_nvs_rw_value.py::test_examples_nvs_rw_value + - examples/storage/nvs_rw_value_cxx/pytest_nvs_rw_value_cxx.py::test_examples_nvs_rw_value_cxx + - examples/storage/nvsgen/pytest_nvsgen_example.py::test_nvsgen_example + - examples/storage/partition_api/partition_find/pytest_partition_find_example.py::test_partition_find_example + - examples/storage/partition_api/partition_mmap/pytest_partition_mmap_example.py::test_partition_mmap_example + - examples/storage/partition_api/partition_ops/pytest_partition_ops_example.py::test_partition_ops_example + - examples/storage/parttool/pytest_parttool_example.py::test_examples_parttool + - examples/storage/spiffs/pytest_spiffs_example.py::test_examples_spiffs + - examples/storage/spiffsgen/pytest_spiffsgen_example.py::test_spiffsgen_example + - examples/storage/wear_levelling/pytest_wear_levelling_example.py::test_wear_levelling_example + - tools/test_apps/system/panic/pytest_panic.py::test_gdbstub_coredump[gdbstub_coredump] + - tools/test_apps/system/panic/pytest_panic.py::test_panic_delay[panic_delay] +no_runner_tags: + - esp32,ip101 + - esp32,psram,quad_psram + - esp32,quad_psram + - esp32c2,ethernet,xtal_40mhz + - esp32c2,ethernet_ota,xtal_40mhz + - esp32c2,jtag,xtal_40mhz + - esp32c3,Example_ShieldBox_Basic + - esp32c3,ethernet_flash_8m + - esp32c3,ethernet_ota + - esp32c3,sdcard_sdmode + - esp32c6,jtag + - esp32h2,jtag + - esp32s2,Example_ShieldBox_Basic + - esp32s2,ethernet_flash_8m + - esp32s2,ethernet_ota + - esp32s2,usb_host_flash_disk + - esp32s2,wifi_high_traffic + - esp32s3,Example_ShieldBox_Basic + - esp32s3,ethernet_flash_8m + - esp32s3,ethernet_ota