]> Cypherpunks repositories - gostls13.git/commit
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, 25 Jan 2024 23:12:44 +0000 (23:12 +0000)
commit5c7c24ce827b10982245951f6c2b1bbf0abc5aae
treed78115f4f08fcc611d4e76daac8f2959eb17ab84
parent93f0c0b25e7ea8ae7c2d5df32c6083cfabf2ffc2
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.

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