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