mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 05:56:58 +02:00
Merge pull request #175 from flatcar-linux/kai/aws-arm
jenkins/kola/aws.sh: use larger arm64 instance type for kubeadm
This commit is contained in:
commit
bf4e013ac7
@ -8,7 +8,7 @@ NAME="jenkins-${JOB_NAME##*/}-${BUILD_NUMBER}"
|
|||||||
if [[ "${AWS_INSTANCE_TYPE}" != "" ]]; then
|
if [[ "${AWS_INSTANCE_TYPE}" != "" ]]; then
|
||||||
instance_type="${AWS_INSTANCE_TYPE}"
|
instance_type="${AWS_INSTANCE_TYPE}"
|
||||||
elif [[ "${BOARD}" == "arm64-usr" ]]; then
|
elif [[ "${BOARD}" == "arm64-usr" ]]; then
|
||||||
instance_type="a1.medium"
|
instance_type="a1.large"
|
||||||
elif [[ "${BOARD}" == "amd64-usr" ]]; then
|
elif [[ "${BOARD}" == "amd64-usr" ]]; then
|
||||||
instance_type="t3.small"
|
instance_type="t3.small"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user