Skip to content

Commit

Permalink
vmss test
Browse files Browse the repository at this point in the history
  • Loading branch information
jsturtevant committed Nov 21, 2020
1 parent 7ff1115 commit 69fa7f5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion config/manager/manager_image_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ spec:
spec:
containers:
# Change the value of image field below to your controller image URL
- image: gcr.io/k8s-staging-cluster-api-azure/cluster-api-azure-controller:latest
- image: localhost:5000/ci-e2e/cluster-api-azure-controller-amd64:20201121032227
name: manager
2 changes: 1 addition & 1 deletion config/manager/manager_pull_policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ spec:
spec:
containers:
- name: manager
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
10 changes: 0 additions & 10 deletions test/e2e/azure_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -421,16 +421,6 @@ var _ = Describe("Workload cluster creation", func() {
})
cluster = result.Cluster

Context("Validating time synchronization", func() {
AzureTimeSyncSpec(ctx, func() AzureTimeSyncSpecInput {
return AzureTimeSyncSpecInput{
BootstrapClusterProxy: bootstrapClusterProxy,
Namespace: namespace,
ClusterName: clusterName,
}
})
})

Context("Creating an accessible load balancer", func() {
AzureLBSpec(ctx, func() AzureLBSpecInput {
return AzureLBSpecInput{
Expand Down

0 comments on commit 69fa7f5

Please sign in to comment.