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

     1  presubmits:
     2    kubernetes-sigs/kubespray:
     3    - name: pull-kubespray-yamllint
     4      cluster: eks-prow-build-cluster
     5      annotations:
     6        testgrid-dashboards: sig-cluster-lifecycle-kubespray
     7        testgrid-tab-name: yamllint
     8      always_run: true
     9      skip_report: false
    10      decorate: true
    11      spec:
    12        containers:
    13        - image: quay.io/kubespray/kubespray:v2.13.0
    14          args:
    15          - yamllint
    16          - "--strict"
    17          - .
    18          resources:
    19            limits:
    20              cpu: 1
    21              memory: 4Gi
    22            requests:
    23              cpu: 1
    24              memory: 4Gi