]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: always include variant in package names
authorMichael Anthony Knyszek <mknyszek@google.com>
Mon, 16 Jun 2025 16:31:10 +0000 (16:31 +0000)
committerMichael Knyszek <mknyszek@google.com>
Mon, 16 Jun 2025 22:48:19 +0000 (15:48 -0700)
commitd05825468921f8d0e54c81f59330d3b263057a54
treeaff91a4368c6e5c7bdeffb4b78f214882d37ff70
parent3254c2bb8308690a88a9f62b7f51c84d80325e79
cmd/dist: always include variant in package names

Our attempt to evenly distribute tests across shards struggles a bit
because certain long-running targets are very difficult to distinguish
in ResultDB, namely racebench and the test directory tests. These are
the only tests where the JSON output from dist omits the variant from
the package, making it impossible to distinguish them in the test result
data. My current suspicion is that this is preventing the load balancing
from being effective for the race builders in particular, though I worry
the longtest builders have a similar situation with the test directory
tests.

For #65814.

Change-Id: I5804c2af092ff9aa4a3f0f6897b4a57c4628f837
Reviewed-on: https://go-review.googlesource.com/c/go/+/681955
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Bypass: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
src/cmd/dist/test.go