Merge pull request #11489 from influxdata/feat/restrict-circle-cpu
ci(circle): decrease the number of parallel race testspull/11490/head
commit
df9c4bd70d
|
@ -28,7 +28,7 @@ jobs:
|
|||
- image: circleci/golang:1.11
|
||||
environment:
|
||||
GOCACHE: /tmp/go-cache
|
||||
GOFLAGS: "-mod=readonly -p=4" # Go on Circle thinks 32 CPUs are available, but there aren't.
|
||||
GOFLAGS: "-mod=readonly -p=2" # Go on Circle thinks 32 CPUs are available, but there aren't.
|
||||
working_directory: /go/src/github.com/influxdata/influxdb
|
||||
steps:
|
||||
- checkout
|
||||
|
|
Loading…
Reference in New Issue