Skip to content

Commit 9eb4667

Browse files
committed
UPSTREAM: <squash>: bump build image and more memory
Signed-off-by: Dr. Stefan Schimanski <[email protected]>
1 parent 5e7c0a7 commit 9eb4667

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.prow.yaml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,14 @@ presubmits:
77
preset-goproxy: "true"
88
spec:
99
containers:
10-
- image: ghcr.io/kcp-dev/infra/build:1.20.9-1
11-
command:
12-
- make
13-
- test
10+
- image: ghcr.io/kcp-dev/infra/build:1.20.13-1
11+
command:
12+
- make
13+
- test
14+
env:
15+
- name: USE_GOTESTSUM
16+
value: '1'
17+
resources:
18+
requests:
19+
memory: 4Gi
20+
cpu: 2

0 commit comments

Comments
 (0)