chore: remove CircleCI parallelism (#10862)

This commit is contained in:
Joshua Powers 2022-03-24 10:55:15 -07:00 committed by GitHub
parent eafde73ece
commit 37d97ff4e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 6 deletions

View File

@ -86,8 +86,7 @@ commands:
steps: steps:
- run: echo 'export RACE="-race"' >> $BASH_ENV - run: echo 'export RACE="-race"' >> $BASH_ENV
- run: | - run: |
PACKAGE_NAMES=$(go list ./... | circleci tests split --split-by=timings --timings-type=classname) GOARCH=<< parameters.arch >> ./<< parameters.gotestsum >> --junitfile test-results/gotestsum-report.xml -- ${RACE} -short ./...
GOARCH=<< parameters.arch >> ./<< parameters.gotestsum >> --junitfile test-results/gotestsum-report.xml -- ${RACE} -short $PACKAGE_NAMES
- store_test_results: - store_test_results:
path: test-results path: test-results
- when: - when:
@ -160,7 +159,6 @@ commands:
jobs: jobs:
test-go-linux: test-go-linux:
executor: go-1_17 executor: go-1_17
parallelism: 4
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:
@ -182,7 +180,6 @@ jobs:
- '*' - '*'
test-go-linux-386: test-go-linux-386:
executor: go-1_17 executor: go-1_17
parallelism: 4
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:
@ -198,7 +195,6 @@ jobs:
steps: steps:
- test-go: - test-go:
os: darwin os: darwin
parallelism: 4
test-go-windows: test-go-windows:
executor: executor:
name: win/default name: win/default
@ -207,7 +203,6 @@ jobs:
- test-go: - test-go:
os: windows os: windows
gotestsum: "gotestsum.exe" gotestsum: "gotestsum.exe"
parallelism: 4
windows-package: windows-package:
parameters: parameters: