Add Linux/Intel UHD 630 to CQ
Adds dawn-linux-x64-intel-uhd630-rel to the builders mirrored by
dawn-cq-linux-x64-rel.
Bug: 452406604
Change-Id: Iea1b1d957256cbd3862a298335e367618b28bae3
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/268260
Commit-Queue: Brian Sheedy <bsheedy@google.com>
Reviewed-by: Yuly Novikov <ynovikov@chromium.org>
diff --git a/infra/config/global/generated/luci/cr-buildbucket.cfg b/infra/config/global/generated/luci/cr-buildbucket.cfg
index 2d88adf..7c3ec69 100644
--- a/infra/config/global/generated/luci/cr-buildbucket.cfg
+++ b/infra/config/global/generated/luci/cr-buildbucket.cfg
@@ -1577,6 +1577,10 @@
' ],'
' "mirroring_builder_group_and_names": ['
' {'
+ ' "builder": "dawn-cq-linux-x64-rel",'
+ ' "group": "try"'
+ ' },'
+ ' {'
' "builder": "dawn-try-linux-x64-intel-uhd630-rel",'
' "group": "try"'
' }'
@@ -1624,7 +1628,7 @@
use_invocation_timestamp: true
}
}
- description_html: "Tests release Dawn on Linux/x64 on Intel CPUs w/ UHD 630 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-linux-x64-intel-uhd630-rel\">dawn-try-linux-x64-intel-uhd630-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 Linux/x64 on Intel CPUs w/ UHD 630 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-linux-x64-rel\">dawn-cq-linux-x64-rel</a></li><li><a href=\"https://ci.chromium.org/p/dawn/builders/try/dawn-try-linux-x64-intel-uhd630-rel\">dawn-try-linux-x64-intel-uhd630-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"
}
@@ -7506,6 +7510,33 @@
' {'
' "builder_id": {'
' "bucket": "ci",'
+ ' "builder": "dawn-linux-x64-intel-uhd630-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": 64,'
+ ' "target_platform": "linux"'
+ ' },'
+ ' "legacy_gclient_config": {'
+ ' "config": "dawn"'
+ ' },'
+ ' "parent": {'
+ ' "bucket": "ci",'
+ ' "builder": "dawn-linux-x64-builder-rel",'
+ ' "project": "dawn"'
+ ' },'
+ ' "run_tests_serially": true'
+ ' }'
+ ' },'
+ ' {'
+ ' "builder_id": {'
+ ' "bucket": "ci",'
' "builder": "dawn-linux-x64-sws-rel",'
' "project": "dawn"'
' },'
@@ -7542,6 +7573,11 @@
' "builder_ids_in_scope_for_testing": ['
' {'
' "bucket": "ci",'
+ ' "builder": "dawn-linux-x64-intel-uhd630-rel",'
+ ' "project": "dawn"'
+ ' },'
+ ' {'
+ ' "bucket": "ci",'
' "builder": "dawn-linux-x64-sws-rel",'
' "project": "dawn"'
' }'
@@ -7606,7 +7642,7 @@
use_invocation_timestamp: true
}
}
- description_html: "Tests release Dawn on Linux/x64 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-linux-x64-builder-rel\">dawn-linux-x64-builder-rel</a></li><li><a href=\"https://ci.chromium.org/p/dawn/builders/ci/dawn-linux-x64-sws-rel\">dawn-linux-x64-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 Linux/x64 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-linux-x64-builder-rel\">dawn-linux-x64-builder-rel</a></li><li><a href=\"https://ci.chromium.org/p/dawn/builders/ci/dawn-linux-x64-intel-uhd630-rel\">dawn-linux-x64-intel-uhd630-rel</a></li><li><a href=\"https://ci.chromium.org/p/dawn/builders/ci/dawn-linux-x64-sws-rel\">dawn-linux-x64-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 e402c7e..f8e3b94 100644
--- a/infra/config/global/gn_standalone_try.star
+++ b/infra/config/global/gn_standalone_try.star
@@ -153,6 +153,7 @@
description_html = "Tests release Dawn on Linux/x64 on multiple hardware configs. Blocks CL submission",
mirrors = [
"ci/dawn-linux-x64-builder-rel",
+ "ci/dawn-linux-x64-intel-uhd630-rel",
"ci/dawn-linux-x64-sws-rel",
],
gn_args = "ci/dawn-linux-x64-builder-rel",