Skip to content

Commit 68707ed

Browse files
committed
Makefile: add run-e2e-smoke
1 parent 7196931 commit 68707ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,9 @@ run-e2e: e2e-essentials ## Run e2e testing. JOB is an optional REGEXP to select
291291
-e2e.skip-resource-cleanup=false -e2e.use-existing-cluster=true
292292
kind delete clusters capi-test
293293

294+
run-e2e-smoke:
295+
JOB="\"CAPC E2E SMOKE TEST\"" $(MAKE) run-e2e
296+
294297
##@ Cleanup
295298
## --------------------------------------
296299
## Cleanup

0 commit comments

Comments
 (0)