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

     1  presubmits:
     2    kubernetes-sigs/alibaba-cloud-csi-driver:
     3  
     4    - name: pull-alibaba-cloud-csi-driver-verify-fmt
     5      cluster: k8s-infra-prow-build
     6      always_run: true
     7      decorate: true
     8      spec:
     9        containers:
    10        - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
    11          command:
    12          - make
    13          args:
    14          - fmt
    15          resources:
    16            limits:
    17              cpu: 2
    18              memory: 4Gi
    19            requests:
    20              cpu: 2
    21              memory: 4Gi
    22      annotations:
    23        testgrid-dashboards: presubmits-alibaba-cloud-csi-driver
    24        testgrid-tab-name: pr-verify-fmt
    25        description: Verifies the Golang sources have been formatted
    26  
    27    - name: pull-alibaba-cloud-csi-driver-verify-lint
    28      cluster: k8s-infra-prow-build
    29      always_run: true
    30      decorate: true
    31      spec:
    32        containers:
    33        - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
    34          command:
    35          - make
    36          args:
    37          - lint
    38          resources:
    39            limits:
    40              cpu: 2
    41              memory: 4Gi
    42            requests:
    43              cpu: 2
    44              memory: 4Gi
    45      annotations:
    46        testgrid-dashboards: presubmits-alibaba-cloud-csi-driver
    47        testgrid-tab-name: pr-verify-lint
    48        description: Verifies the Golang sources are linted
    49  
    50    - name: pull-alibaba-cloud-csi-driver-verify-vet
    51      cluster: k8s-infra-prow-build
    52      always_run: true
    53      decorate: true
    54      spec:
    55        containers:
    56        - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
    57          command:
    58          - make
    59          args:
    60          - vet
    61          resources:
    62            limits:
    63              cpu: 2
    64              memory: 4Gi
    65            requests:
    66              cpu: 2
    67              memory: 4Gi
    68      annotations:
    69        testgrid-dashboards: presubmits-alibaba-cloud-csi-driver
    70        testgrid-tab-name: pr-verify-vet
    71        description: Vets the Golang sources have been vetted
    72  
    73    - name: pull-alibaba-cloud-csi-driver-verify-unit
    74      cluster: k8s-infra-prow-build
    75      always_run: true
    76      decorate: true
    77      spec:
    78        containers:
    79        - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
    80          command:
    81          - make
    82          args:
    83          - test
    84          resources:
    85            limits:
    86              cpu: 2
    87              memory: 4Gi
    88            requests:
    89              cpu: 2
    90              memory: 4Gi
    91      annotations:
    92        testgrid-dashboards: presubmits-alibaba-cloud-csi-driver
    93        testgrid-tab-name: pr-verify-unit
    94        description: Alibaba cloud csi driver unit test