k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/jobs/kubernetes-sigs/sig-windows/release-1.28-windows.yaml (about)

     1  presets:
     2  - labels:
     3      preset-capz-windows-common-128: "true"
     4    env:
     5    - name: "KUBERNETES_VERSION"
     6      value: "latest-1.28"
     7    - name: E2E_ARGS
     8      value: "-kubetest.use-ci-artifacts"
     9    - name: WINDOWS
    10      value: "true"
    11    - name: TEST_WINDOWS #temp to unblock failing jobs on windows while we fix this in capz (https://github.com/kubernetes/kubernetes/issues/116474)
    12      value: "true"
    13    - name: AZURE_NODE_MACHINE_TYPE
    14      value: "Standard_D4s_v3"
    15  periodics:
    16  - name: ci-kubernetes-e2e-capz-windows-1-28
    17    annotations:
    18      testgrid-alert-email: kubernetes-provider-azure@googlegroups.com, sig-windows-leads@kubernetes.io
    19      testgrid-dashboards: sig-release-1.28-informing, sig-windows-1.28-release, sig-windows-signal
    20      testgrid-tab-name: capz-windows-1-28
    21    decorate: true
    22    decoration_config:
    23      timeout: 4h0m0s
    24    extra_refs:
    25    - base_ref: release-1.13
    26      org: kubernetes-sigs
    27      path_alias: sigs.k8s.io/cluster-api-provider-azure
    28      repo: cluster-api-provider-azure
    29    - base_ref: master
    30      org: kubernetes-sigs
    31      path_alias: sigs.k8s.io/windows-testing
    32      repo: windows-testing
    33      workdir: true
    34    - base_ref: release-1.28
    35      org: kubernetes-sigs
    36      path_alias: sigs.k8s.io/cloud-provider-azure
    37      repo: cloud-provider-azure
    38    interval: 3h
    39    labels:
    40      preset-azure-anonymous-pull: "true"
    41      preset-azure-capz-sa-cred: "true"
    42      preset-azure-cred-only: "true"
    43      preset-capz-containerd-1-7-latest: "true"
    44      preset-capz-windows-2019: "true"
    45      preset-capz-windows-common-128: "true"
    46      preset-dind-enabled: "true"
    47      preset-kind-volume-mounts: "true"
    48      preset-windows-private-registry-cred: "true"
    49    spec:
    50      containers:
    51      - command:
    52        - runner.sh
    53        - env
    54        - KUBERNETES_VERSION=latest-1.28
    55        - ./capz/run-capz-e2e.sh
    56        image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.28
    57        name: ""
    58        resources:
    59          requests:
    60            cpu: "2"
    61            memory: 9Gi
    62        securityContext:
    63          privileged: true
    64        env:
    65          - name: IMAGE_VERSION
    66            value: "127.1.20230417" # pin the Windows nodes to a specific OS patch version while investigating an issue with container updates
    67  - name: ci-kubernetes-e2e-capz-1-28-windows-serial-slow
    68    interval: 48h
    69    decorate: true
    70    decoration_config:
    71      timeout: 5h
    72    labels:
    73      preset-dind-enabled: "true"
    74      preset-kind-volume-mounts: "true"
    75      preset-azure-cred-only: "true"
    76      preset-azure-anonymous-pull: "true" # Sets REGISTRY which is needed when building CCM/CNM images
    77      preset-capz-containerd-1-7-latest: "true"
    78      preset-capz-serial-slow: "true"
    79      preset-capz-gmsa-setup: "true"
    80      preset-capz-windows-common-128: "true"
    81      preset-capz-windows-2022: "true"
    82      preset-windows-private-registry-cred: "true"
    83      preset-azure-capz-sa-cred: "true"
    84    extra_refs:
    85    - org: kubernetes-sigs
    86      repo: cluster-api-provider-azure
    87      base_ref: release-1.13
    88      path_alias: sigs.k8s.io/cluster-api-provider-azure
    89      workdir: false
    90    - org: kubernetes-sigs
    91      repo: windows-testing
    92      base_ref: master
    93      path_alias: sigs.k8s.io/windows-testing
    94      workdir: true
    95    - org: kubernetes-sigs
    96      repo: cloud-provider-azure
    97      base_ref: release-1.28
    98      path_alias: sigs.k8s.io/cloud-provider-azure
    99      workdir: false
   100    spec:
   101      containers:
   102        - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-1.28
   103          command:
   104            - "runner.sh"
   105            - "env"
   106            - "KUBERNETES_VERSION=latest-1.28"
   107            - "./capz/run-capz-e2e.sh"
   108          securityContext:
   109            privileged: true
   110          resources:
   111            requests:
   112              cpu: 2
   113              memory: "9Gi"
   114          env:
   115            - name: GINKGO_FOCUS
   116              value: (\[sig-windows\]|\[sig-scheduling\].SchedulerPreemption|\[sig-apps\].CronJob).*(\[Serial\]|\[Slow\])|(\[Serial\]|\[Slow\]).*(\[Conformance\]|\[NodeConformance\])|\[sig-api-machinery\].Garbage.collector
   117            - name: GINKGO_SKIP
   118              value: \[LinuxOnly\]|device.plugin.for.Windows|RebootHost|\[sig-autoscaling\].\[Feature:HPA\]
   119    annotations:
   120      testgrid-alert-email: kubernetes-provider-azure@googlegroups.com, sig-windows-leads@kubernetes.io
   121      testgrid-dashboards: sig-windows-1.28-release, sig-windows-signal
   122      testgrid-tab-name: capz-windows-1-28-serial-slow