Commit 668564a6 authored by Ben Pastene's avatar Ben Pastene Committed by Commit Bot

Update the os dimension for Mac10.(10|11) Tests builds.

Their build machines (*not* test machines) were upgraded to 10.13.

R=jbudorick, martiniss

Bug: 943050
Change-Id: Ia59873760150ca493a9700cb496f881db115a45d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1531065Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Reviewed-by: default avatarStephen Martinis <martiniss@chromium.org>
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#642279}
parent 121d949c
...@@ -1395,12 +1395,14 @@ buckets { ...@@ -1395,12 +1395,14 @@ buckets {
builders { builders {
name: "Mac10.10 Tests" name: "Mac10.10 Tests"
mixins: "mac-ci" mixins: "mac-ci"
dimensions:"os:Mac-10.10" # The build runs on 10.13, but triggers tests on 10.10 bots.
dimensions:"os:Mac-10.13"
} }
builders { builders {
name: "Mac10.11 Tests" name: "Mac10.11 Tests"
mixins: "mac-ci" mixins: "mac-ci"
dimensions:"os:Mac-10.11" # The build runs on 10.13, but triggers tests on 10.11 bots.
dimensions:"os:Mac-10.13"
} }
builders { builders {
name: "Mac10.12 Tests" name: "Mac10.12 Tests"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment