|
| 1 | +periodics: |
| 2 | +- name: ci-kubernetes-e2e-capz-master-windows-1-35 |
| 3 | + annotations: |
| 4 | + testgrid-alert-email: kubernetes-provider-azure@googlegroups.com, sig-windows-leads@kubernetes.io |
| 5 | + testgrid-dashboards: sig-release-1.35-informing, sig-windows-1.35-release, sig-windows-signal |
| 6 | + testgrid-tab-name: capz-windows-1.35 |
| 7 | + cluster: eks-prow-build-cluster |
| 8 | + decorate: true |
| 9 | + decoration_config: |
| 10 | + timeout: 4h0m0s |
| 11 | + extra_refs: |
| 12 | + - base_ref: release-1.21 |
| 13 | + org: kubernetes-sigs |
| 14 | + path_alias: sigs.k8s.io/cluster-api-provider-azure |
| 15 | + repo: cluster-api-provider-azure |
| 16 | + - base_ref: master |
| 17 | + org: kubernetes-sigs |
| 18 | + path_alias: sigs.k8s.io/windows-testing |
| 19 | + repo: windows-testing |
| 20 | + workdir: true |
| 21 | + - base_ref: master |
| 22 | + org: kubernetes-sigs |
| 23 | + path_alias: sigs.k8s.io/cloud-provider-azure |
| 24 | + repo: cloud-provider-azure |
| 25 | + interval: 24h |
| 26 | + labels: |
| 27 | + preset-azure-community: "true" |
| 28 | + preset-capz-containerd-1-7-latest: "true" |
| 29 | + preset-capz-windows-2022: "true" |
| 30 | + preset-capz-windows-common: "true" |
| 31 | + preset-dind-enabled: "true" |
| 32 | + preset-kind-volume-mounts: "true" |
| 33 | + spec: |
| 34 | + serviceAccountName: azure |
| 35 | + containers: |
| 36 | + - command: |
| 37 | + - runner.sh |
| 38 | + - env |
| 39 | + - KUBERNETES_VERSION=latest-1.35 |
| 40 | + - ./capz/run-capz-e2e.sh |
| 41 | + image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20251209-13d7d11b0f-1.35 |
| 42 | + name: "" |
| 43 | + resources: |
| 44 | + limits: |
| 45 | + cpu: "2" |
| 46 | + memory: 9Gi |
| 47 | + requests: |
| 48 | + cpu: "2" |
| 49 | + memory: 9Gi |
| 50 | + securityContext: |
| 51 | + privileged: true |
| 52 | +- name: ci-kubernetes-e2e-capz-1-35-windows-serial-slow |
| 53 | + cluster: eks-prow-build-cluster |
| 54 | + interval: 48h |
| 55 | + decorate: true |
| 56 | + decoration_config: |
| 57 | + timeout: 5h |
| 58 | + labels: |
| 59 | + preset-dind-enabled: "true" |
| 60 | + preset-azure-community: "true" |
| 61 | + preset-capz-containerd-1-7-latest: "true" |
| 62 | + preset-capz-serial-slow: "true" |
| 63 | + preset-capz-gmsa-setup: "true" |
| 64 | + preset-capz-windows-2022: "true" |
| 65 | + extra_refs: |
| 66 | + - org: kubernetes-sigs |
| 67 | + repo: cluster-api-provider-azure |
| 68 | + base_ref: release-1.21 |
| 69 | + path_alias: sigs.k8s.io/cluster-api-provider-azure |
| 70 | + workdir: false |
| 71 | + - org: kubernetes-sigs |
| 72 | + repo: windows-testing |
| 73 | + base_ref: master |
| 74 | + path_alias: sigs.k8s.io/windows-testing |
| 75 | + workdir: true |
| 76 | + - org: kubernetes-sigs |
| 77 | + repo: cloud-provider-azure |
| 78 | + base_ref: master |
| 79 | + path_alias: sigs.k8s.io/cloud-provider-azure |
| 80 | + workdir: false |
| 81 | + spec: |
| 82 | + serviceAccountName: azure |
| 83 | + containers: |
| 84 | + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20251209-13d7d11b0f-1.35 |
| 85 | + command: |
| 86 | + - "runner.sh" |
| 87 | + - "env" |
| 88 | + - KUBERNETES_VERSION=latest-1.35 |
| 89 | + - "./capz/run-capz-e2e.sh" |
| 90 | + securityContext: |
| 91 | + privileged: true |
| 92 | + resources: |
| 93 | + requests: |
| 94 | + cpu: 2 |
| 95 | + memory: "9Gi" |
| 96 | + limits: |
| 97 | + cpu: 2 |
| 98 | + memory: "9Gi" |
| 99 | + env: |
| 100 | + - name: GINKGO_FOCUS |
| 101 | + value: (\[sig-windows\]|\[sig-scheduling\].SchedulerPreemption|\[sig-apps\].CronJob).*(\[Serial\]|\[Slow\])|(\[Serial\]|\[Slow\]).*(\[Conformance\]|\[NodeConformance\])|\[sig-api-machinery\].Garbage.collector |
| 102 | + - name: GINKGO_SKIP |
| 103 | + value: \[LinuxOnly\]|device.plugin.for.Windows|\[sig-autoscaling\].\[Feature:HPA\]|should.be.able.to.gracefully.shutdown.pods.with.various.grace.periods|\[Alpha\]|\[Feature:SchedulerAsyncPreemption\] |
| 104 | + annotations: |
| 105 | + testgrid-alert-email: kubernetes-provider-azure@googlegroups.com, sig-windows-leads@kubernetes.io |
| 106 | + testgrid-dashboards: sig-windows-1.35-release, sig-windows-signal |
| 107 | + testgrid-tab-name: capz-windows-1-35-serial-slow |
0 commit comments