You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,6 +177,22 @@ Should be used with some care, since the actual storage used is outside the cont
177
177
178
178
Example: `/var/lib/buildkite/builds`
179
179
180
+
### `resources-request-cpu` (optional, string)
181
+
182
+
Sets [cpu request](https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/) for the build container.
183
+
184
+
### `resources-limit-cpu` (optional, string)
185
+
186
+
Sets [cpu limit](https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/) for the build container.
187
+
188
+
### `resources-request-memory` (optional, string)
189
+
190
+
Sets [memory request](https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/) for the build container.
191
+
192
+
### `resources-limit-memory` (optional, string)
193
+
194
+
Sets [memory limit](https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/) for the build container.
195
+
180
196
### `workdir` (optional, string)
181
197
182
198
Override the working directory to run the command in, inside the container. The default is the build directory where the buildkite bootstrap and git checkout runs.
0 commit comments