forked from espressif/esp-idf
Merge branch 'ci/cleanup_example_cmake_test' into 'master'
ci(build_system): clean-up cmake examples build-test-rules.yml Closes IDF-8987 See merge request espressif/esp-idf!28262
This commit is contained in:
@@ -2,12 +2,10 @@
|
|||||||
|
|
||||||
examples/build_system/cmake/import_lib:
|
examples/build_system/cmake/import_lib:
|
||||||
disable_test:
|
disable_test:
|
||||||
- if: IDF_TARGET in ["esp32c2", "esp32c3", "esp32s2", "esp32s3", "esp32c6", "esp32h2", "esp32p4"]
|
- if: IDF_TARGET not in ["esp32", "esp32c3"]
|
||||||
temporary: true
|
reason: Testing on two diff architectures is sufficient
|
||||||
reason: lack of runners # TODO: IDF-8987
|
|
||||||
|
|
||||||
examples/build_system/cmake/plugins:
|
examples/build_system/cmake/plugins:
|
||||||
disable_test:
|
disable_test:
|
||||||
- if: IDF_TARGET not in ["esp32", "esp32c3"]
|
- if: IDF_TARGET not in ["esp32", "esp32c3"]
|
||||||
temporary: true
|
reason: Testing on two diff architectures is sufficient
|
||||||
reason: lack of runners
|
|
||||||
|
@@ -5,7 +5,8 @@ import pytest
|
|||||||
from pytest_embedded_qemu.dut import QemuDut
|
from pytest_embedded_qemu.dut import QemuDut
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.esp32 # we only support qemu on esp32 for now
|
@pytest.mark.esp32
|
||||||
|
@pytest.mark.esp32c3
|
||||||
@pytest.mark.host_test
|
@pytest.mark.host_test
|
||||||
@pytest.mark.qemu
|
@pytest.mark.qemu
|
||||||
def test_pytest_host(dut: QemuDut) -> None:
|
def test_pytest_host(dut: QemuDut) -> None:
|
||||||
|
Reference in New Issue
Block a user