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: I3fc9f5cd31f0f76537a21efb8d9f2efcb8ab4580
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/minigbm/+/3924812
Tested-by: Navil Perez <navil@google.com>
Reviewed-by: Yiwei Zhang <zzyiwei@chromium.org>
Reviewed-by: Andrew Lamb <andrewlamb@chromium.org>
Reviewed-by: Dominik Behr <dbehr@chromium.org>
Commit-Queue: Navil Perez <navil@google.com>
This commit is contained in:
Navil Perez 2022-09-26 23:28:06 +00:00 committed by Chromeos LUCI
parent eccb7f80bb
commit 0c39bc0ab1

34
DIR_METADATA Normal file
View file

@ -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 > Graphics > Graphics Virtualization
component_id: 964076
}
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"
}
}
}
}