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
In order to ensure we are staying ahead of Gateway API changes, we'll now run conformance tests off of the main branch on a nightly schedule.
Devs can also run from the main branch locally by setting the GW_API_VERSION variable.
Copy file name to clipboardExpand all lines: conformance/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@ update-nkg-manifest Update the NKG deployment manifest image name and
43
43
| PREFIX | conformance-test-runner | The prefix for the conformance test image |
44
44
| NKG_TAG | edge | The tag for the locally built NKG image |
45
45
| NKG_PREFIX | nginx-kubernetes-gateway | The prefix for the locally built NKG image |
46
+
| GW_API_VERSION | 0.7.1 | Tag for the Gateway API version to check out. Set to `main` to get the latest version |
46
47
| KIND_KUBE_CONFIG |~/.kube/kind/config | The location of the kubeconfig |
47
48
| GATEWAY_CLASS | nginx | The gateway class that should be used for the tests |
48
49
| SUPPORTED_FEATURES | HTTPRoute,HTTPRouteQueryParamMatching, HTTPRouteMethodMatching,HTTPRoutePortRedirect, HTTPRouteSchemeRedirect | The supported features that should be tested by the conformance tests. Ensure the list is comma separated with no spaces. |
0 commit comments