mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-08-02 18:25:56 +00:00
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>
103 lines
2.2 KiB
INI
103 lines
2.2 KiB
INI
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"
|
|
}
|
|
}
|