Skip to content

Commit

Permalink
config/pipeline.yaml: Disable KUnit tests on chromiumos tree
Browse files Browse the repository at this point in the history
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 <laura.nao@collabora.com>
  • Loading branch information
laura-nao authored and pawiecz committed Feb 27, 2025
1 parent f58f560 commit bd6099b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd6099b

Please sign in to comment.