Remove double thread restriction on build 12/94712/1
authorKiran Kamineni <kiran.k.kamineni@intel.com>
Fri, 30 Aug 2019 21:01:59 +0000 (14:01 -0700)
committerKiran Kamineni <kiran.k.kamineni@intel.com>
Fri, 30 Aug 2019 21:02:05 +0000 (14:02 -0700)
The double thread restriction on the build was introduced
to alleviate runtime memory exceptions.
Now that we have a larger VM for builds, this is not required.

Issue-ID: MULTICLOUD-666
Change-Id: I7568c094a3b4ef0b33dde456d4abfacd0606ffc8
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
src/k8splugin/Makefile

index 5544994..d5bdb6f 100644 (file)
@@ -44,5 +44,5 @@ clean:
 
 .PHONY: cover
 cover:
-       @go test -p 2 ./... -coverprofile=coverage.out
+       @go test ./... -coverprofile=coverage.out
        @go tool cover -html=coverage.out -o coverage.html