File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments