mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 21:24:32 +02:00
Revert "ci: temporarily disable S3 target tests"
This reverts commit 8df02332c1
.
This commit is contained in:
@@ -41,16 +41,15 @@ example_test_pytest_esp32s2_generic:
|
|||||||
TARGET: ESP32S2
|
TARGET: ESP32S2
|
||||||
ENV_MARKER: generic
|
ENV_MARKER: generic
|
||||||
|
|
||||||
# Temporary disabled until S3 runners are added, IDFCI-1171
|
example_test_pytest_esp32s3_generic:
|
||||||
# example_test_pytest_esp32s3_generic:
|
extends:
|
||||||
# extends:
|
- .pytest_examples_dir_template
|
||||||
# - .pytest_examples_dir_template
|
- .rules:test:example_test-esp32s3
|
||||||
# - .rules:test:example_test-esp32s3
|
needs:
|
||||||
# needs:
|
- build_pytest_examples_esp32s3
|
||||||
# - build_pytest_examples_esp32s3
|
variables:
|
||||||
# variables:
|
TARGET: ESP32S3
|
||||||
# TARGET: ESP32S3
|
ENV_MARKER: generic
|
||||||
# ENV_MARKER: generic
|
|
||||||
|
|
||||||
example_test_pytest_esp32c3_generic:
|
example_test_pytest_esp32c3_generic:
|
||||||
extends:
|
extends:
|
||||||
@@ -117,16 +116,15 @@ component_ut_pytest_esp32s2_generic:
|
|||||||
TARGET: ESP32S2
|
TARGET: ESP32S2
|
||||||
ENV_MARKER: generic
|
ENV_MARKER: generic
|
||||||
|
|
||||||
# Temporary disabled until S3 runners are added, IDFCI-1171
|
component_ut_pytest_esp32s3_generic:
|
||||||
# component_ut_pytest_esp32s3_generic:
|
extends:
|
||||||
# extends:
|
- .pytest_components_dir_template
|
||||||
# - .pytest_components_dir_template
|
- .rules:test:component_ut-esp32s3
|
||||||
# - .rules:test:component_ut-esp32s3
|
needs:
|
||||||
# needs:
|
- build_pytest_components_esp32s3
|
||||||
# - build_pytest_components_esp32s3
|
variables:
|
||||||
# variables:
|
TARGET: ESP32S3
|
||||||
# TARGET: ESP32S3
|
ENV_MARKER: generic
|
||||||
# ENV_MARKER: generic
|
|
||||||
|
|
||||||
component_ut_pytest_esp32s3_octal_psram:
|
component_ut_pytest_esp32s3_octal_psram:
|
||||||
extends:
|
extends:
|
||||||
@@ -175,16 +173,15 @@ test_app_test_pytest_esp32s2_generic:
|
|||||||
ENV_MARKER: generic
|
ENV_MARKER: generic
|
||||||
SETUP_TOOLS: "1" # need gdb
|
SETUP_TOOLS: "1" # need gdb
|
||||||
|
|
||||||
# Temporary disabled until S3 runners are added, IDFCI-1171
|
test_app_test_pytest_esp32s3_generic:
|
||||||
# test_app_test_pytest_esp32s3_generic:
|
extends:
|
||||||
# extends:
|
- .pytest_test_apps_dir_template
|
||||||
# - .pytest_test_apps_dir_template
|
- .rules:test:custom_test-esp32s3
|
||||||
# - .rules:test:custom_test-esp32s3
|
needs:
|
||||||
# needs:
|
- build_pytest_test_apps_esp32s3
|
||||||
# - build_pytest_test_apps_esp32s3
|
variables:
|
||||||
# variables:
|
TARGET: ESP32S3
|
||||||
# TARGET: ESP32S3
|
ENV_MARKER: generic
|
||||||
# ENV_MARKER: generic
|
|
||||||
|
|
||||||
test_app_test_pytest_esp32c3_generic:
|
test_app_test_pytest_esp32c3_generic:
|
||||||
extends:
|
extends:
|
||||||
@@ -492,12 +489,11 @@ example_test_ESP32_SDSPI:
|
|||||||
- ESP32
|
- ESP32
|
||||||
- UT_T1_SPIMODE
|
- UT_T1_SPIMODE
|
||||||
|
|
||||||
# Temporary disabled until S3 runners are added, IDFCI-1171
|
example_test_S3_GENERIC:
|
||||||
# example_test_S3_GENERIC:
|
extends: .example_test_esp32s3_template
|
||||||
# extends: .example_test_esp32s3_template
|
tags:
|
||||||
# tags:
|
- ESP32S3
|
||||||
# - ESP32S3
|
- Example_GENERIC
|
||||||
# - Example_GENERIC
|
|
||||||
|
|
||||||
example_test_ESP32S2_SDSPI:
|
example_test_ESP32S2_SDSPI:
|
||||||
extends: .example_test_esp32s2_template
|
extends: .example_test_esp32s2_template
|
||||||
@@ -873,13 +869,12 @@ UT_C3_SDSPI:
|
|||||||
- ESP32C3_IDF
|
- ESP32C3_IDF
|
||||||
- UT_T1_SPIMODE
|
- UT_T1_SPIMODE
|
||||||
|
|
||||||
# Temporary disabled until S3 runners are added, IDFCI-1171
|
UT_S3:
|
||||||
# UT_S3:
|
extends: .unit_test_esp32s3_template
|
||||||
# extends: .unit_test_esp32s3_template
|
parallel: 44
|
||||||
# parallel: 44
|
tags:
|
||||||
# tags:
|
- ESP32S3_IDF
|
||||||
# - ESP32S3_IDF
|
- UT_T1_1
|
||||||
# - 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