KASM-7137 try the updated kasm-tester

This commit is contained in:
Richard Koliser 2025-04-22 16:07:30 -04:00
parent 2ea8a50475
commit 0f27d1da0e
No known key found for this signature in database

View File

@ -191,7 +191,7 @@ ssh \
ready_check ready_check
# Pull tester image # Pull tester image
docker pull ${ORG_NAME}/kasm-tester:1.17.0 docker pull ${ORG_NAME}/kasm-tester:bugfix_update_test
# Run test # Run test
cp /root/.ssh/id_rsa $(dirname ${CI_PROJECT_DIR})/sshkey cp /root/.ssh/id_rsa $(dirname ${CI_PROJECT_DIR})/sshkey
@ -213,7 +213,7 @@ docker run --rm \
-e REPO=workspaces-core-images \ -e REPO=workspaces-core-images \
-e AUTOMATED=true \ -e AUTOMATED=true \
-v $(dirname ${CI_PROJECT_DIR})/sshkey:/sshkey:ro ${SLIM_FLAG} \ -v $(dirname ${CI_PROJECT_DIR})/sshkey:/sshkey:ro ${SLIM_FLAG} \
kasmweb/kasm-tester:1.17.0 kasmweb/kasm-tester:bugfix_update_test
# Shutdown Instances # Shutdown Instances
turnoff turnoff