diff --git a/tests/gha-run-k8s-common.sh b/tests/gha-run-k8s-common.sh index d175e38c1..e461e74e1 100644 --- a/tests/gha-run-k8s-common.sh +++ b/tests/gha-run-k8s-common.sh @@ -41,7 +41,7 @@ function _print_instance_type() { small) echo "Standard_D2s_v5" ;; - normal) + all|normal) echo "Standard_D4s_v5" ;; *)