mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-08 13:14:56 +00:00
Add configs for CQ
Based off of the configs used in Dawn BUG=tint:1 Change-Id: Ie6d028dd0c0ae4ce77fa689a3e080b91afd56f83 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/23800 Reviewed-by: dan sinclair <dsinclair@google.com>
This commit is contained in:
committed by
dan sinclair
parent
ec3e2d4abd
commit
40236d835e
102
infra/config/global/luci-milo.cfg
Normal file
102
infra/config/global/luci-milo.cfg
Normal file
@@ -0,0 +1,102 @@
|
||||
consoles {
|
||||
id: "ci"
|
||||
name: "Tint CI Builders"
|
||||
repo_url: "https://dawn.googlesource.com/tint"
|
||||
refs: "refs/heads/main"
|
||||
manifest_name: "REVISION"
|
||||
|
||||
builders {
|
||||
name: "buildbucket/luci.tint.ci/linux-clang-dbg-x64"
|
||||
category: "linux|clang|dbg"
|
||||
short_name: "x64"
|
||||
}
|
||||
builders {
|
||||
name: "buildbucket/luci.tint.ci/linux-clang-dbg-x86"
|
||||
category: "linux|clang|dbg"
|
||||
short_name: "x86"
|
||||
}
|
||||
builders {
|
||||
name: "buildbucket/luci.tint.ci/linux-clang-rel-x64"
|
||||
category: "linux|clang|rel"
|
||||
short_name: "x64"
|
||||
}
|
||||
builders {
|
||||
name: "buildbucket/luci.tint.ci/linux-clang-rel-x86"
|
||||
category: "linux|clang|rel"
|
||||
short_name: "x86"
|
||||
}
|
||||
|
||||
builders {
|
||||
name: "buildbucket/luci.tint.ci/mac-dbg"
|
||||
category: "mac"
|
||||
short_name: "dbg"
|
||||
}
|
||||
builders {
|
||||
name: "buildbucket/luci.tint.ci/mac-rel"
|
||||
category: "mac"
|
||||
short_name: "rel"
|
||||
}
|
||||
|
||||
builders {
|
||||
name: "buildbucket/luci.tint.ci/win-clang-dbg-x64"
|
||||
category: "win|clang|dbg"
|
||||
short_name: "x64"
|
||||
}
|
||||
builders {
|
||||
name: "buildbucket/luci.tint.ci/win-clang-dbg-x86"
|
||||
category: "win|clang|dbg"
|
||||
short_name: "x86"
|
||||
}
|
||||
builders {
|
||||
name: "buildbucket/luci.tint.ci/win-clang-rel-x64"
|
||||
category: "win|clang|rel"
|
||||
short_name: "x64"
|
||||
}
|
||||
builders {
|
||||
name: "buildbucket/luci.tint.ci/win-clang-rel-x86"
|
||||
category: "win|clang|rel"
|
||||
short_name: "x86"
|
||||
}
|
||||
builders {
|
||||
name: "buildbucket/luci.tint.ci/win-msvc-dbg-x64"
|
||||
category: "win|msvc"
|
||||
short_name: "dbg"
|
||||
}
|
||||
builders {
|
||||
name: "buildbucket/luci.tint.ci/win-msvc-rel-x64"
|
||||
category: "win|msvc"
|
||||
short_name: "rel"
|
||||
}
|
||||
}
|
||||
|
||||
consoles {
|
||||
id: "try"
|
||||
name: "Tint try Builders"
|
||||
manifest_name: "PATCHED"
|
||||
builder_view_only: true
|
||||
|
||||
builders {
|
||||
name: "buildbucket/luci.tint.try/presubmit"
|
||||
}
|
||||
|
||||
builders {
|
||||
name: "buildbucket/luci.tint.try/linux-clang-dbg-x64"
|
||||
}
|
||||
builders {
|
||||
name: "buildbucket/luci.tint.try/linux-clang-rel-x64"
|
||||
}
|
||||
|
||||
builders {
|
||||
name: "buildbucket/luci.tint.try/mac-dbg"
|
||||
}
|
||||
builders {
|
||||
name: "buildbucket/luci.tint.try/mac-rel"
|
||||
}
|
||||
|
||||
builders {
|
||||
name: "buildbucket/luci.tint.try/win-clang-dbg-x64"
|
||||
}
|
||||
builders {
|
||||
name: "buildbucket/luci.tint.try/win-clang-rel-x64"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user