mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 21:24:32 +02:00
ci: temporarily disable S3 target tests
Disable running S3 target tests for now due to runner issues.
This commit is contained in:
@@ -41,15 +41,16 @@ example_test_pytest_esp32s2_generic:
|
|||||||
TARGET: ESP32S2
|
TARGET: ESP32S2
|
||||||
ENV_MARKER: generic
|
ENV_MARKER: generic
|
||||||
|
|
||||||
example_test_pytest_esp32s3_generic:
|
# Temporary disabled until S3 runners are added, IDFCI-1171
|
||||||
extends:
|
# example_test_pytest_esp32s3_generic:
|
||||||
- .pytest_examples_dir_template
|
# extends:
|
||||||
- .rules:test:example_test-esp32s3
|
# - .pytest_examples_dir_template
|
||||||
needs:
|
# - .rules:test:example_test-esp32s3
|
||||||
- build_pytest_examples_esp32s3
|
# needs:
|
||||||
variables:
|
# - build_pytest_examples_esp32s3
|
||||||
TARGET: ESP32S3
|
# variables:
|
||||||
ENV_MARKER: generic
|
# TARGET: ESP32S3
|
||||||
|
# ENV_MARKER: generic
|
||||||
|
|
||||||
example_test_pytest_esp32c3_generic:
|
example_test_pytest_esp32c3_generic:
|
||||||
extends:
|
extends:
|
||||||
@@ -116,15 +117,16 @@ component_ut_pytest_esp32s2_generic:
|
|||||||
TARGET: ESP32S2
|
TARGET: ESP32S2
|
||||||
ENV_MARKER: generic
|
ENV_MARKER: generic
|
||||||
|
|
||||||
component_ut_pytest_esp32s3_generic:
|
# Temporary disabled until S3 runners are added, IDFCI-1171
|
||||||
extends:
|
# component_ut_pytest_esp32s3_generic:
|
||||||
- .pytest_components_dir_template
|
# extends:
|
||||||
- .rules:test:component_ut-esp32s3
|
# - .pytest_components_dir_template
|
||||||
needs:
|
# - .rules:test:component_ut-esp32s3
|
||||||
- build_pytest_components_esp32s3
|
# needs:
|
||||||
variables:
|
# - build_pytest_components_esp32s3
|
||||||
TARGET: ESP32S3
|
# variables:
|
||||||
ENV_MARKER: generic
|
# TARGET: ESP32S3
|
||||||
|
# ENV_MARKER: generic
|
||||||
|
|
||||||
component_ut_pytest_esp32s3_octal_psram:
|
component_ut_pytest_esp32s3_octal_psram:
|
||||||
extends:
|
extends:
|
||||||
@@ -173,15 +175,16 @@ test_app_test_pytest_esp32s2_generic:
|
|||||||
ENV_MARKER: generic
|
ENV_MARKER: generic
|
||||||
SETUP_TOOLS: "1" # need gdb
|
SETUP_TOOLS: "1" # need gdb
|
||||||
|
|
||||||
test_app_test_pytest_esp32s3_generic:
|
# Temporary disabled until S3 runners are added, IDFCI-1171
|
||||||
extends:
|
# test_app_test_pytest_esp32s3_generic:
|
||||||
- .pytest_test_apps_dir_template
|
# extends:
|
||||||
- .rules:test:custom_test-esp32s3
|
# - .pytest_test_apps_dir_template
|
||||||
needs:
|
# - .rules:test:custom_test-esp32s3
|
||||||
- build_pytest_test_apps_esp32s3
|
# needs:
|
||||||
variables:
|
# - build_pytest_test_apps_esp32s3
|
||||||
TARGET: ESP32S3
|
# variables:
|
||||||
ENV_MARKER: generic
|
# TARGET: ESP32S3
|
||||||
|
# ENV_MARKER: generic
|
||||||
|
|
||||||
test_app_test_pytest_esp32c3_generic:
|
test_app_test_pytest_esp32c3_generic:
|
||||||
extends:
|
extends:
|
||||||
@@ -479,11 +482,12 @@ example_test_ESP32_SDSPI:
|
|||||||
- ESP32
|
- ESP32
|
||||||
- UT_T1_SPIMODE
|
- UT_T1_SPIMODE
|
||||||
|
|
||||||
example_test_S3_GENERIC:
|
# Temporary disabled until S3 runners are added, IDFCI-1171
|
||||||
extends: .example_test_esp32s3_template
|
# example_test_S3_GENERIC:
|
||||||
tags:
|
# extends: .example_test_esp32s3_template
|
||||||
- ESP32S3
|
# tags:
|
||||||
- Example_GENERIC
|
# - ESP32S3
|
||||||
|
# - Example_GENERIC
|
||||||
|
|
||||||
example_test_ESP32S2_SDSPI:
|
example_test_ESP32S2_SDSPI:
|
||||||
extends: .example_test_esp32s2_template
|
extends: .example_test_esp32s2_template
|
||||||
@@ -859,12 +863,13 @@ UT_C3_SDSPI:
|
|||||||
- ESP32C3_IDF
|
- ESP32C3_IDF
|
||||||
- UT_T1_SPIMODE
|
- UT_T1_SPIMODE
|
||||||
|
|
||||||
UT_S3:
|
# Temporary disabled until S3 runners are added, IDFCI-1171
|
||||||
extends: .unit_test_esp32s3_template
|
# UT_S3:
|
||||||
parallel: 44
|
# extends: .unit_test_esp32s3_template
|
||||||
tags:
|
# parallel: 44
|
||||||
- ESP32S3_IDF
|
# tags:
|
||||||
- UT_T1_1
|
# - ESP32S3_IDF
|
||||||
|
# - UT_T1_1
|
||||||
|
|
||||||
UT_S3_SPI_DUAL:
|
UT_S3_SPI_DUAL:
|
||||||
extends: .unit_test_esp32s3_template
|
extends: .unit_test_esp32s3_template
|
||||||
|
Reference in New Issue
Block a user