Here’s a Chrome extension with some useful Buildkite workflow shortcuts, currently including a button to retry all failed tests on your current buildkite page and a way to quickly report test-infra issues. DISCLAIMER please retry responsibly and only use if you know that your tests are flaking due to reasons unrelated to your changes 🙂
-
Clone this repo.
-
Navigate to, chrome://extensions/
-
Enable "Developer mode"
-
Click "Load unpacked"
-
Select this repo and click "Open"
-
Navigate to webpage of the build (https://buildkite.com/$BUILDKITE_ORGANIZATION_SLUG/$BUILDKITE_PIPELINE_SLUG/builds/$BUILDKITE_BUILD_NUMBER)
-
If enabled correctly, the extension will add a "Retry Failed" button to the page.
-
Select the text of the failing test that you'd like to include in your error report.
-
Right-click and then select "Copy report with error..." from the dropdown.