Skip to content

Commit a935877

Browse files
committed
update runner setup script
1 parent e8f53b1 commit a935877

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/github_runner/start_runners.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ case "$RUNNER_LABEL" in
5454
"integ")
5555
# pull latest images
5656
docker pull vhiveease/integ_test_runner:ubuntu20base
57-
docker pull vhiveease/cri_test_runner:v1.25.3
57+
docker pull vhiveease/vhive_dev_env:v1.25.3
5858

5959
if [ "$RESTART_FLAG" == "restart" ]; then
6060
docker container stop $(docker ps --format "{{.Names}}" | grep integration_test-github_runner)
@@ -80,14 +80,14 @@ case "$RUNNER_LABEL" in
8080
"cri")
8181
# pull latest images
8282
docker pull vhiveease/integ_test_runner:ubuntu20base
83-
docker pull vhiveease/cri_test_runner:v1.25.3
83+
docker pull vhiveease/vhive_dev_env:v1.25.3
8484

8585
if [ "$RESTART_FLAG" == "restart" ]; then
8686
kind get clusters | while read line ; do kind delete cluster --name "$line" ; done
8787
fi
8888
for number in $(seq 1 $NUM_OF_RUNNERS)
8989
do
90-
kind create cluster --image vhiveease/cri_test_runner:v1.25.3 --name "cri-test-github-runner-${HOSTNAME}-${number}"
90+
kind create cluster --image vhiveease/vhive_dev_env:v1.25.3 --name "cri-test-github-runner-${HOSTNAME}-${number}"
9191
sleep 2m
9292
docker exec -it \
9393
-e RUNNER_ALLOW_RUNASROOT=1 \

0 commit comments

Comments
 (0)