increase go test parallelism, resource_class and run tests on release branch (#2)

This commit is contained in:
Alvin Huang 2019-06-20 10:49:40 -04:00 committed by Matt Keeler
parent 686e4606c6
commit 6a8b2ee308
1 changed files with 3 additions and 1 deletions

View File

@ -55,7 +55,7 @@ jobs:
go-test:
docker:
- image: *GOLANG_IMAGE
parallelism: 4
parallelism: 8
environment:
<<: *ENVIRONMENT
GOTAGS: '' # No tags for OSS but there are for enterprise
@ -124,6 +124,7 @@ jobs:
- image: *GOLANG_IMAGE
environment: &build-env
GOXPARALLEL: 2 # CircleCI containers are 2 CPU x 4GB RAM
resource_class: large
steps:
- checkout
- run: make tools
@ -577,6 +578,7 @@ workflows:
branches:
only:
- /^bug\/flaky-test-.*$/ # only run go tests on bug/flaky-test-* for now since we are fixing tests
- release/1-6
- go-test-api: *go-test
- dev-upload-s3:
requires: