[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:
Corentin Wallez 2019-01-28 09:03:26 +00:00 committed by Commit Bot service account
parent b92cee8987
commit 1c0b0474c1
1 changed files with 0 additions and 34 deletions

View File

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