diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f39165043..616c6b29b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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