forked from espressif/esp-idf
ci: remove SETUP_TOOLS since now we run install.sh
for all jobs
This commit is contained in:
@@ -95,7 +95,6 @@ pytest_examples_esp32_jtag:
|
|||||||
- build_pytest_examples_jtag
|
- build_pytest_examples_jtag
|
||||||
tags: [ esp32, jtag ]
|
tags: [ esp32, jtag ]
|
||||||
variables:
|
variables:
|
||||||
SETUP_TOOLS: "1" # need gdb openocd
|
|
||||||
PYTEST_EXTRA_FLAGS: "--log-cli-level DEBUG"
|
PYTEST_EXTRA_FLAGS: "--log-cli-level DEBUG"
|
||||||
|
|
||||||
pytest_examples_esp32_ccs811:
|
pytest_examples_esp32_ccs811:
|
||||||
@@ -131,7 +130,6 @@ pytest_examples_esp32s2_jtag:
|
|||||||
- build_pytest_examples_jtag
|
- build_pytest_examples_jtag
|
||||||
tags: [ esp32s2, jtag ]
|
tags: [ esp32s2, jtag ]
|
||||||
variables:
|
variables:
|
||||||
SETUP_TOOLS: "1" # need gdb openocd
|
|
||||||
PYTEST_EXTRA_FLAGS: "--log-cli-level DEBUG"
|
PYTEST_EXTRA_FLAGS: "--log-cli-level DEBUG"
|
||||||
|
|
||||||
pytest_examples_esp32s3_generic:
|
pytest_examples_esp32s3_generic:
|
||||||
@@ -151,7 +149,6 @@ pytest_examples_esp32s3_usb_serial_jtag:
|
|||||||
- build_pytest_examples_jtag
|
- build_pytest_examples_jtag
|
||||||
tags: [ esp32s3, usb_serial_jtag ]
|
tags: [ esp32s3, usb_serial_jtag ]
|
||||||
variables:
|
variables:
|
||||||
SETUP_TOOLS: "1" # need gdb openocd
|
|
||||||
PYTEST_EXTRA_FLAGS: "--log-cli-level DEBUG"
|
PYTEST_EXTRA_FLAGS: "--log-cli-level DEBUG"
|
||||||
|
|
||||||
pytest_examples_esp32s3_f4r8:
|
pytest_examples_esp32s3_f4r8:
|
||||||
@@ -179,7 +176,6 @@ pytest_examples_esp32c2_jtag:
|
|||||||
- build_pytest_examples_jtag
|
- build_pytest_examples_jtag
|
||||||
tags: [ esp32c2, jtag ]
|
tags: [ esp32c2, jtag ]
|
||||||
variables:
|
variables:
|
||||||
SETUP_TOOLS: "1" # need gdb openocd
|
|
||||||
PYTEST_EXTRA_FLAGS: "--log-cli-level DEBUG"
|
PYTEST_EXTRA_FLAGS: "--log-cli-level DEBUG"
|
||||||
|
|
||||||
pytest_examples_esp32c3_generic:
|
pytest_examples_esp32c3_generic:
|
||||||
@@ -199,7 +195,6 @@ pytest_examples_esp32c3_usb_serial_jtag:
|
|||||||
- build_pytest_examples_jtag
|
- build_pytest_examples_jtag
|
||||||
tags: [ esp32c3, usb_serial_jtag ]
|
tags: [ esp32c3, usb_serial_jtag ]
|
||||||
variables:
|
variables:
|
||||||
SETUP_TOOLS: "1" # need gdb openocd
|
|
||||||
PYTEST_EXTRA_FLAGS: "--log-cli-level DEBUG"
|
PYTEST_EXTRA_FLAGS: "--log-cli-level DEBUG"
|
||||||
|
|
||||||
pytest_examples_esp32c3_flash_suspend:
|
pytest_examples_esp32c3_flash_suspend:
|
||||||
@@ -1201,8 +1196,6 @@ pytest_test_apps_esp32_generic:
|
|||||||
needs:
|
needs:
|
||||||
- build_pytest_test_apps_esp32
|
- build_pytest_test_apps_esp32
|
||||||
tags: [ esp32, generic ]
|
tags: [ esp32, generic ]
|
||||||
variables:
|
|
||||||
SETUP_TOOLS: "1" # need gdb
|
|
||||||
|
|
||||||
pytest_test_apps_esp32_jtag:
|
pytest_test_apps_esp32_jtag:
|
||||||
extends:
|
extends:
|
||||||
@@ -1212,7 +1205,6 @@ pytest_test_apps_esp32_jtag:
|
|||||||
- build_pytest_test_apps_esp32
|
- build_pytest_test_apps_esp32
|
||||||
tags: [ esp32, jtag]
|
tags: [ esp32, jtag]
|
||||||
variables:
|
variables:
|
||||||
SETUP_TOOLS: "1" # need gdb
|
|
||||||
PYTEST_EXTRA_FLAGS: "--log-cli-level DEBUG"
|
PYTEST_EXTRA_FLAGS: "--log-cli-level DEBUG"
|
||||||
|
|
||||||
pytest_test_apps_esp32_ethernet:
|
pytest_test_apps_esp32_ethernet:
|
||||||
@@ -1230,8 +1222,6 @@ pytest_test_apps_esp32s2_generic:
|
|||||||
needs:
|
needs:
|
||||||
- build_pytest_test_apps_esp32s2
|
- build_pytest_test_apps_esp32s2
|
||||||
tags: [ esp32s2, generic ]
|
tags: [ esp32s2, generic ]
|
||||||
variables:
|
|
||||||
SETUP_TOOLS: "1" # need gdb
|
|
||||||
|
|
||||||
pytest_test_apps_esp32s3_generic:
|
pytest_test_apps_esp32s3_generic:
|
||||||
extends:
|
extends:
|
||||||
|
Reference in New Issue
Block a user