From 0b71f5c42bee3fd64a12e5fb01289d8cac35134d Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Tue, 20 Jan 2026 08:58:10 +0100 Subject: [PATCH] ci: rename eco_default to rev_default --- pytest.ini | 2 +- tools/ci/idf_pytest/plugin.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pytest.ini b/pytest.ini index 79ef652b35..bd945ff739 100644 --- a/pytest.ini +++ b/pytest.ini @@ -132,4 +132,4 @@ env_markers = recovery_bootloader: Runner with recovery bootloader offset set in esp32p4_eco4: Runner with esp32p4 eco4 connected esp32c5_eco3: Runner with esp32c5 eco3 connected - eco_default: Runner with default eco connected + rev_default: Runner with default revision connected diff --git a/tools/ci/idf_pytest/plugin.py b/tools/ci/idf_pytest/plugin.py index cb6d0e7a60..2d4bd17c88 100644 --- a/tools/ci/idf_pytest/plugin.py +++ b/tools/ci/idf_pytest/plugin.py @@ -185,7 +185,7 @@ class IdfLocalPlugin: if eco_marker in case.all_markers: break else: - item.add_marker('eco_default') + item.add_marker('rev_default') if 'host_test' in case.all_markers: item.add_marker('skip_app_downloader') # host_test jobs will build the apps itself