Temporarily lower max-servers for linaro

The launcher is seeing "Error in creating the server. Compute
service reports fault: No valid host was found." from Linaro's
cloud, leading to NODE_FAILURE results for many jobs when our other
ARM-based node provider is running at quota. According to graphs,
we've been able to sustain 16 nodes in-use in this cloud, so
temporarily cap max-servers at that in order to avoid further
failures until someone has a chance to look into what has broken
there.

Change-Id: I3f79e9cc70e848b9ebc6728205f806693209dfd5
This commit is contained in:
Jeremy Stanley 2023-12-14 16:33:20 +00:00
parent 21cbbfb4aa
commit cedfb950de
1 changed files with 2 additions and 1 deletions

View File

@ -412,7 +412,8 @@ providers:
- name: main
# Network assignment is 147.28.149.96/27, one host is the
# mirror node.
max-servers: 28
# Temporarily lowered from 28 to 16 due to "no valid host" errors
max-servers: 16
labels:
- name: centos-9-stream-arm64
flavor-name: 'opendev'