-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDIR_METADATA
More file actions
68 lines (64 loc) · 2.21 KB
/
DIR_METADATA
File metadata and controls
68 lines (64 loc) · 2.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Metadata information for this directory.
#
# For more information on DIR_METADATA files, see:
# https://source.chromium.org/chromium/infra/infra/+/HEAD:go/src/infra/tools/dirmd/README.md
#
# For the schema of this file, see Metadata message:
# https://source.chromium.org/chromium/infra/infra/+/HEAD:go/src/infra/tools/dirmd/proto/dir_metadata.proto
buganizer {
# ChromeOS > Platform > Enablement > Firmware
component_id: 167172
}
chromeos {
cq {
# See go/cros-cq-test-config
source_test_plans {
test_plan_starlark_files {
host: "chrome-internal.googlesource.com"
project: "chromeos/config-internal"
path: "test/plans/v2/ctpv1_compatible/legacy_default_tast_hw.star"
}
test_plan_starlark_files {
host: "chrome-internal.googlesource.com"
project: "chromeos/config-internal"
path: "test/plans/v2/ctpv1_compatible/legacy_default_autotest_hw.star"
}
test_plan_starlark_files {
host: "chrome-internal.googlesource.com"
project: "chromeos/config-internal"
path: "test/plans/v2/ctpv1_compatible/legacy_default_vm.star"
}
}
# Changes to WiFi or Bluetooth firmware should trigger Bluetooth suites
source_test_plans {
test_plan_starlark_files {
host: "chrome-internal.googlesource.com"
project: "chromeos/config-internal"
path: "test/plans/v2/ctpv1_compatible/bluetooth_cq.star"
}
path_regexps: "ath10k/.*"
path_regexps: "ath11k/.*"
path_regexps: "iwlwifi-.*"
path_regexps: "mrvl/.*"
path_regexps: "qca/.*"
path_regexps: "rtl_bt/.*"
path_regexps: "rtw88/.*"
path_regexps: "rtw89/.*"
}
# Enable bluetooth_floss_cq for boards on with floss
# is stabliized
source_test_plans {
test_plan_starlark_files {
host: "chrome-internal.googlesource.com"
project: "chromeos/config-internal"
path: "test/plans/v2/ctpv1_compatible/bluetooth_cq.star"
}
test_plan_starlark_files {
host: "chrome-internal.googlesource.com"
project: "chromeos/config-internal"
path: "test/plans/v2/ctpv1_compatible/bluetooth_floss_cq.star"
}
path_regexps: "intel/ibt-.*"
}
}
}