mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
ci: rename build_examples_pytest to build_pytest_examples
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user