mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
ci: disable external platform builds
This commit is contained in:
+4
-1
@@ -232,7 +232,10 @@ build_esp_matter_examples_non_pytest_idf_v5_1:
|
||||
variables:
|
||||
IDF_VERSION: "6b1f40b9bfb91ec82fab4a60e5bfb4ca0c9b062f"
|
||||
script:
|
||||
- *build_external_platform_example
|
||||
# Disabling the external platform builds till we fix the build problem
|
||||
# due to https://github.com/project-chip/connectedhomeip/pull/30531
|
||||
# JIRA tracker: CON-942
|
||||
# - *build_external_platform_example
|
||||
- *build_esp32c6_thread_example
|
||||
|
||||
# mfg_test_app needs an secure boot signing key, generating one here
|
||||
|
||||
@@ -1,8 +1,11 @@
|
||||
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
||||
|
||||
# Disabling the external platform builds till we fix the build problem
|
||||
# due to https://github.com/project-chip/connectedhomeip/pull/30531
|
||||
# JIRA tracker: CON-942
|
||||
examples/blemesh_bridge:
|
||||
enable:
|
||||
- if: IDF_TARGET in ["esp32", "esp32c3"]
|
||||
- if: IDF_TARGET in [""]
|
||||
temporary: true
|
||||
reason: the other targets are not tested yet
|
||||
|
||||
|
||||
Reference in New Issue
Block a user