Increase timeout for G3 framework bot
NoTry: true Bug: skia: Change-Id: Ib30cf32f1ae58be69803decd90be548dd069a5b9 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/220218 Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Ravi Mistry <rmistry@google.com>
This commit is contained in:
parent
613ad38b10
commit
1e81d788eb
@ -973,7 +973,7 @@ func androidFrameworkCompile(b *specs.TasksCfgBuilder, name string) string {
|
||||
// should add as a dependency.
|
||||
func g3FrameworkCompile(b *specs.TasksCfgBuilder, name string) string {
|
||||
task := kitchenTask(name, "g3_compile", "swarm_recipe.isolate", SERVICE_ACCOUNT_COMPILE, linuxGceDimensions(MACHINE_TYPE_SMALL), nil, OUTPUT_NONE)
|
||||
timeout(task, time.Hour)
|
||||
timeout(task, 3*time.Hour)
|
||||
b.MustAddTask(name, task)
|
||||
return name
|
||||
}
|
||||
|
@ -3505,11 +3505,11 @@
|
||||
"cache/vpython"
|
||||
]
|
||||
},
|
||||
"execution_timeout_ns": 3600000000000,
|
||||
"execution_timeout_ns": 10800000000000,
|
||||
"extra_tags": {
|
||||
"log_location": "logdog://logs.chromium.org/skia/<(TASK_ID)/+/annotations"
|
||||
},
|
||||
"io_timeout_ns": 3600000000000,
|
||||
"io_timeout_ns": 10800000000000,
|
||||
"isolate": "swarm_recipe.isolate",
|
||||
"max_attempts": 2,
|
||||
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
|
||||
|
Loading…
Reference in New Issue
Block a user