Skip to content

Commit e79e002

Browse files
committed
run gke e2e on pr ci
Signed-off-by: Carlos Salas <[email protected]>
1 parent 7aa05f2 commit e79e002

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
@@ -169,7 +169,7 @@ test: $(SETUP_ENVTEST) ## Run unit and integration tests
169169
KUBEBUILDER_ASSETS="$(KUBEBUILDER_ASSETS)" go test ./... $(TEST_ARGS)
170170

171171
# Allow overriding the e2e configurations
172-
GINKGO_FOCUS ?= Workload cluster creation
172+
GINKGO_FOCUS ?= Workload cluster creation|GKE workload cluster creation
173173
GINKGO_SKIP ?= API Version Upgrade
174174
GINKGO_NODES ?= 1
175175
GINKGO_NOCOLOR ?= false

0 commit comments

Comments
 (0)