mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 13:55:55 +00:00
increase go test parallelism, resource_class and run tests on release branch (#2)
This commit is contained in:
parent
2ad516aeaf
commit
ef8e5747eb
@ -55,7 +55,7 @@ jobs:
|
|||||||
go-test:
|
go-test:
|
||||||
docker:
|
docker:
|
||||||
- image: *GOLANG_IMAGE
|
- image: *GOLANG_IMAGE
|
||||||
parallelism: 4
|
parallelism: 8
|
||||||
environment:
|
environment:
|
||||||
<<: *ENVIRONMENT
|
<<: *ENVIRONMENT
|
||||||
GOTAGS: '' # No tags for OSS but there are for enterprise
|
GOTAGS: '' # No tags for OSS but there are for enterprise
|
||||||
@ -124,6 +124,7 @@ jobs:
|
|||||||
- image: *GOLANG_IMAGE
|
- image: *GOLANG_IMAGE
|
||||||
environment: &build-env
|
environment: &build-env
|
||||||
GOXPARALLEL: 2 # CircleCI containers are 2 CPU x 4GB RAM
|
GOXPARALLEL: 2 # CircleCI containers are 2 CPU x 4GB RAM
|
||||||
|
resource_class: large
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: make tools
|
- run: make tools
|
||||||
@ -577,6 +578,7 @@ workflows:
|
|||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- /^bug\/flaky-test-.*$/ # only run go tests on bug/flaky-test-* for now since we are fixing tests
|
- /^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
|
- go-test-api: *go-test
|
||||||
- dev-upload-s3:
|
- dev-upload-s3:
|
||||||
requires:
|
requires:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user