k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/jobs/kubernetes-client/haskell/client-haskell-presubmits.yaml (about)

     1  presubmits:
     2    kubernetes-client/haskell:
     3    - name: kubernetes-clients-haskell-unit-tests
     4      cluster: eks-prow-build-cluster
     5      always_run: true
     6      decorate: true
     7      optional: true
     8      spec:
     9        containers:
    10        - image: docker.io/haskell:8.6.5
    11          env:
    12          command:
    13          - bash
    14          args:
    15          - -c
    16          - |
    17            set -euo pipefail
    18  
    19            stack upgrade
    20            stack test --system-ghc --no-install-ghc --allow-different-user
    21          resources:
    22            limits:
    23              cpu: 2
    24              memory: 4Gi
    25            requests:
    26              cpu: 2
    27              memory: 4Gi
    28      annotations:
    29        testgrid-create-test-group: 'true'