File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
1212GINKGO_TEST_BUILD_DIR=" $SCRIPT_DIR /../../build"
1313SECONDS=0
1414VPC_CNI_ADDON_NAME=" vpc-cni"
15+ : " ${SKIP_ADDON_INSTALLATION:= false} "
1516
1617source " $SCRIPT_DIR " /lib/cluster.sh
1718
@@ -121,9 +122,13 @@ function run_canary_tests() {
121122echo " Starting the ginkgo test suite"
122123load_cluster_details
123124
125+ if [[ " $SKIP_ADDON_INSTALLATION " != " true" ]]; then
124126# Addons is supported from 1.18 onwards
125127load_addon_details
126128install_add_on " $LATEST_ADDON_VERSION "
129+ else
130+ echo " skipping addon installation"
131+ fi
127132
128133attach_controller_policy_cluster_role
129134set_env_aws_node " ENABLE_POD_ENI" " true"
You can’t perform that action at this time.
0 commit comments