k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/jobs/kubernetes/cloud-provider-alibaba-cloud/cloud-provider-alibaba-cloud-config.yaml (about)

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