Skip to content

Commit

Permalink
💚 default e2e focus to Azure cluster create tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Sep 18, 2020
1 parent 0973b43 commit 0184f1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -110,8 +110,8 @@ RBAC_ROOT ?= $(MANIFEST_ROOT)/rbac
PULL_POLICY ?= Always

# Allow overriding the e2e configurations
GINKGO_FOCUS ?=
GINKGO_NODES ?= 1
GINKGO_FOCUS ?= 'Creating .* control-plane cluster'
GINKGO_NODES ?= 3
GINKGO_NOCOLOR ?= false
ARTIFACTS ?= $(ROOT_DIR)/_artifacts
E2E_CONF_FILE ?= $(ROOT_DIR)/test/e2e/config/azure-dev.yaml
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/azure_test.go
Expand Up @@ -92,7 +92,7 @@ var _ = Describe("Workload cluster creation", func() {
})
})

Context("Creating highly available control-plane cluster", func() {
Context("Creating a highly available control-plane cluster", func() {
It("With 3 control-plane nodes and 2 worker nodes", func() {
cluster, _, _ = clusterctl.ApplyClusterTemplateAndWait(ctx, clusterctl.ApplyClusterTemplateAndWaitInput{
ClusterProxy: bootstrapClusterProxy,
Expand Down

0 comments on commit 0184f1d

Please sign in to comment.