Increase boot-timeout for osuosl to 10 minutes
When image changes are tested, we initiate a disproportionately large number of builds on osuosl simultaneously, as it's currently our only arm64 provider. During low-utilization times when the cloud is mostly idle, this can create a sudden "thundering herd" of boots causing many of them to take longer than 2 minutes to return an SSH hostkey to the launcher's probes. Increase the timeout there to 10 minutes in order to see if this addresses the clustered NODE_FAILURE results we've been seeing. Change-Id: Ia44506fb56b312b85653666e696730609ac5e4a5
This commit is contained in:
@@ -646,7 +646,7 @@
|
||||
abstract: true
|
||||
connection: osuosl
|
||||
label-defaults:
|
||||
boot-timeout: 120
|
||||
boot-timeout: 600
|
||||
launch-timeout: 600
|
||||
flavors:
|
||||
- name: 8GB
|
||||
|
||||
Reference in New Issue
Block a user