Commit 711748ea authored by Stephen Martinis's avatar Stephen Martinis Committed by Commit Bot

Bump tablet tester execution timeout

They seem to need longer timeout for now. Hopefully will be temporary.

TBR=bpastene

Bug: 853248
Change-Id: I6665013085631c69e6d78fe1f43f195e12d3295c
Reviewed-on: https://chromium-review.googlesource.com/1171909Reviewed-by: default avatarStephen Martinis <martiniss@chromium.org>
Commit-Queue: Stephen Martinis <martiniss@chromium.org>
Cr-Commit-Position: refs/heads/master@{#582420}
parent e064bc93
...@@ -142,6 +142,12 @@ builder_mixins { ...@@ -142,6 +142,12 @@ builder_mixins {
} }
} }
builder_mixins {
# https://crbug.com/853248, should hopefully be temporary
name: "android-tablet-ci"
execution_timeout_secs: 14400 # 4 hours
}
builder_mixins { builder_mixins {
name: "android-fyi-ci" name: "android-fyi-ci"
recipe { recipe {
...@@ -783,6 +789,7 @@ buckets { ...@@ -783,6 +789,7 @@ buckets {
builders { builders {
name: "KitKat Tablet Tester" name: "KitKat Tablet Tester"
mixins: "android-ci" mixins: "android-ci"
mixins: "android-tablet-ci"
dimensions: "os:Ubuntu-14.04" dimensions: "os:Ubuntu-14.04"
} }
...@@ -801,6 +808,7 @@ buckets { ...@@ -801,6 +808,7 @@ buckets {
builders { builders {
name: "Lollipop Tablet Tester" name: "Lollipop Tablet Tester"
mixins: "android-ci" mixins: "android-ci"
mixins: "android-tablet-ci"
dimensions: "os:Ubuntu-14.04" dimensions: "os:Ubuntu-14.04"
} }
...@@ -813,6 +821,7 @@ buckets { ...@@ -813,6 +821,7 @@ buckets {
builders { builders {
name: "Marshmallow Tablet Tester" name: "Marshmallow Tablet Tester"
mixins: "android-ci" mixins: "android-ci"
mixins: "android-tablet-ci"
dimensions: "os:Ubuntu-14.04" dimensions: "os:Ubuntu-14.04"
} }
......
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