Skip to content

Commit

Permalink
fix uami comments
Browse files Browse the repository at this point in the history
  • Loading branch information
CecileRobertMichon committed Jan 27, 2023
1 parent f8dd128 commit 0514383
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
3 changes: 0 additions & 3 deletions templates/test/ci/prow-private/patches/user-assigned.yaml
Expand Up @@ -9,6 +9,3 @@
- op: replace
path: /spec/clientID
value: ${UAMI_CLIENT_ID}


# TODO: deal with this
6 changes: 1 addition & 5 deletions test/e2e/azure_test.go
Expand Up @@ -569,11 +569,8 @@ var _ = Describe("Workload cluster creation", func() {
})

// ci-e2e.sh and Prow CI skip this test by default. To include this test, set `GINKGO_SKIP=""`.
// This spec expects a user-assigned identity named "cloud-provider-user-identity" in a "capz-ci"
// resource group. Override these defaults by setting the USER_IDENTITY and CI_RG environment variables.
Context("Creating a cluster that uses the external cloud provider and machinepools [OPTIONAL]", func() {
Context("Creating a cluster with VMSS flex machinepools [OPTIONAL]", func() {
It("with 1 control plane node and 1 machinepool", func() {
By("using user-assigned identity")
clusterName = getClusterName(clusterNamePrefix, "flex")
clusterctl.ApplyClusterTemplateAndWait(ctx, clusterctl.ApplyClusterTemplateAndWaitInput{
ClusterProxy: bootstrapClusterProxy,
Expand Down Expand Up @@ -635,7 +632,6 @@ var _ = Describe("Workload cluster creation", func() {
// ci-e2e.sh and Prow CI skip this test by default. To include this test, set `GINKGO_SKIP=""`.
Context("Creating a cluster that uses the intree cloud provider [OPTIONAL]", func() {
It("with a 1 control plane nodes and 2 worker nodes", func() {
By("using user-assigned identity")
clusterName = getClusterName(clusterNamePrefix, "intree")
clusterctl.ApplyClusterTemplateAndWait(ctx, clusterctl.ApplyClusterTemplateAndWaitInput{
ClusterProxy: bootstrapClusterProxy,
Expand Down

0 comments on commit 0514383

Please sign in to comment.