Skip to content

Commit

Permalink
Merge branch 'ci/temp_disable_jobs_v5.2' into 'release/v5.2'
Browse files Browse the repository at this point in the history
ci: remove ip101 jobs and twai_std jobs (v5.2)

See merge request espressif/esp-idf!28377
  • Loading branch information
jack0c committed Jan 11, 2024
2 parents a45478a + f317bb1 commit 581fa1b
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .gitlab/ci/target-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -463,15 +463,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
Expand Down Expand Up @@ -724,15 +715,6 @@ pytest_components_esp32_sdio:
artifacts: false
tags: [ esp32, sdio_master_slave ]

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
Expand Down

0 comments on commit 581fa1b

Please sign in to comment.