Skip to content

Commit

Permalink
Merge branch 'test/stop_s3_test_v4.3' into 'release/v4.3'
Browse files Browse the repository at this point in the history
ci: stop building & testing s3 apps

See merge request espressif/esp-idf!20924
  • Loading branch information
suda-morris committed Nov 4, 2022
2 parents 164d9bb + 30c1b3d commit 2788e7e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
11 changes: 0 additions & 11 deletions tools/ci/config/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,6 @@ build_esp_idf_tests_cmake_esp32s2:
variables:
IDF_TARGET: esp32s2

build_esp_idf_tests_cmake_esp32s3:
extends: .build_esp_idf_tests_cmake
variables:
IDF_TARGET: esp32s3

build_esp_idf_tests_cmake_esp32c3:
extends: .build_esp_idf_tests_cmake
variables:
Expand Down Expand Up @@ -254,12 +249,6 @@ build_test_apps_esp32s2:
variables:
IDF_TARGET: esp32s2

build_test_apps_esp32s3:
extends: .build_test_apps
parallel: 8
variables:
IDF_TARGET: esp32s3

build_test_apps_esp32c3:
extends: .build_test_apps
parallel: 8
Expand Down
5 changes: 0 additions & 5 deletions tools/ci/config/host-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,11 +237,6 @@ test_efuse_table_on_host_esp32s2:
variables:
IDF_TARGET: esp32s2

test_efuse_table_on_host_esp32s3:
extends: .test_efuse_table_on_host_template
variables:
IDF_TARGET: esp32s3

test_efuse_table_on_host_esp32c3:
extends: .test_efuse_table_on_host_template
variables:
Expand Down

0 comments on commit 2788e7e

Please sign in to comment.