[commit-queue.cfg] Create new project-scoped CQ config.
Autogenerated from ref-scoped cq.cfg located at: https://dawn.googlesource.com/dawn/+/refs/heads/master/infra/config/branch/cq.cfg (pinned https://dawn.googlesource.com/dawn/+/b59d04f79ee3bdc173beba9256c266e009321ffb/infra/config/branch/cq.cfg) The new config is functionally equivalent to the old one. Upon landing, the new config will take effect once LUCI config service picks it up. If you see 'commit-queue.cfg' in https://luci-config.appspot.com/#/projects/dawn , then it has been picked up. New commit-queue.cfg takes precedence over old cq.cfg, and once picked up makes it safe to remove old cq.cfg. See also internal PSA go/psa-migrate-to-commit-queue-cfg. Generated-by: https://crrev.com/i/815809 Bug: chromium:916292 Change-Id: I3d6a3dcf916fce35dca43ed3497d53eb6334d8f9 Reviewed-on: https://dawn-review.googlesource.com/c/4180 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
parent
da8ee83ee7
commit
b92cee8987
|
@ -0,0 +1,65 @@
|
|||
# See http://luci-config.appspot.com/schemas/projects:commit-queue.cfg for the
|
||||
# documentation of this file format.
|
||||
|
||||
cq_status_host: "chromium-cq-status.appspot.com"
|
||||
submit_options {
|
||||
max_burst: 4
|
||||
burst_delay {
|
||||
seconds: 480
|
||||
}
|
||||
}
|
||||
config_groups {
|
||||
gerrit {
|
||||
url: "https://dawn-review.googlesource.com"
|
||||
projects {
|
||||
name: "dawn"
|
||||
ref_regexp: "refs/heads/.+"
|
||||
}
|
||||
}
|
||||
verifiers {
|
||||
gerrit_cq_ability {
|
||||
committer_list: "project-dawn-committers"
|
||||
dry_run_access_list: "project-dawn-tryjob-access"
|
||||
}
|
||||
tryjob {
|
||||
builders {
|
||||
name: "dawn/try/presubmit"
|
||||
disable_reuse: true
|
||||
}
|
||||
builders {
|
||||
name: "dawn/try/linux-clang-dbg-x64"
|
||||
}
|
||||
builders {
|
||||
name: "dawn/try/linux-clang-rel-x64"
|
||||
}
|
||||
builders {
|
||||
name: "dawn/try/mac-dbg"
|
||||
}
|
||||
builders {
|
||||
name: "dawn/try/mac-rel"
|
||||
}
|
||||
builders {
|
||||
name: "dawn/try/win-clang-dbg-x64"
|
||||
}
|
||||
builders {
|
||||
name: "dawn/try/win-clang-rel-x64"
|
||||
}
|
||||
builders {
|
||||
name: "chromium/try/linux-dawn-rel"
|
||||
}
|
||||
builders {
|
||||
name: "chromium/try/mac-dawn-rel"
|
||||
}
|
||||
builders {
|
||||
name: "chromium/try/win-dawn-rel"
|
||||
}
|
||||
retry_config {
|
||||
single_quota: 1
|
||||
global_quota: 2
|
||||
failure_weight: 1
|
||||
transient_failure_weight: 1
|
||||
timeout_weight: 2
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue