Skip to content

Commit bc7efe7

Browse files
authored
Merge pull request #28608 from marosset/windows-service-proxy-job-fixes
Fixes to windows-service-proxy job
2 parents 44a95fb + 87a1a3b commit bc7efe7

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

config/jobs/kubernetes-sigs/sig-windows/release-master-windows.yaml

+2-6
Original file line numberDiff line numberDiff line change
@@ -466,24 +466,20 @@ periodics:
466466
preset-kind-volume-mounts: "true"
467467
preset-azure-cred-only: "true"
468468
preset-capz-windows-common-main: "true"
469+
preset-capz-windows-2022: "true"
469470
preset-windows-private-registry-cred: "true"
470471
extra_refs:
471472
# Use Mark's fork/branch until image building issues are resolved
472473
- org: marosset
473474
repo: cluster-api-provider-azure
474475
base_ref: windows-service-proxy
475476
path_alias: sigs.k8s.io/cluster-api-provider-azure
476-
- org: kubernetes-sigs
477-
repo: windows-testing
478-
base_ref: master
479-
path_alias: sigs.k8s.io/windows-testing
480-
workdir: true
481477
spec:
482478
containers:
483479
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230126-4c28746697-master
484480
command:
485481
- "runner.sh"
486-
- "./capz/run-capz-e2e.sh"
482+
- "./scripts/ci-conformance.sh"
487483
securityContext:
488484
privileged: true
489485
resources:

0 commit comments

Comments
 (0)