Skip to content

Commit

Permalink
Merge pull request #24935 from lzhecheng/capz-migration-e2e
Browse files Browse the repository at this point in the history
Support pull-cloud-provider-azure-e2e tests on capz
  • Loading branch information
k8s-ci-robot authored Feb 9, 2022
2 parents 52cbacb + 1f8f516 commit e33494d
Show file tree
Hide file tree
Showing 5 changed files with 263 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,57 @@ 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: false
optional: 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
- org: kubernetes
repo: kubernetes
base_ref: release-1.23
path_alias: k8s.io/kubernetes
workdir: false
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
- >-
cp ./kubeconfig ${GOPATH}/src/sigs.k8s.io/cloud-provider-azure/kubeconfig &&
cd ${GOPATH}/src/sigs.k8s.io/cloud-provider-azure &&
make test-e2e-capz
securityContext:
privileged: true
env:
- name: TEST_CCM
value: "true"
- name: AZURE_LOADBALANCER_SKU
value: "standard"
- name: GINKGO_ARGS
value: --ginkgo.focus=\[Conformance\]|\[NodeConformance\] --ginkgo.skip=\[Slow\]|\[Serial\]|\[Flaky\] --test.parallel=30
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,59 @@ 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: false
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
- org: kubernetes
repo: kubernetes
base_ref: release-1.20
path_alias: k8s.io/kubernetes
workdir: false
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
- >-
cp ./kubeconfig ${GOPATH}/src/sigs.k8s.io/cloud-provider-azure/kubeconfig &&
cd ${GOPATH}/src/sigs.k8s.io/cloud-provider-azure &&
make test-e2e-capz
securityContext:
privileged: true
env:
- name: TEST_CCM
value: "true"
- name: AZURE_LOADBALANCER_SKU
value: "standard"
- name: KUBERNETES_VERSION
value: 1.20.9
- name: GINKGO_ARGS
value: --ginkgo.focus=\[Conformance\]|\[NodeConformance\] --ginkgo.skip=\[Slow\]|\[Serial\]|\[Flaky\] --test.parallel=30
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,59 @@ 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: false
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
- org: kubernetes
repo: kubernetes
base_ref: release-1.21
path_alias: k8s.io/kubernetes
workdir: false
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
- >-
cp ./kubeconfig ${GOPATH}/src/sigs.k8s.io/cloud-provider-azure/kubeconfig &&
cd ${GOPATH}/src/sigs.k8s.io/cloud-provider-azure &&
make test-e2e-capz
securityContext:
privileged: true
env:
- name: TEST_CCM
value: "true"
- name: AZURE_LOADBALANCER_SKU
value: "standard"
- name: KUBERNETES_VERSION
value: 1.21.5
- name: GINKGO_ARGS
value: --ginkgo.focus=\[Conformance\]|\[NodeConformance\] --ginkgo.skip=\[Slow\]|\[Serial\]|\[Flaky\] --test.parallel=30
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,59 @@ 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: false
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
- org: kubernetes
repo: kubernetes
base_ref: release-1.22
path_alias: k8s.io/kubernetes
workdir: false
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
- >-
cp ./kubeconfig ${GOPATH}/src/sigs.k8s.io/cloud-provider-azure/kubeconfig &&
cd ${GOPATH}/src/sigs.k8s.io/cloud-provider-azure &&
make test-e2e-capz
securityContext:
privileged: true
env:
- name: TEST_CCM
value: "true"
- name: AZURE_LOADBALANCER_SKU
value: "standard"
- name: KUBERNETES_VERSION
value: 1.22.2
- name: GINKGO_ARGS
value: --ginkgo.focus=\[Conformance\]|\[NodeConformance\] --ginkgo.skip=\[Slow\]|\[Serial\]|\[Flaky\] --test.parallel=30
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,59 @@ 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: false
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
- org: kubernetes
repo: kubernetes
base_ref: release-1.23
path_alias: k8s.io/kubernetes
workdir: false
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
- >-
cp ./kubeconfig ${GOPATH}/src/sigs.k8s.io/cloud-provider-azure/kubeconfig &&
cd ${GOPATH}/src/sigs.k8s.io/cloud-provider-azure &&
make test-e2e-capz
securityContext:
privileged: true
env:
- name: TEST_CCM
value: "true"
- name: AZURE_LOADBALANCER_SKU
value: "standard"
- name: KUBERNETES_VERSION
value: 1.23.1
- name: GINKGO_ARGS
value: --ginkgo.focus=\[Conformance\]|\[NodeConformance\] --ginkgo.skip=\[Slow\]|\[Serial\]|\[Flaky\] --test.parallel=30
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 e33494d

Please sign in to comment.