Skip to content

Commit 680e37c

Browse files
committed
Bump release cpu
1 parent 323980e commit 680e37c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.buildkite/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ steps:
22
- label: Release
33
agents:
44
image: "golang:1.23.2@sha256:a7f2fc9834049c1f5df787690026a53738e55fc097cd8a4a93faa3e06c67ee32"
5-
cpu: "8"
5+
cpu: "12"
66
memory: "32G"
77
command:
88
- ".buildkite/scripts/release.sh"

.golangci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# increase the default timeout for slow CI needs
2+
run:
3+
timeout: 300s
4+
concurrency: 0

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ misspell:
260260

261261
.PHONY: golangci-lint
262262
golangci-lint:
263-
@ $(GOBIN)/golangci-lint run --max-same-issues=0 --timeout=300s $(GOLANGCIFLAGS) ./internal/...
263+
@ $(GOBIN)/golangci-lint run --max-same-issues=0 $(GOLANGCIFLAGS) ./internal/...
264264

265265

266266
.PHONY: lint

0 commit comments

Comments
 (0)