Skip to content

Commit 87a1a3b

Browse files
committed
Fixes to windows-service-proxy job
Signed-off-by: Mark Rossetti <[email protected]>
1 parent 44a95fb commit 87a1a3b

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

Lines changed: 2 additions & 6 deletions
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)