ci: disable external platform builds

This commit is contained in:
Shubham Patil
2023-12-20 12:52:40 +05:30
parent f5a314a486
commit efe0f2bf9b
2 changed files with 8 additions and 2 deletions
+4 -1
View File
@@ -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
+4 -1
View File
@@ -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