Skip to content

Commit

Permalink
run tests only for stateaware
Browse files Browse the repository at this point in the history
  • Loading branch information
manirajv06 committed Dec 4, 2023
1 parent d0a34ab commit 9031423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -523,4 +523,4 @@ arch:
e2e_test: tools
@echo "running e2e tests"
cd ./test/e2e && \
ginkgo -r $(E2E_TEST) -v -keep-going -- -yk-namespace "yunikorn" -kube-config $(KUBECONFIG)
ginkgo $(E2E_TEST) -v -keep-going -- -yk-namespace "yunikorn" -kube-config $(KUBECONFIG) state_aware_app_scheduling

0 comments on commit 9031423

Please sign in to comment.