1
1
presubmits :
2
2
kubernetes-sigs/cluster-api-addon-provider-helm :
3
3
- name : pull-cluster-api-addon-provider-helm-build-main
4
+ cluster : eks-prow-build-cluster
4
5
decorate : true
5
- decoration_config :
6
- gcs_credentials_secret : " " # Use workload identity for uploading artifacts
7
6
path_alias : sigs.k8s.io/cluster-api-addon-provider-helm
8
7
always_run : true
9
8
branches :
@@ -16,13 +15,19 @@ presubmits:
16
15
command :
17
16
- runner.sh
18
17
- ./scripts/ci-build.sh
18
+ resources :
19
+ limits :
20
+ cpu : 1
21
+ memory : 4Gi
22
+ requests :
23
+ cpu : 1
24
+ memory : 4Gi
19
25
annotations :
20
26
testgrid-dashboards : sig-cluster-lifecycle-cluster-api-addon-provider-helm
21
27
testgrid-tab-name : caaph-pr-build-main
22
28
- name : pull-cluster-api-addon-provider-helm-apidiff-main
29
+ cluster : eks-prow-build-cluster
23
30
decorate : true
24
- decoration_config :
25
- gcs_credentials_secret : " " # Use workload identity for uploading artifacts
26
31
path_alias : sigs.k8s.io/cluster-api-addon-provider-helm
27
32
always_run : true
28
33
optional : true
@@ -36,13 +41,19 @@ presubmits:
36
41
- runner.sh
37
42
- ./scripts/ci-apidiff.sh
38
43
image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230616-e730b60769-1.26
44
+ resources :
45
+ limits :
46
+ cpu : 1
47
+ memory : 4Gi
48
+ requests :
49
+ cpu : 1
50
+ memory : 4Gi
39
51
annotations :
40
52
testgrid-dashboards : sig-cluster-lifecycle-cluster-api-addon-provider-helm
41
53
testgrid-tab-name : caaph-pr-apidiff-main
42
54
- name : pull-cluster-api-addon-provider-helm-verify-main
55
+ cluster : eks-prow-build-cluster
43
56
decorate : true
44
- decoration_config :
45
- gcs_credentials_secret : " " # Use workload identity for uploading artifacts
46
57
path_alias : sigs.k8s.io/cluster-api-addon-provider-helm
47
58
always_run : true
48
59
labels :
@@ -58,17 +69,20 @@ presubmits:
58
69
- " runner.sh"
59
70
- ./scripts/ci-verify.sh
60
71
resources :
72
+ limits :
73
+ cpu : 7300m
74
+ memory : 4Gi
61
75
requests :
62
76
cpu : 7300m
77
+ memory : 4Gi
63
78
securityContext :
64
79
privileged : true
65
80
annotations :
66
81
testgrid-dashboards : sig-cluster-lifecycle-cluster-api-addon-provider-helm
67
82
testgrid-tab-name : caaph-pr-verify-main
68
83
- name : pull-cluster-api-addon-provider-helm-test-main
84
+ cluster : eks-prow-build-cluster
69
85
decorate : true
70
- decoration_config :
71
- gcs_credentials_secret : " " # Use workload identity for uploading artifacts
72
86
path_alias : sigs.k8s.io/cluster-api-addon-provider-helm
73
87
always_run : true
74
88
branches :
@@ -82,15 +96,18 @@ presubmits:
82
96
- runner.sh
83
97
- ./scripts/ci-test.sh
84
98
resources :
99
+ limits :
100
+ cpu : 7300m
101
+ memory : 4Gi
85
102
requests :
86
103
cpu : 7300m
104
+ memory : 4Gi
87
105
annotations :
88
106
testgrid-dashboards : sig-cluster-lifecycle-cluster-api-addon-provider-helm
89
107
testgrid-tab-name : caaph-pr-test-main
90
108
- name : pull-cluster-api-addon-provider-helm-test-mink8s-main
109
+ cluster : eks-prow-build-cluster
91
110
decorate : true
92
- decoration_config :
93
- gcs_credentials_secret : " " # Use workload identity for uploading artifacts
94
111
path_alias : sigs.k8s.io/cluster-api-addon-provider-helm
95
112
always_run : true
96
113
branches :
@@ -112,8 +129,12 @@ presubmits:
112
129
- name : KUBEBUILDER_ENVTEST_KUBERNETES_VERSION
113
130
value : " 1.20.2"
114
131
resources :
132
+ limits :
133
+ cpu : 7300m
134
+ memory : 4Gi
115
135
requests :
116
136
cpu : 7300m
137
+ memory : 4Gi
117
138
annotations :
118
139
testgrid-dashboards : sig-cluster-lifecycle-cluster-api-addon-provider-helm
119
140
testgrid-tab-name : caaph-pr-test-mink8s-main
0 commit comments