aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2024-06-10 16:13:09 -0400
committerDavid Benjamin <davidben@google.com>2024-06-10 20:17:52 +0000
commit554e9aabbf2f2d6f69f6ab6377fc4417ddac1c5a (patch)
tree6f11d1e9be7461fa1c423dc742603f2374f92fb5
parent8f7fa7116992b8cb638280270778cff6102309b0 (diff)
downloadboringssl-infra/config.zip
boringssl-infra/config.tar.gz
boringssl-infra/config.tar.bz2
Increase the SDE bot timeoutinfra/config
The 32-bit SDE bots have been creeping up on 1 hour and finally exceeded it. Bump the timeout to 3 hours. Change-Id: I63580793dd4cd64b83fc1e36cbb3ab8baf869233 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/69207 Reviewed-by: Bob Beck <bbe@google.com>
-rw-r--r--generated/cr-buildbucket.cfg8
-rwxr-xr-xmain.star2
2 files changed, 5 insertions, 5 deletions
diff --git a/generated/cr-buildbucket.cfg b/generated/cr-buildbucket.cfg
index 88b755f..9c26bab 100644
--- a/generated/cr-buildbucket.cfg
+++ b/generated/cr-buildbucket.cfg
@@ -627,7 +627,7 @@ buckets {
' "run_ssl_tests": false,'
' "sde": true'
'}'
- execution_timeout_secs: 3600
+ execution_timeout_secs: 10800
caches {
name: "gocache"
path: "gocache"
@@ -1238,7 +1238,7 @@ buckets {
' "run_ssl_tests": false,'
' "sde": true'
'}'
- execution_timeout_secs: 3600
+ execution_timeout_secs: 10800
caches {
name: "gocache"
path: "gocache"
@@ -1631,7 +1631,7 @@ buckets {
' "run_ssl_tests": false,'
' "sde": true'
'}'
- execution_timeout_secs: 3600
+ execution_timeout_secs: 10800
caches {
name: "gocache"
path: "gocache"
@@ -1875,7 +1875,7 @@ buckets {
' "run_ssl_tests": false,'
' "sde": true'
'}'
- execution_timeout_secs: 3600
+ execution_timeout_secs: 10800
caches {
name: "gocache"
path: "gocache"
diff --git a/main.star b/main.star
index 1447f91..a5d1e4b 100755
--- a/main.star
+++ b/main.star
@@ -284,7 +284,7 @@ WALLEYE_HOST = {
}
# SDE tests take longer to run.
-SDE_TIMEOUT = 60 * time.minute
+SDE_TIMEOUT = 3 * 60 * time.minute
# TODO(davidben): Switch the BoringSSL recipe to specify most flags in
# properties rather than parsing names. Then we can add new configurations