From ed40d1d70830784310efbce35700277a25de4c03 Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Tue, 13 Dec 2022 11:50:41 -0500 Subject: [PATCH] Updated SlowBots (markdown) --- SlowBots.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SlowBots.md b/SlowBots.md index 30781deb..15acc2ad 100644 --- a/SlowBots.md +++ b/SlowBots.md @@ -28,7 +28,7 @@ For the main Go repository, the terms after `TRY=` can also be: * `x/repo`, where `repo` is one of the golang.org/x repositories whose tests should be executed. This runs a default builder for the given repo (`linux-amd64` as of writing). * `x/repo@builder`, where `repo` is as above, and `builder` is a builder name from the [builder list](https://farmer.golang.org/builders). This runs the specified builder for the given repo. For example, `x/sys@linux-arm64-aws`. -When running TryBots again later, the most recent `TRY=` comment on the current patchset is used. To turn it off set `TRY=` with an empty string after the equals sign. If the current patchset doesn't have a `TRY=` comment, the most recent non-empty `TRY=` comment is used. +When running TryBots again later, the most recent `TRY=` comment on the current patchset is used. To turn it off set `TRY=` with an empty string after the equals sign. If the current patchset doesn't have a `TRY=` comment, the most recent `TRY=` comment is used. ## Pitfalls