Commit df918f9e authored by Greg Guterman's avatar Greg Guterman Committed by Commit Bot

[Infra] Increase m85 android arm dbg timeout to 5 hours

Change-Id: I87af37a90ce2d6bb286095ef848636639845c984
Bug: 1095060
Ignore-CQ-Freeze: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324802Reviewed-by: default avatarStephen Martinis <martiniss@chromium.org>
Commit-Queue: Gregory Guterman <guterman@google.com>
Cr-Commit-Position: refs/heads/master@{#792393}
parent 28dee2de
...@@ -14582,7 +14582,7 @@ buckets { ...@@ -14582,7 +14582,7 @@ buckets {
cmd: "recipes" cmd: "recipes"
} }
properties: "{\"$build/chromium_tests\":{\"bucketed_triggers\":true},\"$build/goma\":{\"enable_ats\":true,\"jobs\":500,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\"},\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"mastername\":\"chromium.android\",\"recipe\":\"chromium\"}" properties: "{\"$build/chromium_tests\":{\"bucketed_triggers\":true},\"$build/goma\":{\"enable_ats\":true,\"jobs\":500,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\"},\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"mastername\":\"chromium.android\",\"recipe\":\"chromium\"}"
execution_timeout_secs: 14400 execution_timeout_secs: 18000
build_numbers: YES build_numbers: YES
service_account: "chromium-ci-builder@chops-service-accounts.iam.gserviceaccount.com" service_account: "chromium-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
resultdb { resultdb {
...@@ -75,7 +75,7 @@ ci.android_builder( ...@@ -75,7 +75,7 @@ ci.android_builder(
short_name = '64', short_name = '64',
), ),
goma_jobs = goma.jobs.MANY_JOBS_FOR_CI, goma_jobs = goma.jobs.MANY_JOBS_FOR_CI,
execution_timeout = 4 * time.hour, execution_timeout = 5 * time.hour,
) )
ci.android_builder( ci.android_builder(
......
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