k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/jobs/kubernetes/cloud-provider-aws/cloud-provider-aws-config.yaml (about) 1 presubmits: 2 kubernetes/cloud-provider-aws: 3 - name: pull-cloud-provider-aws-check 4 cluster: eks-prow-build-cluster 5 always_run: true 6 decorate: true 7 skip_branches: 8 - gh-pages 9 path_alias: k8s.io/cloud-provider-aws 10 labels: 11 preset-service-account: "true" 12 spec: 13 containers: 14 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 15 command: 16 - runner.sh 17 args: 18 - make 19 - check 20 resources: 21 limits: 22 cpu: 2 23 memory: 4Gi 24 requests: 25 cpu: 2 26 memory: 4Gi 27 annotations: 28 testgrid-dashboards: provider-aws-cloud-provider-aws, amazon-ec2-presubmits 29 testgrid-tab-name: check 30 description: aws cloud provider checks 31 testgrid-num-columns-recent: '30' 32 - name: pull-cloud-provider-aws-test 33 cluster: eks-prow-build-cluster 34 always_run: true 35 decorate: true 36 skip_branches: 37 - gh-pages 38 path_alias: k8s.io/cloud-provider-aws 39 labels: 40 preset-service-account: "true" 41 spec: 42 containers: 43 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 44 command: 45 - runner.sh 46 args: 47 - make 48 - test 49 resources: 50 limits: 51 cpu: 2 52 memory: 4Gi 53 requests: 54 cpu: 2 55 memory: 4Gi 56 annotations: 57 testgrid-dashboards: provider-aws-cloud-provider-aws, amazon-ec2-presubmits 58 testgrid-tab-name: test 59 description: aws cloud provider tests 60 testgrid-num-columns-recent: '30'