Skip to content

Commit

Permalink
Merge pull request #29707 from jsturtevant/update-alpha-job
Browse files Browse the repository at this point in the history
[sig-windows] Use sig-windows testing script for the alpha feature job
  • Loading branch information
k8s-ci-robot authored Jun 6, 2023
2 parents 40d95be + e4cb879 commit 71151e3
Showing 1 changed file with 13 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,25 +126,32 @@ presubmits:
preset-azure-cred-only: "true"
preset-azure-anonymous-pull: "true"
preset-capz-windows-2022: "true"
preset-capz-containerd-1-7-latest: "true"
preset-capz-windows-common-pull: "true"
preset-windows-private-registry-cred: "true"
extra_refs:
- org: kubernetes-sigs
repo: cluster-api-provider-azure
base_ref: release-1.9
path_alias: sigs.k8s.io/cluster-api-provider-azure
workdir: true
workdir: false
- org: kubernetes-sigs
repo: cloud-provider-azure
base_ref: master
path_alias: sigs.k8s.io/cloud-provider-azure
workdir: false
- org: kubernetes-sigs
repo: windows-testing
base_ref: master
path_alias: k8s.io/windows-testing
workdir: true
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230513-7e1db2f1bb-master
command:
- runner.sh
- ./scripts/ci-conformance.sh
- "runner.sh"
- "env"
- "KUBERNETES_VERSION=latest"
- "./capz/run-capz-e2e.sh"
securityContext:
privileged: true
resources:
Expand All @@ -154,6 +161,8 @@ presubmits:
env:
- name: NODE_FEATURE_GATES
value: "PodAndContainerStatsFromCRI=true"
- name: WINDOWS_CONTAINERD_URL
value: "https://github.com/kubernetes-sigs/sig-windows-tools/releases/download/windows-containerd-nightly/windows-containerd.tar.gz"
annotations:
testgrid-dashboards: sig-windows-presubmit
testgrid-tab-name: pull-kubernetes-e2e-capz-windows-alpha-features
Expand Down

0 comments on commit 71151e3

Please sign in to comment.