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

     1  presubmits:
     2    kubernetes/kubernetes:
     3    - name: pull-ci-kubernetes-unit-windows
     4      always_run: false
     5      optional: true
     6      decorate: true
     7      decoration_config:
     8        timeout: 4h
     9      path_alias: k8s.io/kubernetes
    10      branches:
    11        - master
    12        - main
    13      labels:
    14        preset-dind-enabled: "true"
    15        preset-azure-cred-only: "true"
    16      extra_refs:
    17      - org: kubernetes-sigs
    18        repo: windows-testing
    19        base_ref: master
    20        path_alias: sigs.k8s.io/windows-testing
    21        workdir: true
    22      spec:
    23        containers:
    24          - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
    25            command:
    26              - "runner.sh"
    27              - "./scripts/ci-k8s-unit-test.sh"
    28            securityContext:
    29              privileged: true
    30            resources:
    31              requests:
    32                cpu: 2
    33                memory: "4Gi"
    34      annotations:
    35        testgrid-dashboards: sig-windows-presubmit
    36        testgrid-tab-name: pull-windows-unit-master
    37        testgrid-num-columns-recent: '20'