diff --git a/docs/infra/cq_builders.md b/docs/infra/cq_builders.md index 34db85e3a75796..7281a2946caa21 100644 --- a/docs/infra/cq_builders.md +++ b/docs/infra/cq_builders.md @@ -187,6 +187,15 @@ builder. Path regular expressions: * [`//chromecast/.+`](https://cs.chromium.org/chromium/src/chromecast/) +* [gpu-fyi-try-android-p-pixel-2-skv-32](https://ci.chromium.org/p/chromium/builders/luci.chromium.try/gpu-fyi-try-android-p-pixel-2-skv-32) ([`commit-queue.cfg` entry](https://cs.chromium.org/search/?q=package:%5Echromium$+file:commit-queue.cfg+chromium/try/gpu-fyi-try-android-p-pixel-2-skv-32)) ([matching builders](https://cs.chromium.org/search/?q=file:trybots.py+gpu-fyi-try-android-p-pixel-2-skv-32)) + + Path regular expressions: + * [`//components/viz/.+`](https://cs.chromium.org/chromium/src/components/viz/) + * [`//content/test/gpu/gpu_tests/.+py`](https://cs.chromium.org/search/?q=package:%5Echromium$+file:content/test/gpu/gpu_tests/.+py) + * [`//content/test/gpu/gpu_tests/test_expectations/pixel_expectations.txt`](https://cs.chromium.org/search/?q=package:%5Echromium$+file:content/test/gpu/gpu_tests/test_expectations/pixel_expectations.txt) + * [`//gpu/vulkan/.+`](https://cs.chromium.org/chromium/src/gpu/vulkan/) + * [`//services/viz/.+`](https://cs.chromium.org/chromium/src/services/viz/) + * [ios-simulator-cronet](https://ci.chromium.org/p/chromium/builders/luci.chromium.try/ios-simulator-cronet) ([`commit-queue.cfg` entry](https://cs.chromium.org/search/?q=package:%5Echromium$+file:commit-queue.cfg+chromium/try/ios-simulator-cronet)) ([matching builders](https://cs.chromium.org/search/?q=file:trybots.py+ios-simulator-cronet)) Path regular expressions: diff --git a/infra/config/commit-queue.cfg b/infra/config/commit-queue.cfg index be38066dd05562..0e843ff1c1e5da 100644 --- a/infra/config/commit-queue.cfg +++ b/infra/config/commit-queue.cfg @@ -242,6 +242,20 @@ config_groups { name: "chromium/try/fuchsia-x64-cast" location_regexp: ".+/[+]/chromecast/.+" } + builders { + name: "chromium/try/gpu-fyi-try-android-p-pixel-2-skv-32" + # Some locations disabled due to limited capacity. + #location_regexp: ".+/[+]/cc/.+" + location_regexp: ".+/[+]/components/viz/.+" + location_regexp: ".+/[+]/content/test/gpu/gpu_tests/.+py" + location_regexp: ".+/[+]/content/test/gpu/gpu_tests/test_expectations/pixel_expectations.txt" + location_regexp: ".+/[+]/gpu/vulkan/.+" + #location_regexp: ".+/[+]/media/gpu/.+" + location_regexp: ".+/[+]/services/viz/.+" + #location_regexp: ".+/[+]/third_party/blink/renderer/platform/graphics/gpu/.+" + #location_regexp: ".+/[+]/third_party/skia/src/gpu/.+" + #location_regexp: ".+/[+]/third_party/skia/include/gpu/.+" + } builders { name: "chromium/try/ios-simulator-cronet" location_regexp: ".+/[+]/components/cronet/.+"