mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 04:06:33 +02:00
jenkins/kola/aws.sh: use larger arm64 instance type for kubeadm
Currently the kubeadm tests fail on arm64 because the instance type only offers 1 vCPU: cluster.go:117: error execution phase preflight: [preflight] Some fatal errors occurred: cluster.go:117: [ERROR NumCPU]: the number of available CPUs 1 is less than the required 2 Switch to the next larger instance type which has 2 vCPUS.
This commit is contained in:
parent
f426fe1996
commit
0bd6d1aae5
@ -8,7 +8,7 @@ NAME="jenkins-${JOB_NAME##*/}-${BUILD_NUMBER}"
|
||||
if [[ "${AWS_INSTANCE_TYPE}" != "" ]]; then
|
||||
instance_type="${AWS_INSTANCE_TYPE}"
|
||||
elif [[ "${BOARD}" == "arm64-usr" ]]; then
|
||||
instance_type="a1.medium"
|
||||
instance_type="a1.large"
|
||||
elif [[ "${BOARD}" == "amd64-usr" ]]; then
|
||||
instance_type="t3.small"
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user