mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-09 14:45:58 +00:00
Revert "Invoke some of the Dawn CQ from Tint's"
This reverts commit cebbce059673a794b021afd5b83349a0be603e5c. Reason for revert: Test CL failing Original change's description: > Invoke some of the Dawn CQ from Tint's > > Run some of the debug bots from the Dawn CQ on the Tint one. > > This will give us coverage of the unittests on all platforms and the > end2end tests on linux SwiftShader. > > BUG=tint:734 > > Change-Id: Ib1373c9041d97eec09c605bbd94b6ec023f9938a > Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/53860 > Auto-Submit: Ryan Harrison <rharrison@chromium.org> > Reviewed-by: Ben Clayton <bclayton@google.com> > Commit-Queue: Ryan Harrison <rharrison@chromium.org> > Kokoro: Kokoro <noreply+kokoro@google.com> TBR=cwallez@chromium.org,rharrison@chromium.org,bclayton@google.com,noreply+kokoro@google.com,tint-scoped@luci-project-accounts.iam.gserviceaccount.com Change-Id: I430b1abb9c8bb9d78d305e8e5d55b5328218de9c No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: tint:734 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/53823 Reviewed-by: Ryan Harrison <rharrison@chromium.org> Reviewed-by: Ben Clayton <bclayton@google.com> Auto-Submit: Ryan Harrison <rharrison@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ryan Harrison <rharrison@chromium.org>
This commit is contained in:
parent
cebbce0596
commit
fc645f7489
@ -26,18 +26,6 @@ config_groups {
|
||||
dry_run_access_list: "project-tint-tryjobs-access"
|
||||
}
|
||||
tryjob {
|
||||
builders {
|
||||
name: "dawn/try/linux-clang-dbg-x64"
|
||||
}
|
||||
builders {
|
||||
name: "dawn/try/mac-dbg"
|
||||
}
|
||||
builders {
|
||||
name: "dawn/try/win-clang-dbg-x64"
|
||||
}
|
||||
builders {
|
||||
name: "dawn/try/win-msvc-dbg-x64"
|
||||
}
|
||||
builders {
|
||||
name: "tint/try/linux-clang-dbg-x64"
|
||||
}
|
||||
|
@ -300,30 +300,6 @@ def tint_standalone_builder(name, clang, debug, cpu):
|
||||
builder = "tint:try/" + name,
|
||||
)
|
||||
|
||||
def add_dawn_tryjob(name):
|
||||
""" Add a specfic Dawn tryjob to the CQ
|
||||
|
||||
Args:
|
||||
name: string of the name of the tryjob
|
||||
"""
|
||||
luci.cq_tryjob_verifier(
|
||||
cq_group = "Tint-CQ",
|
||||
builder = "dawn:try/" + name,
|
||||
)
|
||||
|
||||
def dawn_tryjob(os):
|
||||
"""Adds a tryjob that tests against Dawn's CQ
|
||||
|
||||
Args:
|
||||
os: string for the OS, should be one or linux|mac|win
|
||||
"""
|
||||
if os == "linux" or os == "win":
|
||||
add_dawn_tryjob(os + "-clang-dbg-x64")
|
||||
if os == "win":
|
||||
add_dawn_tryjob("win-msvc-dbg-x64")
|
||||
if os == "mac":
|
||||
add_dawn_tryjob("mac-dbg")
|
||||
|
||||
luci.gitiles_poller(
|
||||
name = "primary-poller",
|
||||
bucket = "ci",
|
||||
@ -375,10 +351,6 @@ tint_standalone_builder("win-clang-rel-x86", True, False, "x86")
|
||||
tint_standalone_builder("win-msvc-dbg-x64", False, True, "x64")
|
||||
tint_standalone_builder("win-msvc-rel-x64", False, False, "x64")
|
||||
|
||||
dawn_tryjob("linux")
|
||||
dawn_tryjob("win")
|
||||
dawn_tryjob("mac")
|
||||
|
||||
# Views
|
||||
|
||||
luci.console_view(
|
||||
|
Loading…
x
Reference in New Issue
Block a user