mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ci: rename build_examples_pytest to build_pytest_examples
This commit is contained in:
parent
90f8d27985
commit
0646b8953c
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user