Skip to content

Commit 36ce10c

Browse files
authored
Bump memory to 8G in build all step (#191)
1 parent e8b2cc7 commit 36ce10c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ steps:
3131
agents:
3232
image: "docker.elastic.co/ci-agent-images/eck-region/go-builder-buildkite-agent:1.23.1-1"
3333
cpu: "5"
34-
memory: "7G"
34+
memory: "8G"
3535

3636
- label: ":helm: validate helm charts"
3737
command: "make validate-helm"

0 commit comments

Comments
 (0)