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

     1  presubmits:
     2    kubernetes-csi/csi-proxy:
     3    - name: pull-kubernetes-csi-csi-proxy-integration
     4      cluster: k8s-infra-prow-build
     5      always_run: true
     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-containerd: "true"
    14        preset-dind-enabled: "true"
    15      annotations:
    16        testgrid-dashboards: sig-storage-csi-other
    17        testgrid-tab-name: pull-kubernetes-csi-csi-proxy-integration
    18        description: kubernetes-csi/csi-proxy integration tests
    19      spec:
    20        containers:
    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          - --extract=ci/latest
    29          - --gcp-zone=us-west1-b
    30          - --provider=gce
    31          - --gcp-nodes=1
    32          - --test=false
    33          - --test-cmd=$GOPATH/src/github.com/kubernetes-csi/csi-proxy/scripts/run-integration.sh
    34          - --timeout=60m
    35          env:
    36          - name: NODE_SIZE
    37            value: "n2-standard-2"
    38          # added in https://github.com/kubernetes/kubernetes/pull/105999
    39          - name: WINDOWS_ENABLE_HYPERV
    40            value: "true"
    41          - name: WINDOWS_NODE_OS_DISTRIBUTION
    42            value: "win2019"
    43          - name: PREPULL_YAML
    44            value: "prepull-head.yaml"
    45          # these two values replace the preset-e2e-gce-windows values
    46          - name: NUM_WINDOWS_NODES
    47            value: "1"
    48          - name: NUM_NODES
    49            value: "1"
    50          - name: GCP_ZONE
    51            value: "us-west1-b"
    52          securityContext:
    53              privileged: true
    54          resources:
    55            requests:
    56              memory: "9Gi"
    57              cpu: 4
    58            limits:
    59              memory: "9Gi"
    60              cpu: 4