1
0
Fork 0

scale down linux agents as we run them on LLVM cluster

This commit is contained in:
Mikhail Goncharov 2023-05-26 18:09:45 +02:00
parent ba66080689
commit b595d573bc
2 changed files with 8 additions and 1 deletions

7
gcloud_config.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/bash
set -uo pipefail
gcloud config set project ${GCP_PROJECT}
gcloud config set compute/zone ${GCP_ZONE}
gcloud auth configure-docker
gcloud container clusters get-credentials $GCP_CLUSTER

View file

@ -18,7 +18,7 @@ metadata:
name: linux-agents
namespace: buildkite
spec:
replicas: 5
replicas: 0
strategy:
rollingUpdate:
maxSurge: 25%