From b2b4f76743abc7e6fd4e3f60782b40435ab4a63b Mon Sep 17 00:00:00 2001 From: Navil Perez Date: Mon, 26 Sep 2022 23:28:09 +0000 Subject: 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. BRANCH=None BUG=b:249150178 TEST=dirmd validate Change-Id: I7fb7967025019c8cf286294e48573445e3e90d5b Signed-off-by: Navil Perez Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/3927889 Reviewed-by: Hung-Te Lin Reviewed-by: Yu-Ping Wu --- DIR_METADATA | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 DIR_METADATA 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" + } + } + } +} -- cgit v1.2.1