Skip to content

Commit 3471f99

Browse files
authored
[Chore] Remove duplicate make command (#4145)
Signed-off-by: seanlaii <[email protected]>
1 parent af80e19 commit 3471f99

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

ray-operator/Makefile

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,19 +88,15 @@ test-e2e-incremental-upgrade: manifests fmt vet ## Run e2e RayService incrementa
8888
go test -timeout 30m -v $(WHAT)
8989

9090
test-e2e-rayjob-submitter: WHAT ?= ./test/e2erayjobsubmitter
91-
test-e2e-rayjob-submitter: manifests fmt vet ## Run e2e tests.
91+
test-e2e-rayjob-submitter: manifests fmt vet ## Run e2e light weight submitter tests.
9292
go test -timeout 30m -v $(WHAT)
9393

9494
test-sampleyaml: WHAT ?= ./test/sampleyaml
9595
test-sampleyaml: manifests fmt vet
9696
go test -timeout 30m -v $(WHAT)
9797

9898
test-e2e-rayjob: WHAT ?= ./test/e2erayjob
99-
test-e2e-rayjob: manifests fmt vet ## Run e2e tests.
100-
go test -timeout 30m -v $(WHAT)
101-
102-
test-e2e-rayservice: WHAT ?= ./test/e2erayservice
103-
test-e2e-rayservice: manifests fmt vet ## Run e2e tests.
99+
test-e2e-rayjob: manifests fmt vet ## Run e2e RayJob tests.
104100
go test -timeout 30m -v $(WHAT)
105101

106102
sync: helm api-docs

0 commit comments

Comments
 (0)