Skip to content

Commit

Permalink
ci: stop building & testing s3 apps
Browse files Browse the repository at this point in the history
  • Loading branch information
ginkgm committed Nov 3, 2022
1 parent 164d9bb commit 30c1b3d
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 30c1b3d

Please sign in to comment.