mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
CI: fix the CI failure for component versions mismatched
This commit is contained in:
+1
-8
@@ -169,8 +169,6 @@ build_esp_matter_examples_pytest_C6_idf_v5_1:
|
||||
- pip install -r tools/ci/requirements-build.txt
|
||||
- python tools/ci/build_apps.py ./examples --pytest_c6
|
||||
- *build_chip_tool
|
||||
after_script:
|
||||
- find . -name "*.bin"
|
||||
|
||||
build_esp_matter_examples_pytest_H2_idf_v5_1:
|
||||
extends:
|
||||
@@ -206,8 +204,6 @@ build_esp_matter_examples_pytest_H2_idf_v5_1:
|
||||
- pip install -r tools/ci/requirements-build.txt
|
||||
- python tools/ci/build_apps.py ./examples --pytest_h2
|
||||
- *build_chip_tool
|
||||
after_script:
|
||||
- find . -name "*.bin"
|
||||
|
||||
build_esp_matter_examples_non_pytest_idf_v5_1:
|
||||
extends:
|
||||
@@ -228,10 +224,9 @@ build_esp_matter_examples_non_pytest_idf_v5_1:
|
||||
script:
|
||||
- *build_external_platform_example
|
||||
- cd ${ESP_MATTER_PATH}
|
||||
- rm ./examples/*/dependencies.lock
|
||||
- pip install -r tools/ci/requirements-build.txt
|
||||
- python tools/ci/build_apps.py ./examples --no_pytest
|
||||
after_script:
|
||||
- find . -name "*.bin"
|
||||
|
||||
build_esp_matter_examples_pytest_C3_idf_v4_4:
|
||||
extends:
|
||||
@@ -255,8 +250,6 @@ build_esp_matter_examples_pytest_C3_idf_v4_4:
|
||||
- pip install -r tools/ci/requirements-build.txt
|
||||
- python tools/ci/build_apps.py ./examples --pytest_c3
|
||||
- *build_chip_tool
|
||||
after_script:
|
||||
- find . -name "*.bin"
|
||||
|
||||
pytest_esp32c3_esp_matter_dut:
|
||||
stage: target_test
|
||||
|
||||
Reference in New Issue
Block a user