From b305989ef8ac06f8ff843a4ba04b53ec51810351 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Wed, 28 Feb 2024 11:01:36 -0500 Subject: [PATCH] maintner/maintnerd/maintapi: remove test cases for x/tools 1.19+1.18 CL 567495 removed the special case that CL 528155 added temporarily. This CL removes the updated test cases that CL 528540 needed to add back then. They're no longer passing and that is working as intended. Change-Id: I44dd237125b221a569b32608cded547514a2d17f Reviewed-on: https://go-review.googlesource.com/c/build/+/567816 Auto-Submit: Dmitri Shuralyov Reviewed-by: Carlos Amedee LUCI-TryBot-Result: Go LUCI Reviewed-by: Dmitri Shuralyov --- maintner/maintnerd/maintapi/api_test.go | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/maintner/maintnerd/maintapi/api_test.go b/maintner/maintnerd/maintapi/api_test.go index 4b0146fa70..f83231d66c 100644 --- a/maintner/maintnerd/maintapi/api_test.go +++ b/maintner/maintnerd/maintapi/api_test.go @@ -224,7 +224,7 @@ func TestTryWorkItem(t *testing.T) { }}, // Test that x/tools TryBots on gopls release branches are - // tested on tip and at least two supported releases. See issue 46156. + // tested on tip and two supported releases. See issue 46156. {"tools", 316773, &gerrit.ChangeInfo{}, nil, &apipb.GerritTryWorkItem{ Project: "tools", Branch: "gopls-release-branch.0.6", @@ -235,17 +235,12 @@ func TestTryWorkItem(t *testing.T) { "9995c6b50aa55c1cc1236d1d688929df512dad53", "e67a58b7cb2b228e04477dfdb1aacd8348e63534", "72ccabc99449b2cb5bb1438eb90244d55f7b02f5", - "619b8fd7d2c94af12933f409e962b99aa9263555", - "581603cb7d02019bbf4ff508014038f3120a3dcb", }, - GoBranch: []string{"master", "release-branch.go1.16", "release-branch.go1.15", - "release-branch.go1.19", "release-branch.go1.18"}, + GoBranch: []string{"master", "release-branch.go1.16", "release-branch.go1.15"}, GoVersion: []*apipb.MajorMinor{ {Major: 1, Minor: 17}, {Major: 1, Minor: 16}, {Major: 1, Minor: 15}, - {Major: 1, Minor: 19}, - {Major: 1, Minor: 18}, }, }},