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
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

Wyświetl plik

@ -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