dawn-cmake/infra/config/global/commit-queue.cfg
Ryan Harrison ba1fb84855 Reland updating manually generated configs
These configs match the output of the new Starlark generated configs
that are being worked on. Landing these in advance to a) confirm that
they working, and b) make the patch using Starlark a no-op from the
config contents perspective.

Contains f3dcbf5c5cee83ac56620c5bd86f58b1902fa1f5 and
dffb68e49d42becd08244c7865e4fcc803ef2e1c that were reverted.

BUG=tint:693

Change-Id: Idf03edac2d318695a8088b9f779803b431da9e8c
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/51820
Auto-Submit: Ryan Harrison <rharrison@chromium.org>
Reviewed-by: Ben Clayton <bclayton@google.com>
Commit-Queue: Ryan Harrison <rharrison@chromium.org>
2021-05-20 15:26:48 +00:00

77 lines
1.6 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/linux-clang-rel-x86"
}
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"
}
builders {
name: "tint/try/win-clang-rel-x86"
}
builders {
name: "tint/try/win-msvc-dbg-x64"
}
builders {
name: "tint/try/win-msvc-rel-x64"
}
retry_config {
single_quota: 1
global_quota: 2
failure_weight: 1
transient_failure_weight: 1
timeout_weight: 2
}
}
}
}