mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 10:47:19 +02:00
CI: add generic to xtal_40mhz jobs
This commit is contained in:
@ -79,14 +79,6 @@ example_test_pytest_esp32c2_generic:
|
|||||||
- build_pytest_examples_esp32c2
|
- build_pytest_examples_esp32c2
|
||||||
tags: [ esp32c2, generic, xtal_40mhz ]
|
tags: [ esp32c2, generic, xtal_40mhz ]
|
||||||
|
|
||||||
example_test_pytest_esp32c2_26mhz:
|
|
||||||
extends:
|
|
||||||
- .pytest_examples_dir_template
|
|
||||||
- .rules:test:example_test-esp32c2
|
|
||||||
needs:
|
|
||||||
- build_pytest_examples_esp32c2
|
|
||||||
tags: [ esp32c2, xtal_26mhz ]
|
|
||||||
|
|
||||||
example_test_pytest_esp32c3_generic:
|
example_test_pytest_esp32c3_generic:
|
||||||
extends:
|
extends:
|
||||||
- .pytest_examples_dir_template
|
- .pytest_examples_dir_template
|
||||||
@ -362,7 +354,7 @@ component_ut_pytest_esp32c2_adc:
|
|||||||
- .rules:test:component_ut-esp32c2-adc
|
- .rules:test:component_ut-esp32c2-adc
|
||||||
needs:
|
needs:
|
||||||
- build_pytest_components_esp32c2
|
- build_pytest_components_esp32c2
|
||||||
tags: [ esp32c2, adc ]
|
tags: [ esp32c2, adc, xtal_26mhz ]
|
||||||
|
|
||||||
component_ut_pytest_esp32c2_xtal_26mhz:
|
component_ut_pytest_esp32c2_xtal_26mhz:
|
||||||
extends:
|
extends:
|
||||||
@ -370,7 +362,7 @@ component_ut_pytest_esp32c2_xtal_26mhz:
|
|||||||
- .rules:test:component_ut-esp32c2
|
- .rules:test:component_ut-esp32c2
|
||||||
needs:
|
needs:
|
||||||
- build_pytest_components_esp32c2
|
- build_pytest_components_esp32c2
|
||||||
tags: [ esp32c2, xtal_26mhz ]
|
tags: [ esp32c2, generic, xtal_26mhz ]
|
||||||
|
|
||||||
component_ut_pytest_esp32c3_generic:
|
component_ut_pytest_esp32c3_generic:
|
||||||
extends:
|
extends:
|
||||||
@ -445,14 +437,6 @@ test_app_test_pytest_esp32c2_generic:
|
|||||||
- build_pytest_test_apps_esp32c2
|
- build_pytest_test_apps_esp32c2
|
||||||
tags: [ esp32c2, generic, xtal_40mhz ]
|
tags: [ esp32c2, generic, xtal_40mhz ]
|
||||||
|
|
||||||
test_app_test_pytest_esp32c2_26mhz:
|
|
||||||
extends:
|
|
||||||
- .pytest_test_apps_dir_template
|
|
||||||
- .rules:test:custom_test-esp32c2
|
|
||||||
needs:
|
|
||||||
- build_pytest_test_apps_esp32c2
|
|
||||||
tags: [ esp32c2, xtal_26mhz ]
|
|
||||||
|
|
||||||
test_app_test_pytest_esp32c3_generic:
|
test_app_test_pytest_esp32c3_generic:
|
||||||
extends:
|
extends:
|
||||||
- .pytest_test_apps_dir_template
|
- .pytest_test_apps_dir_template
|
||||||
|
@ -22,6 +22,7 @@ def test_gptimer(dut: Dut) -> None:
|
|||||||
|
|
||||||
|
|
||||||
@pytest.mark.esp32c2
|
@pytest.mark.esp32c2
|
||||||
|
@pytest.mark.generic
|
||||||
@pytest.mark.xtal_26mhz
|
@pytest.mark.xtal_26mhz
|
||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
'config, baud',
|
'config, baud',
|
||||||
|
@ -23,9 +23,9 @@ def test_legacy_adc(dut: Dut) -> None:
|
|||||||
dut.expect_unity_test_output(timeout=240)
|
dut.expect_unity_test_output(timeout=240)
|
||||||
|
|
||||||
|
|
||||||
# All ESP32C2 ADC runners are 26m xtal
|
|
||||||
@pytest.mark.esp32c2
|
@pytest.mark.esp32c2
|
||||||
@pytest.mark.adc
|
@pytest.mark.adc
|
||||||
|
@pytest.mark.xtal_26mhz
|
||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
'config, baud',
|
'config, baud',
|
||||||
[
|
[
|
||||||
|
@ -25,6 +25,7 @@ def test_adc(dut: Dut) -> None:
|
|||||||
# No PM test, as C2 doesn't support ADC continuous mode
|
# No PM test, as C2 doesn't support ADC continuous mode
|
||||||
@pytest.mark.esp32c2
|
@pytest.mark.esp32c2
|
||||||
@pytest.mark.adc
|
@pytest.mark.adc
|
||||||
|
@pytest.mark.xtal_26mhz
|
||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
'config, baud',
|
'config, baud',
|
||||||
[
|
[
|
||||||
|
Reference in New Issue
Block a user