k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/config/jobs/kubernetes-sigs/cluster-api-provider-ibmcloud/cluster-api-provider-ibmcom-presubmits-release-0.1.yaml (about) 1 presubmits: 2 kubernetes-sigs/cluster-api-provider-ibmcloud: 3 - name: pull-cluster-api-provider-ibmcloud-make-release-0-1 4 cluster: eks-prow-build-cluster 5 always_run: true 6 branches: 7 # The script this job runs is not in all branches. 8 - ^release-0.1 9 decorate: true 10 path_alias: sigs.k8s.io/cluster-api-provider-ibmcloud 11 labels: 12 preset-service-account: "true" 13 preset-dind-enabled: "true" 14 spec: 15 containers: 16 - command: 17 - "runner.sh" 18 - "./scripts/ci-make.sh" 19 # docker-in-docker needs privileged mode 20 securityContext: 21 privileged: true 22 image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 23 imagePullPolicy: Always 24 resources: 25 limits: 26 cpu: "2" 27 memory: "6Gi" 28 requests: 29 cpu: "2" 30 memory: "6Gi" 31 annotations: 32 testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-ibmcloud 33 testgrid-tab-name: pr-make-release-0-1 34 - name: pull-cluster-api-provider-ibmcloud-test-release-0-1 35 cluster: eks-prow-build-cluster 36 always_run: true 37 branches: 38 # The script this job runs is not in all branches. 39 - ^release-0.1 40 decorate: true 41 path_alias: sigs.k8s.io/cluster-api-provider-ibmcloud 42 labels: 43 preset-service-account: "true" 44 spec: 45 containers: 46 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 47 imagePullPolicy: Always 48 command: 49 - "./scripts/ci-test.sh" 50 resources: 51 limits: 52 cpu: "2" 53 memory: "6Gi" 54 requests: 55 cpu: "2" 56 memory: "6Gi" 57 annotations: 58 testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-ibmcloud 59 testgrid-tab-name: pr-test-release-0-1 60 - name: pull-cluster-api-provider-ibmcloud-build-release-0-1 61 cluster: eks-prow-build-cluster 62 always_run: true 63 branches: 64 # The script this job runs is not in all branches. 65 - ^release-0.1 66 optional: false 67 decorate: true 68 path_alias: sigs.k8s.io/cluster-api-provider-ibmcloud 69 spec: 70 containers: 71 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 72 command: 73 - "./scripts/ci-build.sh" 74 resources: 75 limits: 76 memory: "6Gi" 77 cpu: "2" 78 requests: 79 memory: "6Gi" 80 cpu: "2" 81 annotations: 82 testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-ibmcloud 83 testgrid-tab-name: pr-build-release-0-1 84 - name: pull-cluster-api-provider-ibmcloud-verify-release-0-1 85 cluster: eks-prow-build-cluster 86 always_run: true 87 branches: 88 # The script this job runs is not in all branches. 89 - ^release-0.1 90 optional: false 91 decorate: true 92 path_alias: "sigs.k8s.io/cluster-api-provider-ibmcloud" 93 spec: 94 containers: 95 - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master 96 command: 97 - "make" 98 - "verify" 99 resources: 100 limits: 101 cpu: "2" 102 memory: "6Gi" 103 requests: 104 cpu: "2" 105 memory: "6Gi" 106 annotations: 107 testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-ibmcloud 108 testgrid-tab-name: pr-verify-release-0-1