ci(flash): added 120M supported runner

This commit is contained in:
Armando
2024-11-20 18:48:20 +08:00
parent 4b966ef78d
commit 4c2b9909c4
2 changed files with 2 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ def test_flash4_psram4(dut: IdfDut) -> None:
@pytest.mark.esp32p4
@pytest.mark.generic
@pytest.mark.flash_120m
@pytest.mark.parametrize(
'config',
[

View File

@@ -94,6 +94,7 @@ ENV_MARKERS = {
'MSPI_F8R8': 'runner with Octal Flash and Octal PSRAM',
'MSPI_F4R8': 'runner with Quad Flash and Octal PSRAM',
'MSPI_F4R4': 'runner with Quad Flash and Quad PSRAM',
'flash_120m': 'runner with 120M supported Flash',
'jtag': 'runner where the chip is accessible through JTAG as well',
'usb_serial_jtag': 'runner where the chip is accessible through builtin JTAG as well',
'adc': 'ADC related tests should run on adc runners',