Skip to content

Commit

Permalink
Merge pull request #24075 from jackfrancis/capz-cloud-provider-azure-…
Browse files Browse the repository at this point in the history
…release-presubmit

Azure: add capz tests to cherry-pick presubmit jobs
  • Loading branch information
k8s-ci-robot authored Nov 13, 2021
2 parents 06b99b1 + 33e2351 commit c643adb
Show file tree
Hide file tree
Showing 3 changed files with 138 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,52 @@ 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-ccm-capz-1-20
always_run: true
optional: true
decorate: true
decoration_config:
timeout: 3h
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"
preset-azure-anonymous-pull: "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:v20211014-7ca1952a94-1.20
command:
- runner.sh
- ./scripts/ci-entrypoint.sh
args:
- bash
- -c
- >-
cd ${GOPATH}/src/sigs.k8s.io/cloud-provider-azure &&
make test-ccm-e2e
securityContext:
privileged: true
env:
- name: TEST_CCM
value: "true"
- 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-ccm-capz-1-20
description: "Runs Azure specific 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-unit-1-20
always_run: true
decorate: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,52 @@ 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-ccm-capz-1-21
always_run: true
optional: true
decorate: true
decoration_config:
timeout: 3h
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"
preset-azure-anonymous-pull: "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:v20211014-7ca1952a94-1.21
command:
- runner.sh
- ./scripts/ci-entrypoint.sh
args:
- bash
- -c
- >-
cd ${GOPATH}/src/sigs.k8s.io/cloud-provider-azure &&
make test-ccm-e2e
securityContext:
privileged: true
env:
- name: TEST_CCM
value: "true"
- 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-ccm-capz-1-21
description: "Runs Azure specific 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-unit-1-21
always_run: true
decorate: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,52 @@ 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-ccm-capz-1-22
always_run: true
optional: true
decorate: true
decoration_config:
timeout: 3h
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"
preset-azure-anonymous-pull: "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:v20211014-7ca1952a94-1.22
command:
- runner.sh
- ./scripts/ci-entrypoint.sh
args:
- bash
- -c
- >-
cd ${GOPATH}/src/sigs.k8s.io/cloud-provider-azure &&
make test-ccm-e2e
securityContext:
privileged: true
env:
- name: TEST_CCM
value: "true"
- 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-ccm-capz-1-22
description: "Runs Azure specific 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-unit-1-22
always_run: true
decorate: true
Expand Down

0 comments on commit c643adb

Please sign in to comment.