mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2026-01-23 02:25:24 +00:00
kasm-tester update test
This commit is contained in:
parent
b5991926af
commit
c9b9035e8e
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue