Add Win/x86/NVIDIA to CQ
Adds dawn-win-x86-nvidia-gtx1660-rel to the list of builders mirrored by
dawn-cq-win-x86-rel.
Bug: 452406604
Change-Id: I600641545564e76fe5c5a58401bc85b48dd9283a
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/270414
Reviewed-by: Yuly Novikov <ynovikov@chromium.org>
Commit-Queue: Brian Sheedy <bsheedy@google.com>
diff --git a/infra/config/global/generated/luci/cr-buildbucket.cfg b/infra/config/global/generated/luci/cr-buildbucket.cfg
index 560d2c3..48d33d8 100644
--- a/infra/config/global/generated/luci/cr-buildbucket.cfg
+++ b/infra/config/global/generated/luci/cr-buildbucket.cfg
@@ -7015,6 +7015,10 @@
' ],'
' "mirroring_builder_group_and_names": ['
' {'
+ ' "builder": "dawn-cq-win-x86-rel",'
+ ' "group": "try"'
+ ' },'
+ ' {'
' "builder": "dawn-try-win-x86-nvidia-gtx1660-rel",'
' "group": "try"'
' }'
@@ -7062,7 +7066,7 @@
use_invocation_timestamp: true
}
}
- description_html: "Tests release Dawn on Windows/x86 on NVIDIA GTX 1660 GPUs<br/>This builder is mirrored by any of the following try builders:<br/><ul><li><a href=\"https://ci.chromium.org/p/dawn/builders/try/dawn-try-win-x86-nvidia-gtx1660-rel\">dawn-try-win-x86-nvidia-gtx1660-rel</a></li></ul><br/>Builder owner: <a href=mailto:chrome-gpu-infra@google.com>chrome-gpu-infra@google.com</a>"
+ description_html: "Tests release Dawn on Windows/x86 on NVIDIA GTX 1660 GPUs<br/>This builder is mirrored by any of the following try builders:<br/><ul><li><a href=\"https://ci.chromium.org/p/dawn/builders/try/dawn-cq-win-x86-rel\">dawn-cq-win-x86-rel</a></li><li><a href=\"https://ci.chromium.org/p/dawn/builders/try/dawn-try-win-x86-nvidia-gtx1660-rel\">dawn-try-win-x86-nvidia-gtx1660-rel</a></li></ul><br/>Builder owner: <a href=mailto:chrome-gpu-infra@google.com>chrome-gpu-infra@google.com</a>"
shadow_builder_adjustments {
service_account: "dawn-try-builder@chops-service-accounts.iam.gserviceaccount.com"
}
@@ -10556,6 +10560,33 @@
' {'
' "builder_id": {'
' "bucket": "ci",'
+ ' "builder": "dawn-win-x86-nvidia-gtx1660-rel",'
+ ' "project": "dawn"'
+ ' },'
+ ' "builder_spec": {'
+ ' "builder_group": "ci",'
+ ' "execution_mode": "TEST",'
+ ' "legacy_chromium_config": {'
+ ' "build_config": "Release",'
+ ' "config": "dawn_base",'
+ ' "target_arch": "intel",'
+ ' "target_bits": 32,'
+ ' "target_platform": "win"'
+ ' },'
+ ' "legacy_gclient_config": {'
+ ' "config": "dawn"'
+ ' },'
+ ' "parent": {'
+ ' "bucket": "ci",'
+ ' "builder": "dawn-win-x86-builder-rel",'
+ ' "project": "dawn"'
+ ' },'
+ ' "run_tests_serially": true'
+ ' }'
+ ' },'
+ ' {'
+ ' "builder_id": {'
+ ' "bucket": "ci",'
' "builder": "dawn-win-x86-sws-rel",'
' "project": "dawn"'
' },'
@@ -10592,6 +10623,11 @@
' "builder_ids_in_scope_for_testing": ['
' {'
' "bucket": "ci",'
+ ' "builder": "dawn-win-x86-nvidia-gtx1660-rel",'
+ ' "project": "dawn"'
+ ' },'
+ ' {'
+ ' "bucket": "ci",'
' "builder": "dawn-win-x86-sws-rel",'
' "project": "dawn"'
' }'
@@ -10656,7 +10692,7 @@
use_invocation_timestamp: true
}
}
- description_html: "Tests release Dawn on Win/x86 on multiple hardware configs. Blocks CL submission<br/>This builder mirrors the following CI builders:<br/><ul><li><a href=\"https://ci.chromium.org/p/dawn/builders/ci/dawn-win-x86-builder-rel\">dawn-win-x86-builder-rel</a></li><li><a href=\"https://ci.chromium.org/p/dawn/builders/ci/dawn-win-x86-sws-rel\">dawn-win-x86-sws-rel</a></li></ul><br/>Builder owner: <a href=mailto:chrome-gpu-infra@google.com>chrome-gpu-infra@google.com</a>"
+ description_html: "Tests release Dawn on Win/x86 on multiple hardware configs. Blocks CL submission<br/>This builder mirrors the following CI builders:<br/><ul><li><a href=\"https://ci.chromium.org/p/dawn/builders/ci/dawn-win-x86-builder-rel\">dawn-win-x86-builder-rel</a></li><li><a href=\"https://ci.chromium.org/p/dawn/builders/ci/dawn-win-x86-nvidia-gtx1660-rel\">dawn-win-x86-nvidia-gtx1660-rel</a></li><li><a href=\"https://ci.chromium.org/p/dawn/builders/ci/dawn-win-x86-sws-rel\">dawn-win-x86-sws-rel</a></li></ul><br/>Builder owner: <a href=mailto:chrome-gpu-infra@google.com>chrome-gpu-infra@google.com</a>"
contact_team_email: "chrome-gpu-infra@google.com"
custom_metric_definitions {
name: "/chrome/infra/browser/builds/cached_count"
diff --git a/infra/config/global/gn_standalone_try.star b/infra/config/global/gn_standalone_try.star
index 64497ec..d3454d8 100644
--- a/infra/config/global/gn_standalone_try.star
+++ b/infra/config/global/gn_standalone_try.star
@@ -268,6 +268,7 @@
description_html = "Tests release Dawn on Win/x86 on multiple hardware configs. Blocks CL submission",
mirrors = [
"ci/dawn-win-x86-builder-rel",
+ "ci/dawn-win-x86-nvidia-gtx1660-rel",
"ci/dawn-win-x86-sws-rel",
],
gn_args = "ci/dawn-win-x86-builder-rel",