]> Cypherpunks repositories - gostls13.git/commit
[dev.typeparams] cmd/dist: disable -G=3 on the std go tests for now
authorDan Scales <danscales@google.com>
Wed, 17 Feb 2021 02:24:48 +0000 (18:24 -0800)
committerDan Scales <danscales@google.com>
Wed, 17 Feb 2021 17:00:37 +0000 (17:00 +0000)
commite196cb8258647652f552757d024b261731d95218
treec869de6635df7577cbda380e676ebd6bd193748e
parenta06bd9fecb4ec707a0b07a662283aa4970ecd9b8
[dev.typeparams] cmd/dist:  disable -G=3 on the std go tests for now

Disable -G=3 tests on the std go tests, in order to see if -G=3 is
causing the flakiness for the dev.typeparams builder, as opposed to
other changes in typeparams branch. It's possible that -G=3 is using
more CPU/RAM that causes flakiness, as opposed to more specific bugs.

Change-Id: I610bce2aabd26b2b1fddc5e63f85ffe4e958e0d8
Reviewed-on: https://go-review.googlesource.com/c/go/+/292850
TryBot-Result: Go Bot <gobot@golang.org>
Trust: Dan Scales <danscales@google.com>
Trust: Robert Griesemer <gri@golang.org>
Run-TryBot: Dan Scales <danscales@google.com>
Reviewed-by: Robert Griesemer <gri@golang.org>
src/cmd/dist/test.go