Skip to content
Snippets Groups Projects
Commit 5fdb601c authored by R.B. Boyer's avatar R.B. Boyer Committed by R.B. Boyer
Browse files

[1.11.x] ci: upsize many slow-running circleci builds

Backport #12742 to 1.11.x

Conflicts:
- .circleci/config.yml
parent 8d189204
No related merge requests found
...@@ -123,6 +123,7 @@ jobs: ...@@ -123,6 +123,7 @@ jobs:
default: "" default: ""
docker: docker:
- image: *GOLANG_IMAGE - image: *GOLANG_IMAGE
resource_class: large
environment: environment:
GOTAGS: "" # No tags for OSS but there are for enterprise GOTAGS: "" # No tags for OSS but there are for enterprise
GOARCH: "<<parameters.go-arch>>" GOARCH: "<<parameters.go-arch>>"
...@@ -199,6 +200,7 @@ jobs: ...@@ -199,6 +200,7 @@ jobs:
docker: docker:
- image: *GOLANG_IMAGE - image: *GOLANG_IMAGE
parallelism: 4 parallelism: 4
resource_class: large
environment: environment:
<<: *ENVIRONMENT <<: *ENVIRONMENT
GOTAGS: "" # No tags for OSS but there are for enterprise GOTAGS: "" # No tags for OSS but there are for enterprise
...@@ -291,6 +293,7 @@ jobs: ...@@ -291,6 +293,7 @@ jobs:
go-test-32bit: go-test-32bit:
docker: docker:
- image: *GOLANG_IMAGE - image: *GOLANG_IMAGE
resource_class: large
environment: environment:
<<: *ENVIRONMENT <<: *ENVIRONMENT
GOTAGS: "" # No tags for OSS but there are for enterprise GOTAGS: "" # No tags for OSS but there are for enterprise
...@@ -364,6 +367,7 @@ jobs: ...@@ -364,6 +367,7 @@ jobs:
build-distros: &build-distros build-distros: &build-distros
docker: docker:
- image: *GOLANG_IMAGE - image: *GOLANG_IMAGE
resource_class: large
environment: &build-env environment: &build-env
<<: *ENVIRONMENT <<: *ENVIRONMENT
steps: steps:
...@@ -401,6 +405,7 @@ jobs: ...@@ -401,6 +405,7 @@ jobs:
build-arm: build-arm:
docker: docker:
- image: *GOLANG_IMAGE - image: *GOLANG_IMAGE
resource_class: large
environment: environment:
<<: *ENVIRONMENT <<: *ENVIRONMENT
CGO_ENABLED: 1 CGO_ENABLED: 1
...@@ -433,6 +438,7 @@ jobs: ...@@ -433,6 +438,7 @@ jobs:
dev-build: dev-build:
docker: docker:
- image: *GOLANG_IMAGE - image: *GOLANG_IMAGE
resource_class: large
environment: environment:
<<: *ENVIRONMENT <<: *ENVIRONMENT
steps: steps:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment