ci: rename build_examples_pytest to build_pytest_examples

pull/8291/head
Fu Hanxi 2022-01-18 16:37:27 +08:00
rodzic 90f8d27985
commit 0646b8953c
2 zmienionych plików z 7 dodań i 7 usunięć

Wyświetl plik

@ -37,21 +37,21 @@
when: always when: always
expire_in: 3 days expire_in: 3 days
build_examples_pytest_esp32: build_pytest_examples_esp32:
extends: extends:
- .build_pytest_template - .build_pytest_template
- .rules:build:example_test-esp32 - .rules:build:example_test-esp32
script: script:
- python tools/ci/build_pytest_apps.py --all-pytest-apps --under-dir examples --target esp32 --size-info $SIZE_INFO_LOCATION -vv - 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: extends:
- .build_pytest_template - .build_pytest_template
- .rules:build:example_test-esp32s2 - .rules:build:example_test-esp32s2
script: script:
- python tools/ci/build_pytest_apps.py --all-pytest-apps --under-dir examples --target esp32s2 --size-info $SIZE_INFO_LOCATION -vv - 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: extends:
- .build_pytest_template - .build_pytest_template
- .rules:build:example_test-esp32c3 - .rules:build:example_test-esp32c3

Wyświetl plik

@ -20,7 +20,7 @@ example_test_pytest_esp32_generic:
- .pytest_examples_dir_template - .pytest_examples_dir_template
- .rules:test:example_test-esp32 - .rules:test:example_test-esp32
needs: needs:
- build_examples_pytest_esp32 - build_pytest_examples_esp32
variables: variables:
TARGET: esp32 TARGET: esp32
ENV_MARKER: generic ENV_MARKER: generic
@ -33,7 +33,7 @@ example_test_pytest_esp32s2_generic:
- .pytest_examples_dir_template - .pytest_examples_dir_template
- .rules:test:example_test-esp32s2 - .rules:test:example_test-esp32s2
needs: needs:
- build_examples_pytest_esp32s2 - build_pytest_examples_esp32s2
variables: variables:
TARGET: esp32s2 TARGET: esp32s2
ENV_MARKER: generic ENV_MARKER: generic
@ -46,7 +46,7 @@ example_test_pytest_esp32c3_generic:
- .pytest_examples_dir_template - .pytest_examples_dir_template
- .rules:test:example_test-esp32c3 - .rules:test:example_test-esp32c3
needs: needs:
- build_examples_pytest_esp32c3 - build_pytest_examples_esp32c3
variables: variables:
TARGET: esp32c3 TARGET: esp32c3
ENV_MARKER: generic ENV_MARKER: generic
@ -59,7 +59,7 @@ example_test_pytest_esp32c3_flash_suspend:
- .pytest_examples_dir_template - .pytest_examples_dir_template
- .rules:test:example_test-esp32c3 - .rules:test:example_test-esp32c3
needs: needs:
- build_examples_pytest_esp32c3 - build_pytest_examples_esp32c3
variables: variables:
TARGET: esp32c3 TARGET: esp32c3
ENV_MARKER: flash_suspend ENV_MARKER: flash_suspend