dawn-cmake/infra/config/global/commit-queue.cfg
Ryan Harrison c9dc951e9e Reverting manual config changes due to MSVC builder issues
Revert "Remove win toolchain from msvc builds"
This reverts commit f6593ffc76e1decc80e07bff63702b15e9a2361a.

Revert "Fix validation of manually generated configs"
This reverts commit dffb68e49d42becd08244c7865e4fcc803ef2e1c.

Revert "Update manually generated configs"
This reverts commit f3dcbf5c5cee83ac56620c5bd86f58b1902fa1f5.

BUG=tint:693

Change-Id: Iedbbe6e2f162da7a435001d8e45aa8dcdb1d4b9b
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/51620
Auto-Submit: Ryan Harrison <rharrison@chromium.org>
Reviewed-by: Ben Clayton <bclayton@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
2021-05-19 18:41:27 +00:00

65 lines
1.3 KiB
INI

# 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 {
name: "Tint-CQ"
gerrit {
url: "https://dawn-review.googlesource.com"
projects {
name: "tint"
ref_regexp: "refs/heads/.+"
}
}
verifiers {
gerrit_cq_ability {
committer_list: "project-tint-committers"
dry_run_access_list: "project-tint-tryjobs-access"
}
tryjob {
builders {
name: "tint/try/presubmit"
disable_reuse: true
}
builders {
name: "tint/try/linux-clang-dbg-x64"
}
builders {
name: "tint/try/linux-clang-dbg-x86"
}
builders {
name: "tint/try/linux-clang-rel-x64"
}
builders {
name: "tint/try/mac-dbg"
}
builders {
name: "tint/try/mac-rel"
}
builders {
name: "tint/try/win-clang-dbg-x64"
}
builders {
name: "tint/try/win-clang-dbg-x86"
}
builders {
name: "tint/try/win-clang-rel-x64"
}
retry_config {
single_quota: 1
global_quota: 2
failure_weight: 1
transient_failure_weight: 1
timeout_weight: 2
}
}
}
}