@@ -47,6 +47,7 @@ presubmits:
47
47
testgrid-dashboards : sig-cluster-lifecycle-image-builder
48
48
testgrid-tab-name : pr-azure-sigs
49
49
- name : json-sort-check
50
+ cluster : eks-prow-build-cluster
50
51
decorate : true
51
52
run_if_changed : ' images/capi/.*\.json$'
52
53
decoration_config :
@@ -62,10 +63,15 @@ presubmits:
62
63
resources :
63
64
requests :
64
65
cpu : 1000m
66
+ memory : 4Gi
67
+ limits :
68
+ cpu : 1000m
69
+ memory : 4Gi
65
70
annotations :
66
71
testgrid-dashboards : sig-cluster-lifecycle-image-builder
67
72
testgrid-tab-name : pr-json-sort-check
68
73
- name : pull-packer-validate
74
+ cluster : eks-prow-build-cluster
69
75
decorate : true
70
76
run_if_changed : ' images/capi/Makefile|images/capi/packer/.*|images/capi/scripts/ci-packer-validate\.sh|images/capi/scripts/ensure-packer\.sh'
71
77
decoration_config :
@@ -78,6 +84,13 @@ presubmits:
78
84
args :
79
85
- runner.sh
80
86
- " ./images/capi/scripts/ci-packer-validate.sh"
87
+ resources :
88
+ requests :
89
+ cpu : 1000m
90
+ memory : 4Gi
91
+ limits :
92
+ cpu : 1000m
93
+ memory : 4Gi
81
94
annotations :
82
95
testgrid-dashboards : sig-cluster-lifecycle-image-builder
83
96
testgrid-tab-name : pr-packer-validate
@@ -110,6 +123,7 @@ presubmits:
110
123
testgrid-dashboards : sig-cluster-lifecycle-image-builder
111
124
testgrid-tab-name : pr-pull-image-builder-gcp-all
112
125
- name : pull-goss-populate
126
+ cluster : eks-prow-build-cluster
113
127
path_alias : sigs.k8s.io/image-builder
114
128
run_if_changed : ' images/capi/packer/config/.*|images/capi/packer/goss/.*|images/capi/scripts/ci-goss-populate\.sh|images/capi/hack/generate-goss-specs\.py'
115
129
decorate : true
@@ -122,6 +136,13 @@ presubmits:
122
136
args :
123
137
- runner.sh
124
138
- " ./images/capi/scripts/ci-goss-populate.sh"
139
+ resources :
140
+ requests :
141
+ cpu : 1000m
142
+ memory : 4Gi
143
+ limits :
144
+ cpu : 1000m
145
+ memory : 4Gi
125
146
annotations :
126
147
testgrid-dashboards : sig-cluster-lifecycle-image-builder
127
148
testgrid-tab-name : pr-goss-populate
0 commit comments