kasm-tester update test

This commit is contained in:
Teja Swaroop Pothala 2025-07-27 02:32:20 -04:00
parent b5991926af
commit c9b9035e8e
No known key found for this signature in database
GPG key ID: DEBCE0B52FABDAAC

View file

@ -56,10 +56,12 @@ if [[ "${ARCH}" == "x86_64" ]]; then
AMI=$(getami "ubuntu/images/hvm-ssd/ubuntu-jammy-22.04" 099720109477 x86_64)
TYPE=c5.large
USER=ubuntu
ARCH_DOCKERHUB="x86_64"
else
AMI=$(getami "ubuntu/images/hvm-ssd/ubuntu-jammy-22.04" 099720109477 arm64)
TYPE=c6g.large
USER=ubuntu
ARCH_DOCKERHUB="aarch64"
fi
# Setup SSH Key
@ -188,7 +190,7 @@ ssh \
ready_check
# Pull tester image
docker pull ${ORG_NAME}/kasm-tester:1.17.0
docker pull ${ORG_NAME}/kasm-tester:${ARCH_DOCKERHUB}-bugfix_KASM-7221-handle_images_with_more_load
# Run test
cp /root/.ssh/id_rsa $(dirname ${CI_PROJECT_DIR})/sshkey
@ -210,7 +212,7 @@ docker run --rm \
-e REPO=workspaces-images \
-e AUTOMATED=true \
-v $(dirname ${CI_PROJECT_DIR})/sshkey:/sshkey:ro ${SLIM_FLAG} \
kasmweb/kasm-tester:1.17.0
kasmweb/kasm-tester:${ARCH_DOCKERHUB}-bugfix_KASM-7221-handle_images_with_more_load
# Shutdown Instances
turnoff