Skip to content

Commit

Permalink
Migrate CAPO build and test job to eks cluster
Browse files Browse the repository at this point in the history
This migrates the CAPO presubmit jobs that does not depend on GCE.
It also adds resource limits (set to the same as the requests) since
this is required in the new cluster.
  • Loading branch information
lentzi90 committed Jun 9, 2023
1 parent 1d03d5e commit 285a5fe
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
presubmits:
kubernetes-sigs/cluster-api-provider-openstack:
- name: pull-cluster-api-provider-openstack-build
cluster: eks-prow-build-cluster
always_run: true
optional: false
decorate: true
Expand All @@ -19,10 +20,14 @@ presubmits:
requests:
memory: "6Gi"
cpu: "2"
limits:
memory: "6Gi"
cpu: "2"
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-openstack
testgrid-tab-name: pr-build
- name: pull-cluster-api-provider-openstack-test
cluster: eks-prow-build-cluster
always_run: true
optional: false
decorate: true
Expand All @@ -36,6 +41,9 @@ presubmits:
requests:
memory: "6Gi"
cpu: "2"
limits:
memory: "6Gi"
cpu: "2"
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-openstack
testgrid-tab-name: pr-test
Expand Down

0 comments on commit 285a5fe

Please sign in to comment.