]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.22] internal/testenv: support the LUCI mobile builders in tests
authorMichael Anthony Knyszek <mknyszek@google.com>
Thu, 25 Jan 2024 17:23:15 +0000 (17:23 +0000)
committerMichael Knyszek <mknyszek@google.com>
Thu, 8 Feb 2024 16:18:37 +0000 (16:18 +0000)
commit20107e05a609b8f2e61a6b5e8dc258237ad046e7
tree0090bf2bdedc226a44ed0f59857001520da83ee6
parent53d1b73dffb567f1d568140e8692a34b3f96a79b
[release-branch.go1.22] internal/testenv: support the LUCI mobile builders in tests

This change updates the testenv tests to correctly match on future LUCI
builder names for mobile builders. This isn't a problem today because
those haven't been set up yet, but the builder names are structured and
it's clear where the modifiers will appear. Might as well set them up
now.

For #65473.
Fixes #65474.

Change-Id: I244b88a62a90312c0f3ff2360527d58531070362
Reviewed-on: https://go-review.googlesource.com/c/go/+/558597
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
(cherry picked from commit 5c7c24ce827b10982245951f6c2b1bbf0abc5aae)
Reviewed-on: https://go-review.googlesource.com/c/go/+/560536
src/internal/testenv/testenv_test.go