diff --git a/test/actions.github.com/anonymous-proxy-setup.test.sh b/test/actions.github.com/anonymous-proxy-setup.test.sh index 9bec9d03..ea2f0ba4 100755 --- a/test/actions.github.com/anonymous-proxy-setup.test.sh +++ b/test/actions.github.com/anonymous-proxy-setup.test.sh @@ -61,6 +61,7 @@ function install_scale_set() { } function main() { + echo "[*] Running anonymous proxy setup" local failed=() build_image diff --git a/test/actions.github.com/auth-proxy-setup.test.sh b/test/actions.github.com/auth-proxy-setup.test.sh index 243160af..843d7541 100755 --- a/test/actions.github.com/auth-proxy-setup.test.sh +++ b/test/actions.github.com/auth-proxy-setup.test.sh @@ -8,7 +8,7 @@ ROOT_DIR="$(realpath "${DIR}/../..")" source "${DIR}/helper.sh" -SCALE_SET_NAME="default-$(date +'%M%S')$((($RANDOM + 100) % 100 + 1))" +SCALE_SET_NAME="default-$(date +'%M%S')$(((${RANDOM} + 100) % 100 + 1))" SCALE_SET_NAMESPACE="arc-runners" WORKFLOW_FILE="arc-test-workflow.yaml" ARC_NAME="arc" @@ -76,6 +76,7 @@ function install_scale_set() { } function main() { + echo "[*] Running auth proxy setup" local failed=() build_image diff --git a/test/actions.github.com/default-setup.test.sh b/test/actions.github.com/default-setup.test.sh index 6eaeecaf..33548740 100755 --- a/test/actions.github.com/default-setup.test.sh +++ b/test/actions.github.com/default-setup.test.sh @@ -51,6 +51,7 @@ function install_scale_set() { } function main() { + echo "[*] Running default setup" local failed=() build_image diff --git a/test/actions.github.com/dind-mode-setup.test.sh b/test/actions.github.com/dind-mode-setup.test.sh index a958f95d..e61a7470 100755 --- a/test/actions.github.com/dind-mode-setup.test.sh +++ b/test/actions.github.com/dind-mode-setup.test.sh @@ -52,6 +52,7 @@ function install_scale_set() { } function main() { + echo "[*] Running dind mode setup" local failed=() build_image diff --git a/test/actions.github.com/kubernetes-mode-setup.test.sh b/test/actions.github.com/kubernetes-mode-setup.test.sh index 7668c174..f98501ad 100755 --- a/test/actions.github.com/kubernetes-mode-setup.test.sh +++ b/test/actions.github.com/kubernetes-mode-setup.test.sh @@ -60,6 +60,7 @@ function install_scale_set() { } function main() { + echo "[*] Running kubernetes mode setup" local failed=() build_image diff --git a/test/actions.github.com/single-namespace-setup.test.sh b/test/actions.github.com/single-namespace-setup.test.sh index 2e70375c..2064fd8e 100755 --- a/test/actions.github.com/single-namespace-setup.test.sh +++ b/test/actions.github.com/single-namespace-setup.test.sh @@ -52,6 +52,7 @@ function install_scale_set() { } function main() { + echo "[*] Running single namespace setup" local failed=() build_image