You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/Makefile
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,6 @@ GITHUB_OUTPUT =
9
9
GW_API_VERSION ?= $(shell sed -n 's/.*ref=v\(.*\)/\1/p' ../config/crd/gateway-api/standard/kustomization.yaml)## Supported Gateway API version from current NGF
10
10
GW_API_PREV_VERSION ?= 1.2.1## Supported Gateway API version from previous NGF release
11
11
GW_SERVICE_TYPE = NodePort## Service type to use for the gateway
12
-
GW_SVC_GKE_INTERNAL = false
13
12
NGF_VERSION ?= edge## NGF version to be tested
14
13
PULL_POLICY = Never## Pull policy for the images
15
14
NGINX_CONF_DIR = internal/mode/static/nginx/conf
@@ -127,9 +126,8 @@ stop-longevity-test: nfr-test ## Stop the longevity test and collects results
0 commit comments