Skip to content

Commit

Permalink
migrate presubmit capz e2e tests to wi
Browse files Browse the repository at this point in the history
  • Loading branch information
nawazkh committed Jul 10, 2024
1 parent f35c075 commit eef2c69
Showing 1 changed file with 2 additions and 37 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ presubmits:
labels:
preset-dind-enabled: "true"
preset-kind-volume-mounts: "true"
preset-azure-cred-only: "true"
preset-azure-anonymous-pull: "true"
preset-azure-capz-sa-cred: "true"
preset-azure-cred-wi: "true"
branches:
- ^main$
spec:
serviceAccountName: prowjob-default-sa
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240705-131cd74733-1.29
command:
Expand All @@ -101,41 +101,6 @@ presubmits:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-azure
testgrid-tab-name: capz-pr-e2e-main
testgrid-alert-email: k8s-infra-staging-cluster-api-azure@kubernetes.io
- name: pull-cluster-api-provider-azure-e2e-with-wi-optional # created for WI POC
path_alias: "sigs.k8s.io/cluster-api-provider-azure"
optional: true
decorate: true
decoration_config:
timeout: 4h
always_run: false
max_concurrency: 5
labels:
preset-dind-enabled: "true"
preset-kind-volume-mounts: "true"
preset-azure-anonymous-pull: "true"
preset-azure-cred-wi: "true"
branches:
- ^main$
spec:
serviceAccountName: prowjob-default-sa
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240705-131cd74733-1.29
command:
- runner.sh
args:
- ./scripts/ci-e2e.sh
env:
- name: GINKGO_FOCUS
value: \[REQUIRED\]
- name: GINKGO_SKIP
value: ""
# docker-in-docker needs privileged mode
securityContext:
privileged: true
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-azure
testgrid-tab-name: capz-pr-e2e-main-with-wi-optional
testgrid-alert-email: k8s-infra-staging-cluster-api-azure@kubernetes.io
- name: pull-cluster-api-provider-azure-e2e-optional
path_alias: "sigs.k8s.io/cluster-api-provider-azure"
always_run: false
Expand Down

0 comments on commit eef2c69

Please sign in to comment.