mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-15 17:45:58 +00:00
This bot will be used to regenerate the fuzzer seed corpus periodically. Bug: dawn:629 Change-Id: I9036690b85cfe602188aa891a32f03923b797463 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/38321 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org>
110 lines
2.4 KiB
INI
110 lines
2.4 KiB
INI
logo_url: "https://storage.googleapis.com/chrome-infra-public/logo/dawn-logo.png"
|
|
consoles {
|
|
id: "ci"
|
|
name: "Dawn CI Builders"
|
|
repo_url: "https://dawn.googlesource.com/dawn"
|
|
refs: "refs/heads/main"
|
|
manifest_name: "REVISION"
|
|
|
|
builders {
|
|
name: "buildbucket/luci.dawn.ci/linux-clang-dbg-x64"
|
|
category: "linux|clang|dbg"
|
|
short_name: "x64"
|
|
}
|
|
builders {
|
|
name: "buildbucket/luci.dawn.ci/linux-clang-dbg-x86"
|
|
category: "linux|clang|dbg"
|
|
short_name: "x86"
|
|
}
|
|
builders {
|
|
name: "buildbucket/luci.dawn.ci/linux-clang-rel-x64"
|
|
category: "linux|clang|rel"
|
|
short_name: "x64"
|
|
}
|
|
builders {
|
|
name: "buildbucket/luci.dawn.ci/linux-clang-rel-x86"
|
|
category: "linux|clang|rel"
|
|
short_name: "x86"
|
|
}
|
|
|
|
builders {
|
|
name: "buildbucket/luci.dawn.ci/mac-dbg"
|
|
category: "mac"
|
|
short_name: "dbg"
|
|
}
|
|
builders {
|
|
name: "buildbucket/luci.dawn.ci/mac-rel"
|
|
category: "mac"
|
|
short_name: "rel"
|
|
}
|
|
|
|
builders {
|
|
name: "buildbucket/luci.dawn.ci/win-clang-dbg-x64"
|
|
category: "win|clang|dbg"
|
|
short_name: "x64"
|
|
}
|
|
builders {
|
|
name: "buildbucket/luci.dawn.ci/win-clang-dbg-x86"
|
|
category: "win|clang|dbg"
|
|
short_name: "x86"
|
|
}
|
|
builders {
|
|
name: "buildbucket/luci.dawn.ci/win-clang-rel-x64"
|
|
category: "win|clang|rel"
|
|
short_name: "x64"
|
|
}
|
|
builders {
|
|
name: "buildbucket/luci.dawn.ci/win-clang-rel-x86"
|
|
category: "win|clang|rel"
|
|
short_name: "x86"
|
|
}
|
|
builders {
|
|
name: "buildbucket/luci.dawn.ci/win-msvc-dbg-x64"
|
|
category: "win|msvc"
|
|
short_name: "dbg"
|
|
}
|
|
builders {
|
|
name: "buildbucket/luci.dawn.ci/win-msvc-rel-x64"
|
|
category: "win|msvc"
|
|
short_name: "rel"
|
|
}
|
|
|
|
builders {
|
|
name: "buildbucket/luci.dawn.ci/cron-linux-clang-rel-x64"
|
|
category: "cron|linux|clang|rel"
|
|
short_name: "x64"
|
|
}
|
|
}
|
|
|
|
consoles {
|
|
id: "try"
|
|
name: "Dawn try Builders"
|
|
manifest_name: "PATCHED"
|
|
builder_view_only: true
|
|
|
|
builders {
|
|
name: "buildbucket/luci.dawn.try/presubmit"
|
|
}
|
|
|
|
builders {
|
|
name: "buildbucket/luci.dawn.try/linux-clang-dbg-x64"
|
|
}
|
|
builders {
|
|
name: "buildbucket/luci.dawn.try/linux-clang-rel-x64"
|
|
}
|
|
|
|
builders {
|
|
name: "buildbucket/luci.dawn.try/mac-dbg"
|
|
}
|
|
builders {
|
|
name: "buildbucket/luci.dawn.try/mac-rel"
|
|
}
|
|
|
|
builders {
|
|
name: "buildbucket/luci.dawn.try/win-clang-dbg-x64"
|
|
}
|
|
builders {
|
|
name: "buildbucket/luci.dawn.try/win-clang-rel-x64"
|
|
}
|
|
}
|