Add a temporary requirement for Mac bots to have XCode.
BUG=chromium:884015 Change-Id: Iee2373b23ab5534165b36c40600cae86545ee3d9 Reviewed-on: https://dawn-review.googlesource.com/1544 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Reviewed-by: Stephen White <senorblanco@chromium.org>
This commit is contained in:
parent
58809d413b
commit
d3c4eda135
|
@ -124,11 +124,15 @@ buckets {
|
||||||
name: "mac-dbg"
|
name: "mac-dbg"
|
||||||
dimensions: "os:Mac-10.13"
|
dimensions: "os:Mac-10.13"
|
||||||
mixins: "debug"
|
mixins: "debug"
|
||||||
|
# Require XCode temporarily to avoid https://crbug.com/884015
|
||||||
|
dimensions: "xcode_version:9.3"
|
||||||
}
|
}
|
||||||
builders {
|
builders {
|
||||||
name: "mac-rel"
|
name: "mac-rel"
|
||||||
dimensions: "os:Mac-10.13"
|
dimensions: "os:Mac-10.13"
|
||||||
mixins: "release"
|
mixins: "release"
|
||||||
|
# Require XCode temporarily to avoid https://crbug.com/884015
|
||||||
|
dimensions: "xcode_version:9.3"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Linux: test combinations of {clang,msvc}x{release,debug}x{x86,x64}
|
# Linux: test combinations of {clang,msvc}x{release,debug}x{x86,x64}
|
||||||
|
@ -250,12 +254,16 @@ buckets: {
|
||||||
name: "mac-dbg"
|
name: "mac-dbg"
|
||||||
dimensions: "os:Mac-10.13"
|
dimensions: "os:Mac-10.13"
|
||||||
mixins: "debug"
|
mixins: "debug"
|
||||||
|
# Require XCode temporarily to avoid https://crbug.com/884015
|
||||||
|
dimensions: "xcode_version:9.3"
|
||||||
}
|
}
|
||||||
# Actually on the CQ
|
# Actually on the CQ
|
||||||
builders {
|
builders {
|
||||||
name: "mac-rel"
|
name: "mac-rel"
|
||||||
dimensions: "os:Mac-10.13"
|
dimensions: "os:Mac-10.13"
|
||||||
mixins: "release"
|
mixins: "release"
|
||||||
|
# Require XCode temporarily to avoid https://crbug.com/884015
|
||||||
|
dimensions: "xcode_version:9.3"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Actually on the CQ
|
# Actually on the CQ
|
||||||
|
|
Loading…
Reference in New Issue