diff --git a/infra/config/global/commit-queue.cfg b/infra/config/global/commit-queue.cfg index 80abaa3ec6..1b56f9a4c6 100644 --- a/infra/config/global/commit-queue.cfg +++ b/infra/config/global/commit-queue.cfg @@ -53,6 +53,27 @@ config_groups { builders { name: "chromium/try/win-dawn-rel" } + + # Experimental builders + # These are experimental while Dawn's API is changing and we expect + # to break integration with Chromium + builders { + name: "chromium/try/dawn-linux-x64-deps-rel" + experiment_percentage: 100 + } + builders { + name: "chromium/try/dawn-mac-x64-deps-rel" + experiment_percentage: 100 + } + builders { + name: "chromium/try/dawn-win10-x64-deps-rel" + experiment_percentage: 100 + } + builders { + name: "chromium/try/dawn-win10-x86-deps-rel" + experiment_percentage: 100 + } + retry_config { single_quota: 1 global_quota: 2