DIR_METADATA: Add a DIR_METADATA file equivalent to hps-firmware2.
In order to enable V2 test planning, we will need to add a DIR_METADATA
file to this directory.
BUG=b:238267229, b:237787418
TEST=CQ
Change-Id: If17a31eb44bb651820b5998568364f7a632bd58d
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/hps-firmware-images/+/3787323
Reviewed-by: Andrew Lamb <andrewlamb@chromium.org>
Commit-Queue: Navil Perez <navil@google.com>
Reviewed-by: David Lattimore <dml@chromium.org>
Tested-by: Navil Perez <navil@google.com>
diff --git a/DIR_METADATA b/DIR_METADATA
new file mode 100644
index 0000000..a01a273
--- /dev/null
+++ b/DIR_METADATA
@@ -0,0 +1,27 @@
+# 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 {
+ component_id: 1140302 # go/hpsbug
+}
+buganizer_public {
+ component_id: 960545 # Chrome OS Public Tracker > Peripherals > Sensors
+}
+team_email: "chromeos-hps-swe@google.com"
+
+chromeos {
+ cq {
+ source_test_plans {
+ test_plan_starlark_files {
+ host: "chrome-internal.googlesource.com"
+ project: "chromeos/config-internal"
+ path: "test/plans/v2/ctpv1_compatible/hps_cq.star"
+ }
+ }
+ }
+}