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
Problem: We don't add the commit that was tested to the test results and
we don't have a way to confirm that the correct version was tested.
Solution: Add build info to the tests results
Copy file name to clipboardExpand all lines: tests/Makefile
+15-9Lines changed: 15 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,11 @@
1
-
CI=false
1
+
CI ?= false
2
2
CLUSTER_NAME ?= kind
3
3
CONFORMANCE_PREFIX = conformance-test-runner## Prefix for the conformance test runner image
4
4
CONFORMANCE_TAG = latest## Tag for the conformance test runner image
5
5
GATEWAY_CLASS = nginx## Gateway class to use
6
6
GINKGO_FLAGS =
7
7
GINKGO_LABEL =
8
+
GITHUB_OUTPUT =
8
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
9
10
GW_API_PREV_VERSION ?= 1.1.0## Supported Gateway API version from previous NGF release
10
11
GW_SERVICE_TYPE = NodePort## Service type to use for the gateway
0 commit comments