mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-08-02 02:05:45 +00:00
This reverts commit 0bd32409b7b799265c7b051c90806ab5cfe7db3f. Reason for revert: linux-dawn-rel fails when new tests are added. Original change's description: > Run linux-dawn-rel on the CQ > > TBR=kainino@chromium.org > TBR=senorblanco@chromium.org > BUG=chromium:901830 > > Change-Id: Ia6c4c967e3152c3c5abfeef4da2a85e8076072bc > Reviewed-on: https://dawn-review.googlesource.com/c/2705 > Reviewed-by: Corentin Wallez <cwallez@chromium.org> > Commit-Queue: Corentin Wallez <cwallez@chromium.org> TBR=cwallez@chromium.org,kainino@chromium.org,senorblanco@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: chromium:901830 Change-Id: I16d4168620388826f3b3091e034fb64cc8a4342f Reviewed-on: https://dawn-review.googlesource.com/c/2800 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
34 lines
870 B
INI
34 lines
870 B
INI
# 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: "mac-dawn-rel" }
|
|
builders { name: "win-dawn-rel" }
|
|
}
|
|
}
|
|
}
|