From bd6099b8b9de4855e378f3aa93c06e186353d171 Mon Sep 17 00:00:00 2001 From: Laura Nao Date: Thu, 27 Feb 2025 10:05:11 +0100 Subject: [PATCH] config/pipeline.yaml: Disable KUnit tests on chromiumos tree KUnit tests are enabled by default on all trees. Since a different set of initial tests will be enabled on the chromiumos tree, disable KUnit tests for now. Signed-off-by: Laura Nao --- config/pipeline.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/pipeline.yaml b/config/pipeline.yaml index 4c1fc2a2d..2d35e135d 100644 --- a/config/pipeline.yaml +++ b/config/pipeline.yaml @@ -1854,6 +1854,9 @@ jobs: kind: job image: ghcr.io/kernelci/{image_prefix}gcc-12:x86-kunit-kernelci kcidb_test_suite: kunit + rules: + tree: + - '!chromiumos' kunit-x86_64: <<: *kunit-job