[commit-queue.cfg] Remove old cq.cfg
Bug=chromium:916292 Change-Id: I3b55d17aee849228d4db73c82bb3746df9eb6060 Reviewed-on: https://dawn-review.googlesource.com/c/4200 Reviewed-by: Andrii Shyshkalov <tandrii@google.com> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
parent
b92cee8987
commit
1c0b0474c1
|
@ -1,34 +0,0 @@
|
||||||
# See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the
|
|
||||||
# documentation of this file format.
|
|
||||||
|
|
||||||
version: 1
|
|
||||||
cq_status_url: "https://chromium-cq-status.appspot.com"
|
|
||||||
git_repo_url: "https://dawn.googlesource.com/dawn"
|
|
||||||
|
|
||||||
gerrit {
|
|
||||||
}
|
|
||||||
|
|
||||||
verifiers {
|
|
||||||
gerrit_cq_ability {
|
|
||||||
committer_list: "project-dawn-committers"
|
|
||||||
dry_run_access_list: "project-dawn-tryjob-access"
|
|
||||||
}
|
|
||||||
try_job {
|
|
||||||
buckets {
|
|
||||||
name: "luci.dawn.try"
|
|
||||||
builders { name: "presubmit" }
|
|
||||||
builders { name: "linux-clang-dbg-x64" }
|
|
||||||
builders { name: "linux-clang-rel-x64" }
|
|
||||||
builders { name: "mac-dbg" }
|
|
||||||
builders { name: "mac-rel" }
|
|
||||||
builders { name: "win-clang-dbg-x64" }
|
|
||||||
builders { name: "win-clang-rel-x64" }
|
|
||||||
}
|
|
||||||
buckets {
|
|
||||||
name: "luci.chromium.try"
|
|
||||||
builders { name: "linux-dawn-rel" }
|
|
||||||
builders { name: "mac-dawn-rel" }
|
|
||||||
builders { name: "win-dawn-rel" }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue