Add 32 bit Linux/Windows builders to the Dawn CQ
We need a 32-bit Dawn CQ builders to catch build breakages on those platforms. Bug: dawn:168 Change-Id: Iafc1af9002992fbf16c9ca996fd578dc21aa516d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/8040 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org>
This commit is contained in:
parent
29f3de54a5
commit
88860d1ced
|
@ -29,6 +29,9 @@ config_groups {
|
|||
builders {
|
||||
name: "dawn/try/linux-clang-dbg-x64"
|
||||
}
|
||||
builders {
|
||||
name: "dawn/try/linux-clang-dbg-x86"
|
||||
}
|
||||
builders {
|
||||
name: "dawn/try/linux-clang-rel-x64"
|
||||
}
|
||||
|
@ -41,6 +44,9 @@ config_groups {
|
|||
builders {
|
||||
name: "dawn/try/win-clang-dbg-x64"
|
||||
}
|
||||
builders {
|
||||
name: "dawn/try/win-clang-dbg-x86"
|
||||
}
|
||||
builders {
|
||||
name: "dawn/try/win-clang-rel-x64"
|
||||
}
|
||||
|
|
|
@ -231,7 +231,7 @@ buckets: {
|
|||
mixins: "debug"
|
||||
mixins: "x64"
|
||||
}
|
||||
# CI Mirror only
|
||||
# Actually on the CQ
|
||||
builders {
|
||||
name: "linux-clang-dbg-x86"
|
||||
dimensions: "os:Ubuntu-14.04"
|
||||
|
@ -274,7 +274,7 @@ buckets: {
|
|||
mixins: "debug"
|
||||
mixins: "x64"
|
||||
}
|
||||
# CI Mirror only
|
||||
# Actually on the CQ
|
||||
builders {
|
||||
name: "win-clang-dbg-x86"
|
||||
dimensions: "os:Windows"
|
||||
|
|
Loading…
Reference in New Issue