]> Cypherpunks.ru repositories - gostls13.git/commit
[release-branch.go1.21] 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:19:05 +0000 (16:19 +0000)
commitb214108e72d1b5091bdf044d2138e9e1247210ce
treed356739098767b2ca3d33ef9509faa8f77a5fc17
parentf997dfd33a7f3f6d3ec11546feb69f4e10c01717
[release-branch.go1.21] 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 #65475.

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/+/560895
src/internal/testenv/testenv_test.go