change(ci): use p4 rev3 by default only when ci build

This commit is contained in:
armando
2025-11-20 09:31:16 +08:00
parent 304ba1655b
commit 4ef2005b80
2 changed files with 3 additions and 1 deletions
@@ -3,7 +3,8 @@ comment "Read the help text of the option below for explanation"
config ESP32P4_SELECTS_REV_LESS_V3
bool "Select ESP32-P4 revisions <3.0 (No >=3.x Support)"
default n
default n if IDF_CI_BUILD
default y
help
Select this option to support ESP32-P4 revisions 0.x and 1.x.
Revisions higher than 3.0 (included) and revisions less than 3.0
@@ -412,6 +412,7 @@ def test_instr_fetch_prohibited(dut: PanicTestDut, config: str, test_func_name:
@pytest.mark.generic
@idf_parametrize('config, target', CONFIGS, indirect=['config', 'target'])
@pytest.mark.temp_skip_ci(targets=['esp32p4'], reason='p4 rev3 migration, IDF-14348')
def test_illegal_instruction(dut: PanicTestDut, config: str, test_func_name: str) -> None:
dut.run_test_func(test_func_name)
if dut.is_xtensa: