]> Cypherpunks repositories - gostls13.git/commit
misc/reboot: skip TestRepeatBootstrap on short builders
authorBryan C. Mills <bcmills@google.com>
Tue, 23 Nov 2021 15:54:49 +0000 (10:54 -0500)
committerBryan C. Mills <bcmills@google.com>
Tue, 23 Nov 2021 16:52:38 +0000 (16:52 +0000)
commitb90c6b99b3fbe60f4782c3e3b85f0ba9bbcf5f50
tree98dd0d0d165ce6e238259d2ff40d49c2ff0ae502
parent066620f0d8597116a62d9423669ca569646de5ff
misc/reboot: skip TestRepeatBootstrap on short builders

This test is slow and resource-intensive, and will rarely catch
failures. It is important to run sometimes, but probably a waste of
time on smaller (and especially reverse) builders.
Rather than hard-coding a list of small builders, only run it on the
longtest builders.

Fixes #35233
Fixes #30892
Fixes #49753

Change-Id: I25a9702e1f541246ea200fd7c79414ca5f69edae
Reviewed-on: https://go-review.googlesource.com/c/go/+/366538
Trust: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
misc/reboot/reboot_test.go