ci: stop building & testing s3 apps

This commit is contained in:
Michael (XIAO Xufeng)
2022-11-03 16:52:36 +08:00
parent 164d9bb782
commit 30c1b3d00f
2 changed files with 0 additions and 16 deletions

View File

@ -138,11 +138,6 @@ build_esp_idf_tests_cmake_esp32s2:
variables: variables:
IDF_TARGET: esp32s2 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: build_esp_idf_tests_cmake_esp32c3:
extends: .build_esp_idf_tests_cmake extends: .build_esp_idf_tests_cmake
variables: variables:
@ -254,12 +249,6 @@ build_test_apps_esp32s2:
variables: variables:
IDF_TARGET: esp32s2 IDF_TARGET: esp32s2
build_test_apps_esp32s3:
extends: .build_test_apps
parallel: 8
variables:
IDF_TARGET: esp32s3
build_test_apps_esp32c3: build_test_apps_esp32c3:
extends: .build_test_apps extends: .build_test_apps
parallel: 8 parallel: 8

View File

@ -237,11 +237,6 @@ test_efuse_table_on_host_esp32s2:
variables: variables:
IDF_TARGET: esp32s2 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: test_efuse_table_on_host_esp32c3:
extends: .test_efuse_table_on_host_template extends: .test_efuse_table_on_host_template
variables: variables: