diff options
author | Eric Boren <borenet@google.com> | 2016-12-02 13:05:11 -0500 |
---|---|---|
committer | Eric Boren <borenet@google.com> | 2016-12-02 18:06:21 +0000 |
commit | a83abcc129a2647b79c60763b098c8bccc0b947f (patch) | |
tree | 980fe0beb5d0361586f24a5b0c514e613d7f3c0f | |
parent | f941280ab8c8d2f984dabbd2b1b99c2d5ea1cd6c (diff) |
Fix tasks.json
Two of my previous CLs stepped on each other.
BUG=skia:
Change-Id: I53d49f283e466ad7fd6c38a6d4243c084dd324c7
Reviewed-on: https://skia-review.googlesource.com/5519
Reviewed-by: Eric Boren <borenet@google.com>
-rw-r--r-- | infra/bots/tasks.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/bots/tasks.json b/infra/bots/tasks.json index a31741199d..8e254292ac 100644 --- a/infra/bots/tasks.json +++ b/infra/bots/tasks.json @@ -2623,7 +2623,7 @@ "Build-Ubuntu-GCC-x86_64-Release-Shared": { "dimensions": [ "gpu:none", - "os:Ubuntu", + "os:Ubuntu-14.04", "pool:Skia" ], "extra_args": [ |