k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/jobs/kubernetes-sigs/kustomize/kustomize-presubmit-master.yaml (about)

     1  presubmits:
     2    kubernetes-sigs/kustomize:
     3    - name: kustomize-presubmit-master
     4      cluster: eks-prow-build-cluster
     5      decorate: true
     6      always_run: true
     7      path_alias: sigs.k8s.io/kustomize
     8      branches:
     9      - ^master$
    10      spec:
    11        containers:
    12        - image: public.ecr.aws/docker/library/golang:1.21
    13          command:
    14          - make
    15          args:
    16          - prow-presubmit-check
    17          resources:
    18            requests:
    19              memory: "2000Mi"
    20              cpu: 4000m
    21            limits:
    22              memory: "2000Mi"
    23              cpu: 4000m
    24      annotations:
    25        testgrid-dashboards: sig-cli-misc
    26        testgrid-tab-name: kustomize-presubmit-master
    27        description: kustomize presubmit tests on master branch