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

@@ -5,13 +5,7 @@ import pytest
from pytest_embedded import Dut
# IDF-5055
@pytest.mark.esp32
@pytest.mark.esp32s2
@pytest.mark.esp32s3
@pytest.mark.esp32c3
@pytest.mark.esp32c6
@pytest.mark.esp32h2
@pytest.mark.supported_targets
@pytest.mark.generic
def test_task_watchdog(dut: Dut) -> None: