aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2025-04-22 14:44:13 +0200
committerAleksandr Nogikh <nogikh@google.com>2025-04-23 09:02:18 +0000
commitea665a7e4d6f7c7ba148b05da135fc9d3e48b80f (patch)
treeebb0979254750f245cbaac59aa37f406797ead16 /dashboard/config
parentd00e39af8a96f7fe18fa5664936a7d658f80eeef (diff)
dashboard/config: drop COS configs
We don't use these on syzbot.
Diffstat (limited to 'dashboard/config')
-rw-r--r--dashboard/config/linux/bits/arm64.yml3
-rw-r--r--dashboard/config/linux/bits/cos-5.15.yml10
-rw-r--r--dashboard/config/linux/bits/cos-6.1.yml10
-rw-r--r--dashboard/config/linux/main.yml6
4 files changed, 1 insertions, 28 deletions
diff --git a/dashboard/config/linux/bits/arm64.yml b/dashboard/config/linux/bits/arm64.yml
index 167790e98..b03607b60 100644
--- a/dashboard/config/linux/bits/arm64.yml
+++ b/dashboard/config/linux/bits/arm64.yml
@@ -17,8 +17,7 @@ config:
- ARM64_MTE
- ARCH_VEXPRESS
- # TODO: figure out why it doesn't get enabled on COS.
- - I2C_VERSATILE: [-cos]
+ - I2C_VERSATILE
- CLK_SP810
- ICST: [-v5.16]
- CLK_ICST: [v5.16]
diff --git a/dashboard/config/linux/bits/cos-5.15.yml b/dashboard/config/linux/bits/cos-5.15.yml
deleted file mode 100644
index 64325c7d3..000000000
--- a/dashboard/config/linux/bits/cos-5.15.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 2023 syzkaller project authors. All rights reserved.
-# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
-
-kernel:
- repo: https://cos.googlesource.com/third_party/kernel
- # HEAD of cos-5.15 branch.
- tag: 989d5b675f3b2eaa295383d94b40192d7caaf67f
-
-shell:
- - make lakitu_defconfig
diff --git a/dashboard/config/linux/bits/cos-6.1.yml b/dashboard/config/linux/bits/cos-6.1.yml
deleted file mode 100644
index 66af4c114..000000000
--- a/dashboard/config/linux/bits/cos-6.1.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 2023 syzkaller project authors. All rights reserved.
-# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
-
-kernel:
- repo: https://cos.googlesource.com/third_party/kernel
- # HEAD of cos-6.1 branch.
- tag: 93781677cc976fa69a81e27cc147ca8ff2f5be13
-
-shell:
- - make lakitu_defconfig
diff --git a/dashboard/config/linux/main.yml b/dashboard/config/linux/main.yml
index 858318c7a..baef26910 100644
--- a/dashboard/config/linux/main.yml
+++ b/dashboard/config/linux/main.yml
@@ -42,10 +42,6 @@ instances:
- chromeos-5.15: [chromeos, chromeos-5.15, nodefconfig, x86_64, timeouts_native, clang, onlyusb, kasan]
- chromeos-6.1: [chromeos, chromeos-6.1, nodefconfig, x86_64, timeouts_native, clang, onlyusb, kasan]
- chromeos-6.6: [chromeos, chromeos-6.6, nodefconfig, x86_64, timeouts_native, clang, onlyusb, kasan]
- - cos-5.15-kasan: [cos, cos-5.15, x86_64, clang, nodefconfig, baseline, timeouts_native, nonoise, kasan]
- - cos-5.15-arm64-kasan: [cos, cos-5.15, arm64, clang, nodefconfig, baseline, timeouts_native, nonoise, kasan]
- - cos-6.1-kasan: [cos, cos-6.1, x86_64, clang, nodefconfig, baseline, timeouts_native, nonoise, kasan]
- - cos-6.1-arm64-kasan: [cos, cos-6.1, arm64, clang, nodefconfig, baseline, timeouts_native, nonoise, kasan]
# Note: fragments are included top to bottom from this list. When a config fragments overrides
# another, the override has to be loaded second. These files are included from the bits/ dir.
@@ -109,5 +105,3 @@ includes:
- chromeos-5.15.yml: [chromeos-5.15]
- chromeos-6.1.yml: [chromeos-6.1]
- chromeos-6.6.yml: [chromeos-6.6]
- - cos-5.15.yml: [cos-5.15]
- - cos-6.1.yml: [cos-6.1]