Set linaro cloud's max servers to 0

The hardware that the linaro cloud is running on is going away on
August 10. In preparation for that shutdown we're going to wind down our
use of the cloud now. The first step in doing that is to set the maximum
test node usage to 0. Once nodes are no longer used we can clean up
images and so on.

Change-Id: Ib4655908190869b255807bd9a42645be4c339fb0
This commit is contained in:
Clark Boylan 2024-07-26 09:37:55 -07:00
parent 7bb6265c09
commit 035d849fb2

View File

@ -399,8 +399,8 @@ providers:
- name: main
# Network assignment is 147.28.149.96/27, one host is the
# mirror node.
# Temporarily lowered from 28 to 16 due to "no valid host" errors
max-servers: 16
# Set to zero in preparation for cloud shutdown
max-servers: 0
labels:
- name: centos-9-stream-arm64
flavor-name: 'opendev'