From 6a8b2ee30827d941f41679085a563fcb99ffc213 Mon Sep 17 00:00:00 2001 From: Alvin Huang Date: Thu, 20 Jun 2019 10:49:40 -0400 Subject: [PATCH] increase go test parallelism, resource_class and run tests on release branch (#2) --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index dc7ec9538..f7b5ad257 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: