Skip to content

Commit 7e146ce

Browse files
authored
Merge pull request #71 from espressif/ci/disable_esp_idf_example_run
fix(ci): Disabled esp-idf examples run on latest for p4
2 parents 461d10a + 2771df6 commit 7e146ce

File tree

2 files changed

+3
-19
lines changed

2 files changed

+3
-19
lines changed

.github/ci/.idf_build_examples_config.toml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/workflows/build_and_run_idf_examples.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ jobs:
6767
idf_target: ["esp32s2", "esp32p4"]
6868
runner_tag: ["usb_device"]
6969
exclude:
70+
# Exclude all "latest" runs for esp32p4 till the transition to ECO5 will be done
71+
- idf_ver: "latest"
72+
idf_target: "esp32p4"
7073
# Exclude esp32p4 for releases before IDF 5.3 for all runner tags (esp32p4 support starts in IDF 5.3)
7174
- idf_ver: "release-v5.1"
7275
idf_target: "esp32p4"

0 commit comments

Comments
 (0)