Skip to content

x/build: add -longcrypto TryBot #76768

@FiloSottile

Description

@FiloSottile

Currently, the -longtest TryBots run on CLs that touch crypto/tls, to run the slow-ish BoGo test suite.

Also, cmd/dist runs the GOFIPS140=$VERSION go test crypto/... tests only in long mode.

This is sub-optimal in two ways: CLs that touch crypto/tls are excruciatingly slow to TryBot, and flake and suffer from broken builders all the time; meanwhile, most crypto CLs are not tested against older versions of the FIPS module.

Can we add a new TryBot which is enabled for all CLs that touch crypto/... and that tests in long mode only crypto/... and GOFIPS140=$VERSION go test crypto/...?

/cc @golang/release @golang/security

Metadata

Metadata

Assignees

Labels

Buildersx/build issues (builders, bots, dashboards)NeedsDecisionFeedback is required from experts, contributors, and/or the community before a change can be made.new-builder

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions