Skip to content

Commit

Permalink
Merge pull request #32904 from ritikaguptams/move-job-to-azure
Browse files Browse the repository at this point in the history
Test job to migrate to azure cncf sub
  • Loading branch information
k8s-ci-robot authored Jul 8, 2024
2 parents ae354ce + edc42e2 commit 8d27725
Showing 1 changed file with 65 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,71 @@ presubmits:
annotations:
testgrid-dashboards: sig-windows-presubmit
testgrid-tab-name: pull-e2e-capz-windows-extension
- name: pull-e2e-capz-windows-2022-extension-community
cluster: k8s-infra-prow-build
decorate: true
always_run: false
optional: true
run_if_changed: 'capz/.*'
decoration_config:
timeout: 3h
path_alias: k8s.io/windows-testing
branches:
- master
labels:
preset-dind-enabled: "true"
preset-kind-volume-mounts: "true"
preset-azure-anonymous-pull: "true" # Sets REGISTRY which is needed when building CCM/CNM images
preset-capz-windows-common: "true"
preset-capz-containerd-1-7-latest: "true"
preset-capz-windows-2022: "true"
extra_refs:
- org: kubernetes-sigs
repo: cluster-api-provider-azure
base_ref: main
path_alias: sigs.k8s.io/cluster-api-provider-azure
workdir: false
- org: kubernetes-sigs
repo: cloud-provider-azure
base_ref: master
path_alias: sigs.k8s.io/cloud-provider-azure
workdir: false
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240625-1dde27f6a9-master
command:
- "runner.sh"
- "env"
- "KUBERNETES_VERSION=latest"
- "./capz/run-capz-e2e.sh"
securityContext:
privileged: true
resources:
requests:
cpu: 2
memory: "9Gi"
limits:
cpu: 2
memory: "9Gi"
env:
- name: GINKGO_FOCUS
value: \[sig-windows\] # run just a subset to speed up testing time
volumeMounts:
- mountPath: /var/run/secrets/azure-token/serviceaccount
name: azure-token
readOnly: true
volumes:
- name: azure-token
projected:
defaultMode: 420
sources:
- serviceAccountToken:
expirationSeconds: 86400
path: token
audience: api://AzureADTokenExchange
annotations:
testgrid-dashboards: sig-windows-presubmit
testgrid-tab-name: pull-e2e-capz-windows-extension-community
- name: pull-e2e-run-capz-sh-windows-2022-hyperv
decorate: true
always_run: false
Expand Down

0 comments on commit 8d27725

Please sign in to comment.