diff --git a/docs/Brew-Test-Bot.md b/docs/Brew-Test-Bot.md index 63ada0df93..70f7613165 100644 --- a/docs/Brew-Test-Bot.md +++ b/docs/Brew-Test-Bot.md @@ -5,9 +5,9 @@ image: /assets/img/brewtestbot.png # Brew Test Bot -`brew test-bot` is the name for the automated review and testing system funded by [our Kickstarter in 2013](https://www.kickstarter.com/projects/homebrew/brew-test-bot). +[`brew test-bot`](Manpage.md#test-bot-options-formula) is what runs the automated review and testing system funded by [our Kickstarter in 2013](https://www.kickstarter.com/projects/homebrew/brew-test-bot). -It comprises three Mac Pros hosting virtual machines, several M1 Mac minis and some cloud Ubuntu instances that run the [`test-bot.rb`](https://github.com/Homebrew/homebrew-test-bot) external command to perform automated testing of commits to the master branch, pull requests and custom builds requested by maintainers. +It comprises three Mac Pros hosting virtual machines, several Intel and M1 Mac minis and some cloud Ubuntu instances that run the [`test-bot.rb`](https://github.com/Homebrew/homebrew-test-bot) external command to perform bottle builds and automated testing of the full lifecycle of any change to Homebrew or its taps. ## Pull Requests @@ -25,10 +25,10 @@ A failed build looks like this: --- -A passed build looks like this: +A passed build that's been approved to merge looks like this: ![Passed Pull Request](assets/img/docs/brew-test-bot-passed-pr.png) --- -On failed or passed builds you can click the "Details" link to view the result in GitHub Actions. +On failed or passed builds you can click the "Details" link for each check to view its output in GitHub Actions. diff --git a/docs/assets/img/docs/brew-test-bot-failed-pr.png b/docs/assets/img/docs/brew-test-bot-failed-pr.png index 97fbd6c677..f0f3e2ce1b 100644 Binary files a/docs/assets/img/docs/brew-test-bot-failed-pr.png and b/docs/assets/img/docs/brew-test-bot-failed-pr.png differ diff --git a/docs/assets/img/docs/brew-test-bot-passed-pr.png b/docs/assets/img/docs/brew-test-bot-passed-pr.png index 3d3dd98c36..2c2543bc2f 100644 Binary files a/docs/assets/img/docs/brew-test-bot-passed-pr.png and b/docs/assets/img/docs/brew-test-bot-passed-pr.png differ diff --git a/docs/assets/img/docs/brew-test-bot-triggered-pr.png b/docs/assets/img/docs/brew-test-bot-triggered-pr.png index 9aafe62403..6fc17df107 100644 Binary files a/docs/assets/img/docs/brew-test-bot-triggered-pr.png and b/docs/assets/img/docs/brew-test-bot-triggered-pr.png differ