Skip to content

Commit

Permalink
Support pull-cloud-provider-azure-e2e tests on capz
Browse files Browse the repository at this point in the history
Signed-off-by: Zhecheng Li <zhechengli@microsoft.com>
  • Loading branch information
lzhecheng committed Jan 25, 2022
1 parent cd3e975 commit 839c364
Show file tree
Hide file tree
Showing 5 changed files with 212 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,46 @@ presubmits:
testgrid-tab-name: pr-cloud-provider-azure-e2e-ccm-vmss
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-capz
always_run: true
decorate: true
decoration_config:
timeout: 5h
path_alias: sigs.k8s.io/cloud-provider-azure
branches:
- master
labels:
preset-dind-enabled: "true"
preset-kind-volume-mounts: "true"
preset-azure-cred-only: "true"
extra_refs:
- org: kubernetes-sigs
repo: cluster-api-provider-azure
base_ref: release-1.0
path_alias: sigs.k8s.io/cluster-api-provider-azure
workdir: true
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20211217-ea95cec1d4-1.23
command:
- runner.sh
args:
- ./scripts/ci-entrypoint.sh
- bash
- -c
- >-
cd ${GOPATH}/src/sigs.k8s.io/cloud-provider-azure &&
make test-e2e
securityContext:
privileged: true
env:
- name: AZURE_LOADBALANCER_SKU
value: "standard"
annotations:
testgrid-dashboards: provider-azure-cloud-provider-azure
testgrid-tab-name: pr-cloud-provider-azure-e2e-capz
description: "Runs Kubernetes conformance tests with cloud-provider-azure (https://github.com/kubernetes-sigs/cloud-provider-azure) using cluster-api-provider-azure."
testgrid-num-columns-recent: '30'
- name: pull-cloud-provider-azure-e2e-ccm-capz
always_run: true
decorate: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,49 @@ presubmits:
testgrid-tab-name: pr-cloud-provider-azure-e2e-ccm-vmss-1-20
description: "Runs Azure specific tests with cloud-provider-azure release-0.7 (https://github.com/kubernetes-sigs/cloud-provider-azure)."
testgrid-num-columns-recent: '30'
- name: pull-cloud-provider-azure-e2e-capz-1-20
always_run: true
optional: true
decorate: true
decoration_config:
timeout: 5h
path_alias: sigs.k8s.io/cloud-provider-azure
branches:
- release-0.7
labels:
preset-dind-enabled: "true"
preset-kind-volume-mounts: "true"
preset-azure-cred-only: "true"
extra_refs:
- org: kubernetes-sigs
repo: cluster-api-provider-azure
base_ref: release-1.0
path_alias: sigs.k8s.io/cluster-api-provider-azure
workdir: true
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20211208-9473f90198-1.20
command:
- runner.sh
- ./scripts/ci-entrypoint.sh
args:
- bash
- -c
- >-
cd ${GOPATH}/src/sigs.k8s.io/cloud-provider-azure &&
make test-e2e
securityContext:
privileged: true
env:
- name: AZURE_LOADBALANCER_SKU
value: "standard"
- name: KUBERNETES_VERSION
value: 1.20.9
annotations:
testgrid-dashboards: provider-azure-cloud-provider-azure-1-20-presubmit
testgrid-tab-name: pr-cloud-provider-azure-e2e-capz-1-20
description: "Runs Kubernetes conformance tests with cloud-provider-azure release-0.7 (https://github.com/kubernetes-sigs/cloud-provider-azure) using cluster-api-provider-azure."
testgrid-num-columns-recent: '30'
- name: pull-cloud-provider-azure-e2e-ccm-capz-1-20
always_run: true
optional: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,49 @@ presubmits:
testgrid-tab-name: pr-cloud-provider-azure-e2e-ccm-vmss-1-21
description: "Runs Azure specific tests with cloud-provider-azure release-1.0 (https://github.com/kubernetes-sigs/cloud-provider-azure)."
testgrid-num-columns-recent: '30'
- name: pull-cloud-provider-azure-e2e-capz-1-21
always_run: true
optional: true
decorate: true
decoration_config:
timeout: 5h
path_alias: sigs.k8s.io/cloud-provider-azure
branches:
- release-1.0
labels:
preset-dind-enabled: "true"
preset-kind-volume-mounts: "true"
preset-azure-cred-only: "true"
extra_refs:
- org: kubernetes-sigs
repo: cluster-api-provider-azure
base_ref: release-1.0
path_alias: sigs.k8s.io/cluster-api-provider-azure
workdir: true
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20211217-ea95cec1d4-1.21
command:
- runner.sh
- ./scripts/ci-entrypoint.sh
args:
- bash
- -c
- >-
cd ${GOPATH}/src/sigs.k8s.io/cloud-provider-azure &&
make test-e2e
securityContext:
privileged: true
env:
- name: AZURE_LOADBALANCER_SKU
value: "standard"
- name: KUBERNETES_VERSION
value: 1.21.5
annotations:
testgrid-dashboards: provider-azure-cloud-provider-azure-1-21-presubmit
testgrid-tab-name: pr-cloud-provider-azure-e2e-capz-1-21
description: "Runs Kubernetes conformance tests with cloud-provider-azure release-1.0 (https://github.com/kubernetes-sigs/cloud-provider-azure) using cluster-api-provider-azure."
testgrid-num-columns-recent: '30'
- name: pull-cloud-provider-azure-e2e-ccm-capz-1-21
always_run: true
optional: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,49 @@ presubmits:
testgrid-tab-name: pr-cloud-provider-azure-e2e-ccm-vmss-1-22
description: "Runs Azure specific tests with cloud-provider-azure release-1.1 (https://github.com/kubernetes-sigs/cloud-provider-azure)."
testgrid-num-columns-recent: '30'
- name: pull-cloud-provider-azure-e2e-capz-1-22
always_run: true
optional: true
decorate: true
decoration_config:
timeout: 5h
path_alias: sigs.k8s.io/cloud-provider-azure
branches:
- release-1.1
labels:
preset-dind-enabled: "true"
preset-kind-volume-mounts: "true"
preset-azure-cred-only: "true"
extra_refs:
- org: kubernetes-sigs
repo: cluster-api-provider-azure
base_ref: release-1.0
path_alias: sigs.k8s.io/cluster-api-provider-azure
workdir: true
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20211217-ea95cec1d4-1.22
command:
- runner.sh
- ./scripts/ci-entrypoint.sh
args:
- bash
- -c
- >-
cd ${GOPATH}/src/sigs.k8s.io/cloud-provider-azure &&
make test-e2e
securityContext:
privileged: true
env:
- name: AZURE_LOADBALANCER_SKU
value: "standard"
- name: KUBERNETES_VERSION
value: 1.22.2
annotations:
testgrid-dashboards: provider-azure-cloud-provider-azure-1-22-presubmit
testgrid-tab-name: pr-cloud-provider-azure-e2e-capz-1-22
description: "Runs Kubernetes conformance tests with cloud-provider-azure release-1.1 (https://github.com/kubernetes-sigs/cloud-provider-azure) using cluster-api-provider-azure."
testgrid-num-columns-recent: '30'
- name: pull-cloud-provider-azure-e2e-ccm-capz-1-22
always_run: true
optional: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,49 @@ presubmits:
testgrid-tab-name: pr-cloud-provider-azure-e2e-ccm-vmss-1-23
description: "Runs Azure specific tests with cloud-provider-azure release-1.23 (https://github.com/kubernetes-sigs/cloud-provider-azure)."
testgrid-num-columns-recent: '30'
- name: pull-cloud-provider-azure-e2e-capz-1-23
always_run: true
optional: true
decorate: true
decoration_config:
timeout: 5h
path_alias: sigs.k8s.io/cloud-provider-azure
branches:
- release-1.23
labels:
preset-dind-enabled: "true"
preset-kind-volume-mounts: "true"
preset-azure-cred-only: "true"
extra_refs:
- org: kubernetes-sigs
repo: cluster-api-provider-azure
base_ref: release-1.0
path_alias: sigs.k8s.io/cluster-api-provider-azure
workdir: true
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20211217-ea95cec1d4-1.23
command:
- runner.sh
- ./scripts/ci-entrypoint.sh
args:
- bash
- -c
- >-
cd ${GOPATH}/src/sigs.k8s.io/cloud-provider-azure &&
make test-e2e
securityContext:
privileged: true
env:
- name: AZURE_LOADBALANCER_SKU
value: "standard"
- name: KUBERNETES_VERSION
value: 1.23.1
annotations:
testgrid-dashboards: provider-azure-cloud-provider-azure-1-23-presubmit
testgrid-tab-name: pr-cloud-provider-azure-e2e-capz-1-23
description: "Runs Kubernetes conformance tests with cloud-provider-azure release-1.23 (https://github.com/kubernetes-sigs/cloud-provider-azure) using cluster-api-provider-azure."
testgrid-num-columns-recent: '30'
- name: pull-cloud-provider-azure-e2e-ccm-capz-1-23
always_run: true
optional: true
Expand Down

0 comments on commit 839c364

Please sign in to comment.