Skip to content

Commit

Permalink
Merge pull request #33674 from andyzhangx/patch-750204
Browse files Browse the repository at this point in the history
run azure disk e2e test on supported k8s versions
  • Loading branch information
k8s-ci-robot authored Oct 17, 2024
2 parents 1566250 + eeed9a1 commit 15f3663
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ presubmits:
workdir: true
- org: kubernetes-sigs
repo: cloud-provider-azure
base_ref: release-1.27
base_ref: release-1.29
path_alias: sigs.k8s.io/cloud-provider-azure
workdir: false
spec:
Expand Down Expand Up @@ -172,7 +172,7 @@ presubmits:
- name: NODE_MACHINE_TYPE # CAPZ config
value: "Standard_D2s_v3"
- name: KUBERNETES_VERSION # CAPZ config
value: "latest-1.27"
value: "latest-1.29"
- name: ENABLE_TOPOLOGY # azuredisk-csi-driver config
value: "true"
annotations:
Expand Down Expand Up @@ -236,7 +236,7 @@ presubmits:
- name: DISABLE_ZONE # azuredisk-csi-driver config
value: "true"
- name: KUBERNETES_VERSION # CAPZ config
value: "latest-1.27"
value: "latest-1.29"
annotations:
testgrid-dashboards: provider-azure-azuredisk-csi-driver
testgrid-tab-name: pr-azuredisk-csi-driver-e2e-migration
Expand Down Expand Up @@ -465,7 +465,7 @@ presubmits:
workdir: true
- org: kubernetes-sigs
repo: cloud-provider-azure
base_ref: release-1.29
base_ref: release-1.30
path_alias: sigs.k8s.io/cloud-provider-azure
workdir: false
spec:
Expand Down Expand Up @@ -500,7 +500,7 @@ presubmits:
- name: DISABLE_ZONE # azuredisk-csi-driver config
value: "true"
- name: KUBERNETES_VERSION # CAPZ config
value: "latest-1.29"
value: "latest-1.30"
annotations:
testgrid-dashboards: provider-azure-azuredisk-csi-driver
testgrid-tab-name: pull-azuredisk-csi-driver-e2e-capz
Expand All @@ -527,7 +527,7 @@ presubmits:
workdir: true
- org: kubernetes-sigs
repo: cloud-provider-azure
base_ref: release-1.27
base_ref: release-1.30
path_alias: sigs.k8s.io/cloud-provider-azure
workdir: false
spec:
Expand Down Expand Up @@ -564,7 +564,7 @@ presubmits:
- name: CONTROL_PLANE_MACHINE_COUNT # CAPZ config
value: "1"
- name: KUBERNETES_VERSION # CAPZ config
value: "latest-1.27"
value: "latest-1.30"
- name: ORCHESTRATION_MODE # CAPZ config
value: "Flexible"
- name: AZURE_LOADBALANCER_SKU # azuredisk-csi-driver config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ presubmits:
- name: DISABLE_ZONE # azurefile-csi-driver config
value: "true"
- name: KUBERNETES_VERSION # CAPZ config
value: "latest-1.27"
value: "latest-1.30"
annotations:
testgrid-dashboards: provider-azure-azurefile-csi-driver
testgrid-tab-name: pr-azurefile-csi-driver-e2e-migration
Expand Down Expand Up @@ -267,7 +267,7 @@ presubmits:
workdir: true
- org: kubernetes-sigs
repo: cloud-provider-azure
base_ref: release-1.27
base_ref: release-1.30
path_alias: sigs.k8s.io/cloud-provider-azure
workdir: false
spec:
Expand All @@ -294,7 +294,7 @@ presubmits:
memory: 8Gi
env:
- name: KUBERNETES_VERSION # CAPZ config
value: "latest-1.27"
value: "latest-1.30"
- name: EXTERNAL_E2E_TEST_SMB
value: "true"
annotations:
Expand Down Expand Up @@ -322,7 +322,7 @@ presubmits:
workdir: true
- org: kubernetes-sigs
repo: cloud-provider-azure
base_ref: release-1.28
base_ref: release-1.30
path_alias: sigs.k8s.io/cloud-provider-azure
workdir: false
spec:
Expand All @@ -349,7 +349,7 @@ presubmits:
memory: 8Gi
env:
- name: KUBERNETES_VERSION # CAPZ config
value: "latest-1.28"
value: "latest-1.30"
- name: EXTERNAL_E2E_TEST_NFS
value: "true"
annotations:
Expand Down

0 comments on commit 15f3663

Please sign in to comment.