We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebad622 commit 0dd3488Copy full SHA for 0dd3488
Makefile
@@ -192,6 +192,7 @@ endif
192
# GINKGO_FOCUS := "\\[smoke\\]"
193
# For running CAPI e2e tests: GINKGO_FOCUS := "\\[Cluster API Framework\\]"
194
# For running CAPI blocking e2e test: GINKGO_FOCUS := "\\[PR-Blocking\\]"
195
+GINKGO_FOCUS := "\\[nodeadm\\]"
196
ifdef GINKGO_FOCUS
197
override GINKGO_ARGS += -focus="$(GINKGO_FOCUS)"
198
endif
0 commit comments