File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
tests/scripts/remote-scripts Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ jobs:
134134 echo "GKE_NUM_NODES=12" >> vars.env
135135 echo "GKE_MACHINE_TYPE=n2d-standard-16" >> vars.env
136136 echo "PLUS_USAGE_ENDPOINT=${{ secrets.JWT_PLUS_REPORTING_ENDPOINT }}" >> vars.env
137+ echo "HELM_PARAMETERS="${{ if inputs.ipv6_enabled }}--set nginx.config.ipFamily=ipv6 >> vars.env"
137138
138139 - name : Setup license file for plus
139140 if : matrix.type == 'plus'
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ elif [ "${STOP_LONGEVITY}" == "true" ]; then
1010 GINKGO_LABEL=" longevity-teardown"
1111fi
1212
13- cd nginx-gateway-fabric/tests && make .vm-nfr-test CI=${CI} TAG=" ${TAG} " PREFIX=" ${PREFIX} " NGINX_PREFIX=" ${NGINX_PREFIX} " NGINX_PLUS_PREFIX=" ${NGINX_PLUS_PREFIX} " PLUS_ENABLED=" ${PLUS_ENABLED} " GINKGO_LABEL=${GINKGO_LABEL} GINKGO_FLAGS=" ${GINKGO_FLAGS} " PULL_POLICY=Always GW_SERVICE_TYPE=LoadBalancer NGF_VERSION=" ${NGF_VERSION} " PLUS_USAGE_ENDPOINT=" ${PLUS_USAGE_ENDPOINT} " GKE_PROJECT=" ${GKE_PROJECT} "
13+ cd nginx-gateway-fabric/tests && make .vm-nfr-test CI=${CI} TAG=" ${TAG} " PREFIX=" ${PREFIX} " NGINX_PREFIX=" ${NGINX_PREFIX} " NGINX_PLUS_PREFIX=" ${NGINX_PLUS_PREFIX} " PLUS_ENABLED=" ${PLUS_ENABLED} " GINKGO_LABEL=${GINKGO_LABEL} GINKGO_FLAGS=" ${GINKGO_FLAGS} " PULL_POLICY=Always GW_SERVICE_TYPE=LoadBalancer NGF_VERSION=" ${NGF_VERSION} " PLUS_USAGE_ENDPOINT=" ${PLUS_USAGE_ENDPOINT} " GKE_PROJECT=" ${GKE_PROJECT} " HELM_PARAMETERS= " ${HELM_PARAMETERS} "
1414
1515if [ " ${START_LONGEVITY} " == " true" ]; then
1616 suite/scripts/longevity-wrk.sh
You can’t perform that action at this time.
0 commit comments