ci: upsize many slow-running circleci builds (#12742)

This commit is contained in:
R.B. Boyer 2022-04-11 14:40:57 -05:00 committed by GitHub
parent 140e4f5578
commit c24df50476
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -177,6 +177,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>>"
@ -241,7 +242,7 @@ jobs:
go-test-arm64: go-test-arm64:
machine: machine:
image: ubuntu-2004:202101-01 image: ubuntu-2004:202101-01
resource_class: arm.medium resource_class: arm.large
parallelism: 4 parallelism: 4
environment: environment:
<<: *ENVIRONMENT <<: *ENVIRONMENT
@ -272,6 +273,7 @@ jobs:
go-test: go-test:
docker: docker:
- image: *GOLANG_IMAGE - image: *GOLANG_IMAGE
resource_class: large
parallelism: 4 parallelism: 4
environment: environment:
<<: *ENVIRONMENT <<: *ENVIRONMENT
@ -328,6 +330,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
@ -401,6 +404,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:
@ -438,6 +442,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
@ -470,6 +475,7 @@ jobs:
dev-build: dev-build:
docker: docker:
- image: *GOLANG_IMAGE - image: *GOLANG_IMAGE
resource_class: large
environment: environment:
<<: *ENVIRONMENT <<: *ENVIRONMENT
steps: steps: