Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@ presubmits:
securityContext:
privileged: true
env:
- name: K8S_AZURE_LOADBALANCE_SKU
value: "basic"
- name: AZURE_LOADBALANCER_SKU
value: "basic"
annotations:
Expand Down Expand Up @@ -193,8 +191,6 @@ presubmits:
securityContext:
privileged: true
env:
- name: K8S_AZURE_LOADBALANCE_SKU
value: "standard"
- name: AZURE_LOADBALANCER_SKU
value: "standard"
annotations:
Expand Down Expand Up @@ -255,8 +251,6 @@ presubmits:
securityContext:
privileged: true
env:
- name: K8S_AZURE_LOADBALANCE_SKU
value: "standard"
- name: AZURE_LOADBALANCER_SKU
value: "standard"
annotations:
Expand All @@ -265,7 +259,7 @@ presubmits:
description: "Runs Azure specific tests with cloud-provider-azure (https://github.com/kubernetes-sigs/cloud-provider-azure)."
testgrid-num-columns-recent: '30'
- name: pull-cloud-provider-azure-e2e-ccm-capz
always_run: false
always_run: true
optional: true
decorate: true
decoration_config:
Expand All @@ -279,9 +273,9 @@ presubmits:
preset-azure-cred-only: "true"
preset-azure-anonymous-pull: "true"
extra_refs:
- org: CecileRobertMichon # TODO(CecileRobertMichon): change it to 'kubernetes-sigs'
- org: kubernetes-sigs
repo: cluster-api-provider-azure
base_ref: ccm-presubmit-tests # TODO(CecileRobertMichon): change it to 'master'
base_ref: master
path_alias: sigs.k8s.io/cluster-api-provider-azure
workdir: true
spec:
Expand All @@ -301,8 +295,6 @@ presubmits:
env:
- name: TEST_CCM
value: "true"
- name: K8S_AZURE_LOADBALANCE_SKU
value: "standard"
- name: AZURE_LOADBALANCER_SKU
value: "standard"
annotations:
Expand Down Expand Up @@ -383,8 +375,6 @@ periodics:
- --test-ccm
- --ginkgo-parallel=30
env:
- name: K8S_AZURE_LOADBALANCE_SKU
value: "standard"
- name: AZURE_LOADBALANCER_SKU
value: "standard"
securityContext:
Expand Down Expand Up @@ -449,8 +439,6 @@ periodics:
env:
- name: CCM_E2E_ARGS
value: "-ginkgo.focus=autoscaler"
- name: K8S_AZURE_LOADBALANCE_SKU
value: "standard"
- name: AZURE_LOADBALANCER_SKU
value: "standard"
annotations:
Expand Down Expand Up @@ -513,8 +501,6 @@ periodics:
env:
- name: CCM_E2E_ARGS
value: "-ginkgo.focus=autoscaler"
- name: K8S_AZURE_LOADBALANCE_SKU
value: "standard"
- name: AZURE_LOADBALANCER_SKU
value: "standard"
annotations:
Expand Down Expand Up @@ -697,8 +683,6 @@ periodics:
value: /etc/ssh-key-secret/ssh-private # Requires preset-k8s-ssh label
- name: KUBE_SSH_USER
value: azureuser
- name: K8S_AZURE_LOADBALANCE_SKU
value: "basic"
- name: AZURE_LOADBALANCER_SKU
value: "standard"
annotations:
Expand Down Expand Up @@ -757,8 +741,6 @@ periodics:
- --test-ccm
- --ginkgo-parallel=30
env:
- name: K8S_AZURE_LOADBALANCE_SKU
value: "standard"
- name: AZURE_LOADBALANCER_SKU
value: "standard"
securityContext:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@ presubmits:
securityContext:
privileged: true
env:
- name: K8S_AZURE_LOADBALANCE_SKU
value: "basic"
- name: AZURE_LOADBALANCER_SKU
value: "basic"
annotations:
Expand Down Expand Up @@ -193,8 +191,6 @@ presubmits:
securityContext:
privileged: true
env:
- name: K8S_AZURE_LOADBALANCE_SKU
value: "standard"
- name: AZURE_LOADBALANCER_SKU
value: "standard"
annotations:
Expand Down Expand Up @@ -255,8 +251,6 @@ presubmits:
securityContext:
privileged: true
env:
- name: K8S_AZURE_LOADBALANCE_SKU
value: "standard"
- name: AZURE_LOADBALANCER_SKU
value: "standard"
annotations:
Expand Down