diff --git a/.gitlab/ci/build.yml b/.gitlab/ci/build.yml index cfde9fca8d..4da8f6e6f9 100644 --- a/.gitlab/ci/build.yml +++ b/.gitlab/ci/build.yml @@ -37,21 +37,21 @@ when: always expire_in: 3 days -build_examples_pytest_esp32: +build_pytest_examples_esp32: extends: - .build_pytest_template - .rules:build:example_test-esp32 script: - python tools/ci/build_pytest_apps.py --all-pytest-apps --under-dir examples --target esp32 --size-info $SIZE_INFO_LOCATION -vv -build_examples_pytest_esp32s2: +build_pytest_examples_esp32s2: extends: - .build_pytest_template - .rules:build:example_test-esp32s2 script: - python tools/ci/build_pytest_apps.py --all-pytest-apps --under-dir examples --target esp32s2 --size-info $SIZE_INFO_LOCATION -vv -build_examples_pytest_esp32c3: +build_pytest_examples_esp32c3: extends: - .build_pytest_template - .rules:build:example_test-esp32c3 diff --git a/.gitlab/ci/target-test.yml b/.gitlab/ci/target-test.yml index f399eb1822..db369a6a45 100644 --- a/.gitlab/ci/target-test.yml +++ b/.gitlab/ci/target-test.yml @@ -20,7 +20,7 @@ example_test_pytest_esp32_generic: - .pytest_examples_dir_template - .rules:test:example_test-esp32 needs: - - build_examples_pytest_esp32 + - build_pytest_examples_esp32 variables: TARGET: esp32 ENV_MARKER: generic @@ -33,7 +33,7 @@ example_test_pytest_esp32s2_generic: - .pytest_examples_dir_template - .rules:test:example_test-esp32s2 needs: - - build_examples_pytest_esp32s2 + - build_pytest_examples_esp32s2 variables: TARGET: esp32s2 ENV_MARKER: generic @@ -46,7 +46,7 @@ example_test_pytest_esp32c3_generic: - .pytest_examples_dir_template - .rules:test:example_test-esp32c3 needs: - - build_examples_pytest_esp32c3 + - build_pytest_examples_esp32c3 variables: TARGET: esp32c3 ENV_MARKER: generic @@ -59,7 +59,7 @@ example_test_pytest_esp32c3_flash_suspend: - .pytest_examples_dir_template - .rules:test:example_test-esp32c3 needs: - - build_examples_pytest_esp32c3 + - build_pytest_examples_esp32c3 variables: TARGET: esp32c3 ENV_MARKER: flash_suspend