From c704ff060aec6deb7a0357a34b92e6b117c35c8d Mon Sep 17 00:00:00 2001 From: Laura Nao Date: Mon, 8 Jan 2024 11:46:34 +0100 Subject: [PATCH] test-configs.yaml: Use battery tag in kselftest-dt jobs for Chromebooks Chromebook/Chromebox devices might operate with or without a battery. The kselftest-dt test checks whether drivers are probed correctly, including the battery gauge driver. Use the battery LAVA tag to target only Chromebooks where the battery is actually connected, to avoid reporting false regressions. Signed-off-by: Laura Nao --- config/core/test-configs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/core/test-configs.yaml b/config/core/test-configs.yaml index 25bbffb609..f24c2415d3 100644 --- a/config/core/test-configs.yaml +++ b/config/core/test-configs.yaml @@ -317,6 +317,8 @@ test_plans: params: job_timeout: '10' kselftest_collections: "dt" + tags: + - battery filters: - combination: *arch_defconfig_filter - blocklist: { kernel: ['v3.', 'v4.', 'v5.', v6.0', 'v6.1$', 'v6.2$', 'v6.3', 'v6.4', 'v6.5', 'v6.6'] }