From f90175ffa6493bda55a9bc769f58df8fe8c0cfb4 Mon Sep 17 00:00:00 2001 From: Muhammad Usama Anjum Date: Fri, 8 Nov 2024 20:15:21 +0500 Subject: [PATCH] config: pipline: Run tast test only on mainline and stable-rc only Let's reduce the number of trees on which we execute tast tests. The stable-rc and mainline are of interest to us only. This'll help us getting cleaner data and devices would be more free to execute other tests. Close: https://github.com/kernelci/kernelci-pipeline/issues/878 Signed-off-by: Muhammad Usama Anjum --- config/jobs-chromeos.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/jobs-chromeos.yaml b/config/jobs-chromeos.yaml index d6bcfd0d9..7e9740c7d 100644 --- a/config/jobs-chromeos.yaml +++ b/config/jobs-chromeos.yaml @@ -58,6 +58,10 @@ _anchors: kind: job rules: *min-5_4-rules kcidb_test_suite: tast + rules: + tree: + - mainline + - stable-rc tast-debian: &tast-debian-job template: 'generic.jinja2'