Skip to content

Commit

Permalink
Merge pull request #19767 from CecileRobertMichon/conformance-ci
Browse files Browse the repository at this point in the history
CAPZ: add pull-cluster-api-provider-azure-conformance-with-ci-artifacts
  • Loading branch information
k8s-ci-robot authored Oct 30, 2020
2 parents 128f3be + 8c459bb commit 1b1f3e0
Showing 1 changed file with 30 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,6 @@ presubmits:
- "runner.sh"
- "./scripts/ci-conformance.sh"
env:
- name: GINKGO_FOCUS
value: "Conformance Tests"
# docker-in-docker needs privileged mode
securityContext:
privileged: true
Expand All @@ -238,6 +236,36 @@ presubmits:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-azure
testgrid-tab-name: pull-conformance-v1alpha3
testgrid-alert-email: [email protected]
- name: pull-cluster-api-provider-azure-conformance-with-ci-artifacts
path_alias: "sigs.k8s.io/cluster-api-provider-azure"
always_run: false
optional: true
decorate: true
decoration_config:
timeout: 4h
max_concurrency: 5
labels:
preset-dind-enabled: "true"
preset-kind-volume-mounts: "true"
preset-azure-cred-only: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201028-8000225-1.18
command:
- "runner.sh"
- "./scripts/ci-conformance.sh"
env:
- name: E2E_ARGS
value: "-kubetest.use-ci-artifacts"
securityContext:
privileged: true
resources:
requests:
cpu: 2
memory: "9Gi"
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-azure
testgrid-tab-name: pr-conformance-k8s-master
- name: pull-cluster-api-provider-azure-apidiff
decorate: true
path_alias: sigs.k8s.io/cluster-api-provider-azure
Expand Down

0 comments on commit 1b1f3e0

Please sign in to comment.