Skip to content

Commit 12f6b8b

Browse files
authored
Merge pull request #29739 from Nordix/lentzi90/capo-prow-migration
Migrate CAPO build and test job to eks cluster
2 parents 1d03d5e + 285a5fe commit 12f6b8b

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)