about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2020-07-01T00·14+0100
committertazjin <mail@tazj.in>2020-07-03T23·17+0000
commit10180e70ec6bde46d307c4b50cfb23184f66ad2d (patch)
tree08865be50e79c21f456ffb4ac7db4b8eafe72e87
parent096fa1063234fa25ee9d859f1595f6f69d9e1c39 (diff)
chore(besadii): Stop adding Code-Review label on CLs r/1202
We now use the actual 'Verified' label instead of Code-Review from
Buildkite, this workaround is no longer required.

This reverts commit d3f9cb0ec398d25a3be01cbc7c9b1ee8716b877f.

Change-Id: Ib8c1680eae844cb7b45bf8837acf2af03d4ed344
Reviewed-on: https://cl.tvl.fyi/c/depot/+/909
Reviewed-by: BuildkiteCI
Reviewed-by: glittershark <grfn@gws.fyi>
Tested-by: BuildkiteCI
-rw-r--r--ops/besadii/main.go27
1 files changed, 0 insertions, 7 deletions
diff --git a/ops/besadii/main.go2 b/ops/besadii/main.go2
index dac711ce28..27dd76b42f 100644
--- a/ops/besadii/main.go2
+++ b/ops/besadii/main.go2
@@ -268,13 +268,6 @@ func postCommandMain() {
 		OmitDuplicateComments: true,
 		Labels: map[string]int{
 			"Verified": verified,
-			// TODO(tazjin): The Code-Review label is only used here
-			// temporarily, as our build rules do not check for 'Verified'
-			// right now (because CI doesn't run 24/7).
-			//
-			// Having a Code-Review label lets us signal the build status on
-			// the review, but without having to always require it.
-			"Code-Review": verified,
 		},
 	}