Skip to content

Commit 90fd874

Browse files
committed
Add nginx prefix to vars
1 parent 4a60437 commit 90fd874

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/scripts/remote-scripts/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ source ~/vars.env
66

77
echo "export PATH=$PATH:/usr/local/go/bin" >> $HOME/.profile && . $HOME/.profile
88

9-
cd nginx-gateway-fabric/tests && make test TAG=${TAG} PREFIX=${PREFIX} GINKGO_LABEL=${GINKGO_LABEL} GINKGO_FLAGS=${GINKGO_FLAGS} PULL_POLICY=Always GW_SERVICE_TYPE=LoadBalancer GW_SVC_GKE_INTERNAL=true
9+
cd nginx-gateway-fabric/tests && make test TAG=${TAG} PREFIX=${PREFIX} NGINX_PREFIX=${NGINX_PREFIX} GINKGO_LABEL=${GINKGO_LABEL} GINKGO_FLAGS=${GINKGO_FLAGS} PULL_POLICY=Always GW_SERVICE_TYPE=LoadBalancer GW_SVC_GKE_INTERNAL=true

tests/scripts/vars.env-example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
VM_NAME=ngf-auto-testing
33
TAG=<tag of the remote image>
44
PREFIX=<prefix of the remote image>
5+
NGINX_PREFIX=<prefix of the remote nginx image>
56
GKE_CLUSTER_NAME=<name of deployed GKE cluster>
67
GKE_CLUSTER_ZONE=<zone where GKE cluster is deployed>
78
GKE_PROJECT=<GCP project>

0 commit comments

Comments
 (0)