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

     1  presubmits:
     2    kubernetes-sigs/external-dns:
     3    - name: pull-external-dns-licensecheck
     4      cluster: eks-prow-build-cluster
     5      always_run: true
     6      decorate: true
     7      labels:
     8        preset-service-account: "true"
     9      spec:
    10        containers:
    11        - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
    12          command:
    13          - runner.sh
    14          args:
    15          - make
    16          - licensecheck
    17          resources:
    18            limits:
    19              cpu: 1
    20              memory: 4Gi
    21            requests:
    22              cpu: 1
    23              memory: 4Gi
    24      annotations:
    25        testgrid-dashboards: sig-network-external-dns
    26        testgrid-tab-name: licensecheck
    27        description: external-dns code license check
    28        testgrid-num-columns-recent: '30'
    29    - name: pull-external-dns-unit-test
    30      cluster: eks-prow-build-cluster
    31      always_run: true
    32      decorate: true
    33      labels:
    34        preset-service-account: "true"
    35      spec:
    36        containers:
    37        - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
    38          command:
    39          - runner.sh
    40          args:
    41          - make
    42          - test
    43          resources:
    44            limits:
    45              cpu: 1
    46              memory: 4Gi
    47            requests:
    48              cpu: 1
    49              memory: 4Gi
    50      annotations:
    51        testgrid-dashboards: sig-network-external-dns
    52        testgrid-tab-name: unit test
    53        description: external-dns unit tests
    54        testgrid-num-columns-recent: '30'