Run Dawn DEPS trybots as experimental

This change runs Dawn DEPS trybots as experimental. It allows us to know
when Dawn changes will break Chromium and the autoroller. They are
experimental because we expect Chromium integration to break when Dawn's
API changes.

Bug: chromium:948902
Change-Id: Ifb2ac253fefc90c68a4b56d5895099e1ddf596e7
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/6880
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Kenneth Russell <kbr@google.com>
Commit-Queue: Austin Eng <enga@chromium.org>
This commit is contained in:
Austin Eng 2019-05-02 17:46:26 +00:00 committed by Commit Bot service account
parent 94274b63fb
commit e99e2408e9
1 changed files with 21 additions and 0 deletions

View File

@ -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