k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/jobs/kubernetes-csi/csi-driver-windows-poc/csi-driver-windows-poc-config.yaml (about)

     1  presubmits:
     2    kubernetes-csi/csi-driver-host-path:
     3    - name: pull-kubernetes-csi-csi-driver-host-path-windows
     4      cluster: k8s-infra-prow-build
     5      always_run: false
     6      decorate: true
     7      skip_report: false
     8      skip_branches: []
     9      labels:
    10        preset-k8s-ssh: "true"
    11        preset-service-account: "true"
    12        preset-common-gce-windows: "true"
    13        preset-e2e-gce-windows: "true"
    14      annotations:
    15        testgrid-dashboards: sig-storage-csi-other
    16        testgrid-tab-name: pull-kubernetes-csi-csi-driver-host-path-windows
    17        description: Kubernetes-CSI pull job in repo csi-driver-host-path-windows
    18      spec:
    19        containers:
    20        # We need this image because it has Docker in Docker and go.
    21        - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
    22          command:
    23          - runner.sh
    24          - /workspace/scenarios/kubernetes_e2e.py
    25          args:
    26          - --check-leaked-resources
    27          - --cluster=
    28          - --gcp-zone=us-west1-b
    29          - --extract=ci/latest
    30          - --provider=gce
    31          - --gcp-nodes=2
    32          - --test=false
    33          - --test-cmd=../deploy/util/deploy.sh
    34          - --timeout=60m
    35          env:
    36          - name: WINDOWS_NODE_OS_DISTRIBUTION
    37            value: "win2019"
    38          - name: PREPULL_YAML
    39            value: "prepull-head.yaml"
    40          resources:
    41            requests:
    42              memory: "9Gi"
    43              cpu: 4
    44            limits:
    45              memory: "9Gi"
    46              cpu: 4