File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1717SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " > /dev/null 2>&1 && pwd ) "
1818INTEGRATION_TEST_DIR=" $SCRIPT_DIR /../test/integration"
1919TEST_IMAGE_REGISTRY=${TEST_IMAGE_REGISTRY:- " 617930562442.dkr.ecr.us-west-2.amazonaws.com" }
20+ RUN_SOAK_TEST=${RUN_SOAK_TEST:- false}
2021
2122source " $SCRIPT_DIR " /lib/set_kubeconfig.sh
2223source " $SCRIPT_DIR " /lib/cluster.sh
@@ -34,7 +35,7 @@ function run_integration_test() {
3435
3536 echo " Running cni integration tests"
3637 START=$SECONDS
37- cd $INTEGRATION_TEST_DIR /cni && CGO_ENABLED=0 ginkgo $EXTRA_GINKGO_FLAGS --skip-file=soak_test.go - v -timeout 60m --no-color --fail-on-pending -- --cluster-kubeconfig=" $KUBECONFIG " --cluster-name=" $CLUSTER_NAME " --aws-region=" $REGION " --aws-vpc-id=" $VPC_ID " --ng-name-label-key=" $NG_LABEL_KEY " --ng-name-label-val=" $NG_LABEL_VAL " --test-image-registry=$TEST_IMAGE_REGISTRY || TEST_RESULT=fail
38+ cd $INTEGRATION_TEST_DIR /cni && CGO_ENABLED=0 ginkgo $EXTRA_GINKGO_FLAGS -v -timeout 200m --no-color --fail-on-pending -- --cluster-kubeconfig=" $KUBECONFIG " --cluster-name=" $CLUSTER_NAME " --aws-region=" $REGION " --aws-vpc-id=" $VPC_ID " --ng-name-label-key=" $NG_LABEL_KEY " --ng-name-label-val=" $NG_LABEL_VAL " --test-image-registry=$TEST_IMAGE_REGISTRY || TEST_RESULT=fail
3839 echo " cni test took $(( SECONDS - START)) seconds."
3940
4041 if [[ ! -z $PROD_IMAGE_REGISTRY ]]; then
@@ -61,7 +62,7 @@ if [[ -n "${ENDPOINT}" ]]; then
6162fi
6263
6364echo " Running release tests on cluster: $CLUSTER_NAME in region: $REGION "
64-
65+ echo " test "
6566if [[ -z $RUN_DEVEKS_TEST ]]; then
6667 load_cluster_details
6768else
You can’t perform that action at this time.
0 commit comments