File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
tests/scripts/remote-scripts Expand file tree Collapse file tree 1 file changed +1
-1
lines changed 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 GW_SVC_GKE_INTERNAL=true NGF_VERSION=" ${NGF_VERSION} "
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 GW_SVC_GKE_INTERNAL=true NGF_VERSION=" ${NGF_VERSION} " PLUS_USAGE_ENDPOINT= " ${PLUS_USAGE_ENDPOINT} "
1414
1515if [ " ${START_LONGEVITY} " == " true" ]; then
1616 suite/scripts/longevity-wrk.sh
You can’t perform that action at this time.
0 commit comments