summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNavil Perez <navil@google.com>2022-09-26 23:28:09 +0000
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-09-30 15:39:12 +0000
commitb2b4f76743abc7e6fd4e3f60782b40435ab4a63b (patch)
treeccdf0e1210974cb45c332b44616dc9532c0e8219
parent5346938cf3243cef298eee4719ea9d1f4b8f9f2d (diff)
downloadvboot-firmware-duplo-15151.B.tar.gz
DIR_METADATA: Add V2 Test Plans.firmware-duplo-15151.B
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. BRANCH=None BUG=b:249150178 TEST=dirmd validate Change-Id: I7fb7967025019c8cf286294e48573445e3e90d5b Signed-off-by: Navil Perez <navil@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/3927889 Reviewed-by: Hung-Te Lin <hungte@chromium.org> Reviewed-by: Yu-Ping Wu <yupingso@chromium.org>
-rw-r--r--DIR_METADATA34
1 files changed, 34 insertions, 0 deletions
diff --git a/DIR_METADATA b/DIR_METADATA
new file mode 100644
index 00000000..761dcb9d
--- /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 > Enablement > Firmware > BIOS
+ component_id: 167186
+}
+
+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"
+ }
+ }
+ }
+}