mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-08 13:14:56 +00:00
These configs match the output of the new Starlark generated configs that are being worked on. Landing these in advance to a) confirm that they working, and b) make the patch using Starlark a no-op from the config contents perspective. Containsf3dcbf5c5canddffb68e49dthat were reverted. BUG=tint:693 Change-Id: Idf03edac2d318695a8088b9f779803b431da9e8c Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/51820 Auto-Submit: Ryan Harrison <rharrison@chromium.org> Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Ryan Harrison <rharrison@chromium.org>
151 lines
3.0 KiB
INI
151 lines
3.0 KiB
INI
# Defines jobs on luci-scheduler.appspot.com.
|
|
#
|
|
# For schema of this file and documentation see ProjectConfig message in
|
|
#
|
|
# https://chromium.googlesource.com/infra/luci/luci-go/+/master/scheduler/appengine/messages/cron.proto
|
|
|
|
|
|
acl_sets {
|
|
name: "default"
|
|
acls {
|
|
role: READER
|
|
granted_to: "group:all"
|
|
}
|
|
acls {
|
|
role: OWNER
|
|
granted_to: "group:project-tint-admins"
|
|
}
|
|
}
|
|
|
|
trigger {
|
|
id: "primary-poller"
|
|
acl_sets: "default"
|
|
gitiles {
|
|
repo: "https://dawn.googlesource.com/tint.git"
|
|
refs: "refs/heads/main"
|
|
}
|
|
triggers: "linux-clang-dbg-x64"
|
|
triggers: "linux-clang-rel-x64"
|
|
triggers: "linux-clang-dbg-x86"
|
|
triggers: "linux-clang-rel-x86"
|
|
triggers: "mac-dbg"
|
|
triggers: "mac-rel"
|
|
triggers: "win-clang-dbg-x64"
|
|
triggers: "win-clang-rel-x64"
|
|
triggers: "win-clang-dbg-x86"
|
|
triggers: "win-clang-rel-x86"
|
|
triggers: "win-msvc-dbg-x64"
|
|
triggers: "win-msvc-rel-x64"
|
|
}
|
|
|
|
job {
|
|
id: "linux-clang-dbg-x64"
|
|
acl_sets: "default"
|
|
buildbucket: {
|
|
server: "cr-buildbucket.appspot.com"
|
|
bucket: "luci.tint.ci"
|
|
builder: "linux-clang-dbg-x64"
|
|
}
|
|
}
|
|
job {
|
|
id: "linux-clang-dbg-x86"
|
|
acl_sets: "default"
|
|
buildbucket: {
|
|
server: "cr-buildbucket.appspot.com"
|
|
bucket: "luci.tint.ci"
|
|
builder: "linux-clang-dbg-x86"
|
|
}
|
|
}
|
|
job {
|
|
id: "linux-clang-rel-x64"
|
|
acl_sets: "default"
|
|
buildbucket: {
|
|
server: "cr-buildbucket.appspot.com"
|
|
bucket: "luci.tint.ci"
|
|
builder: "linux-clang-rel-x64"
|
|
}
|
|
}
|
|
job {
|
|
id: "linux-clang-rel-x86"
|
|
acl_sets: "default"
|
|
buildbucket: {
|
|
server: "cr-buildbucket.appspot.com"
|
|
bucket: "luci.tint.ci"
|
|
builder: "linux-clang-rel-x86"
|
|
}
|
|
}
|
|
|
|
job {
|
|
id: "mac-dbg"
|
|
acl_sets: "default"
|
|
buildbucket: {
|
|
server: "cr-buildbucket.appspot.com"
|
|
bucket: "luci.tint.ci"
|
|
builder: "mac-dbg"
|
|
}
|
|
}
|
|
job {
|
|
id: "mac-rel"
|
|
acl_sets: "default"
|
|
buildbucket: {
|
|
server: "cr-buildbucket.appspot.com"
|
|
bucket: "luci.tint.ci"
|
|
builder: "mac-rel"
|
|
}
|
|
}
|
|
|
|
job {
|
|
id: "win-clang-dbg-x64"
|
|
acl_sets: "default"
|
|
buildbucket: {
|
|
server: "cr-buildbucket.appspot.com"
|
|
bucket: "luci.tint.ci"
|
|
builder: "win-clang-dbg-x64"
|
|
}
|
|
}
|
|
job {
|
|
id: "win-clang-dbg-x86"
|
|
acl_sets: "default"
|
|
buildbucket: {
|
|
server: "cr-buildbucket.appspot.com"
|
|
bucket: "luci.tint.ci"
|
|
builder: "win-clang-dbg-x86"
|
|
}
|
|
}
|
|
job {
|
|
id: "win-clang-rel-x64"
|
|
acl_sets: "default"
|
|
buildbucket: {
|
|
server: "cr-buildbucket.appspot.com"
|
|
bucket: "luci.tint.ci"
|
|
builder: "win-clang-rel-x64"
|
|
}
|
|
}
|
|
job {
|
|
id: "win-clang-rel-x86"
|
|
acl_sets: "default"
|
|
buildbucket: {
|
|
server: "cr-buildbucket.appspot.com"
|
|
bucket: "luci.tint.ci"
|
|
builder: "win-clang-rel-x86"
|
|
}
|
|
}
|
|
job {
|
|
id: "win-msvc-dbg-x64"
|
|
acl_sets: "default"
|
|
buildbucket: {
|
|
server: "cr-buildbucket.appspot.com"
|
|
bucket: "luci.tint.ci"
|
|
builder: "win-msvc-dbg-x64"
|
|
}
|
|
}
|
|
job {
|
|
id: "win-msvc-rel-x64"
|
|
acl_sets: "default"
|
|
buildbucket: {
|
|
server: "cr-buildbucket.appspot.com"
|
|
bucket: "luci.tint.ci"
|
|
builder: "win-msvc-rel-x64"
|
|
}
|
|
}
|