From 7962746c65d0c7e248230a59aaae8294a4f52dac Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Wed, 10 Jan 2024 10:10:53 +0100 Subject: [PATCH] ci: remove ip101 jobs and twai_std jobs --- .gitlab/ci/target-test.yml | 72 -------------------------------------- 1 file changed, 72 deletions(-) diff --git a/.gitlab/ci/target-test.yml b/.gitlab/ci/target-test.yml index 2d067bdac8..350b5d017f 100644 --- a/.gitlab/ci/target-test.yml +++ b/.gitlab/ci/target-test.yml @@ -481,15 +481,6 @@ pytest_examples_esp32_ethernet_vlan: artifacts: false tags: [ esp32, ethernet_vlan ] -pytest_examples_esp32_ethernet_ip101: - extends: - - .pytest_examples_dir_template - - .rules:test:example_test-esp32 - needs: - - job: build_pytest_examples_esp32 - artifacts: false - tags: [ esp32, ip101 ] - pytest_examples_esp32_ethernet_bridge: extends: - .pytest_examples_dir_template @@ -791,15 +782,6 @@ pytest_components_esp32_esp32c6_sdio: ${PYTEST_EXTRA_FLAGS} --app-info-filepattern \"list_job_*.txt\" -pytest_components_esp32_ip101: - extends: - - .pytest_components_dir_template - - .rules:test:component_ut-esp32 - needs: - - job: build_pytest_components_esp32 - artifacts: false - tags: [ esp32, ip101 ] - pytest_components_esp32_lan8720: extends: - .pytest_components_dir_template @@ -926,60 +908,6 @@ pytest_components_esp32_psramv0: artifacts: false tags: [ esp32, psramv0 ] -pytest_components_esp32_twai_std: - extends: - - .pytest_components_dir_template - - .rules:test:component_ut-esp32 - needs: - - job: build_pytest_components_esp32 - artifacts: false - tags: [ esp32, twai_std ] - -pytest_components_esp32s2_twai_std: - extends: - - .pytest_components_dir_template - - .rules:test:component_ut-esp32s2 - needs: - - job: build_pytest_components_esp32s2 - artifacts: false - tags: [ esp32s2, twai_std ] - -pytest_components_esp32s3_twai_std: - extends: - - .pytest_components_dir_template - - .rules:test:component_ut-esp32s3 - needs: - - job: build_pytest_components_esp32s3 - artifacts: false - tags: [ esp32s3, twai_std ] - -pytest_components_esp32c3_twai_std: - extends: - - .pytest_components_dir_template - - .rules:test:component_ut-esp32c3 - needs: - - job: build_pytest_components_esp32c3 - artifacts: false - tags: [ esp32c3, twai_std ] - -pytest_components_esp32c6_twai_std: - extends: - - .pytest_components_dir_template - - .rules:test:component_ut-esp32c6 - needs: - - job: build_pytest_components_esp32c6 - artifacts: false - tags: [ esp32c6, twai_std ] - -pytest_components_esp32h2_twai_std: - extends: - - .pytest_components_dir_template - - .rules:test:component_ut-esp32h2 - needs: - - job: build_pytest_components_esp32h2 - artifacts: false - tags: [ esp32h2, twai_std ] - pytest_components_esp32s2_generic: extends: - .pytest_components_dir_template