Skip to content

Commit 285a5fe

Browse files
committed
Migrate CAPO build and test job to eks cluster
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.
1 parent 1d03d5e commit 285a5fe

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

config/jobs/kubernetes-sigs/cluster-api-provider-openstack/cluster-api-provider-openstack-presubmits.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
presubmits:
22
kubernetes-sigs/cluster-api-provider-openstack:
33
- name: pull-cluster-api-provider-openstack-build
4+
cluster: eks-prow-build-cluster
45
always_run: true
56
optional: false
67
decorate: true
@@ -19,10 +20,14 @@ presubmits:
1920
requests:
2021
memory: "6Gi"
2122
cpu: "2"
23+
limits:
24+
memory: "6Gi"
25+
cpu: "2"
2226
annotations:
2327
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-openstack
2428
testgrid-tab-name: pr-build
2529
- name: pull-cluster-api-provider-openstack-test
30+
cluster: eks-prow-build-cluster
2631
always_run: true
2732
optional: false
2833
decorate: true
@@ -36,6 +41,9 @@ presubmits:
3641
requests:
3742
memory: "6Gi"
3843
cpu: "2"
44+
limits:
45+
memory: "6Gi"
46+
cpu: "2"
3947
annotations:
4048
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-openstack
4149
testgrid-tab-name: pr-test

0 commit comments

Comments
 (0)