Skip to content

Commit 0650da7

Browse files
authored
fixed e2e doc in makefile (does not require GPUs) (#976)
Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>
1 parent d7e1b64 commit 0650da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ test-integration: ## Run integration tests.
137137
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test ./test/integration/epp/... -race -coverprofile cover.out
138138

139139
.PHONY: test-e2e
140-
test-e2e: ## Run end-to-end tests against an existing Kubernetes cluster. When using default configuration, the tests need at least 3 available GPUs.
140+
test-e2e: ## Run end-to-end tests against an existing Kubernetes cluster.
141141
MANIFEST_PATH=$(PROJECT_DIR)/$(E2E_MANIFEST_PATH) ./hack/run-e2es.sh
142142

143143
.PHONY: lint

0 commit comments

Comments
 (0)