0

Chromium.memory.fyi - Increase ubsan timeout, drop tsan timeout

Fixing mixed up timeouts. ubsan should be 6, tsan should be 4

Change-Id: I8cd010770895ec121f741da5cd1fa5c5ef2463f7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4917170
Reviewed-by: Erik Staab <estaab@chromium.org>
Commit-Queue: Ian Struiksma <ianstruiksma@google.com>
Cr-Commit-Position: refs/heads/main@{#1205991}
This commit is contained in:
Ian Struiksma
2023-10-05 19:33:51 +00:00
committed by Chromium LUCI CQ
parent 0c8ffbe78d
commit 0b265e4c83
2 changed files with 4 additions and 4 deletions
infra/config
generated
subprojects

@ -43428,7 +43428,7 @@ buckets {
' "recipe": "chromium"'
'}'
priority: 35
execution_timeout_secs: 21600
execution_timeout_secs: 14400
build_numbers: YES
service_account: "chromium-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
experiments {
@ -46457,7 +46457,7 @@ buckets {
' "recipe": "chromium"'
'}'
priority: 35
execution_timeout_secs: 14400
execution_timeout_secs: 21600
build_numbers: YES
service_account: "chromium-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
experiments {

@ -111,7 +111,7 @@ ci.builder(
category = "experimental|linux",
short_name = "tsan",
),
execution_timeout = 6 * time.hour,
execution_timeout = 4 * time.hour,
reclient_jobs = reclient.jobs.DEFAULT,
)
@ -137,7 +137,7 @@ ci.builder(
category = "linux|ubsan",
short_name = "fyi",
),
execution_timeout = 4 * time.hour,
execution_timeout = 6 * time.hour,
reclient_jobs = reclient.jobs.DEFAULT,
)