ci(system): restrict number of system examples built in regular pipelines

This commit is contained in:
Marius Vikhammer
2023-10-18 14:39:33 +08:00
parent d6def6c06e
commit 4f4f32ecf2
7 changed files with 115 additions and 56 deletions

View File

@@ -20,8 +20,7 @@ def get_uart_msgs(i: int) -> List[str]:
'uart_select_example: {} bytes were received through UART1: {}'.format(len(msg), msg)]
@pytest.mark.esp32
@pytest.mark.esp32c3
@pytest.mark.supported_targets
@pytest.mark.generic
def test_examples_select(dut: Dut) -> None: