DIR_METADATA: Add V2 Test Plans.
Add the default set of test rules.
V2 test plans will be verified in staging before being enabled in prod.
See go/cros-cq-test-config for more details.
BUG=b:249150178
TEST=dirmd validate
Change-Id: I8d33899ace16b3be10f856be4d250b1635994682
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/inputcontrol/+/3927741
Commit-Queue: Navil Perez <[email protected]>
Tested-by: Navil Perez <[email protected]>
Reviewed-by: Sean O'Brien <[email protected]>
diff --git a/DIR_METADATA b/DIR_METADATA
new file mode 100644
index 0000000..927a042
--- /dev/null
+++ b/DIR_METADATA
@@ -0,0 +1,34 @@
+# 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 > Services > Input
+ component_id: 167212
+}
+
+chromeos {
+ cq {
+ 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"
+ }
+ }
+ }
+}