From df5d77beba1545f373cfa5b548f0024ebd9f2ceb Mon Sep 17 00:00:00 2001 From: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Date: Thu, 24 Oct 2024 16:28:49 +0200 Subject: [PATCH] docs: add step in crater test --- service-catalog/crater/how-to-test-crater.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/service-catalog/crater/how-to-test-crater.md b/service-catalog/crater/how-to-test-crater.md index 5422b6a..c0c22e2 100644 --- a/service-catalog/crater/how-to-test-crater.md +++ b/service-catalog/crater/how-to-test-crater.md @@ -8,10 +8,12 @@ check the [bot-usage](https://github.com/rust-lang/crater/blob/master/docs/bot-u document. However, if you want to run a quick test, here's how to do it: -1. Identify a PR where the bors testing succeeded - (e.g. [this](https://github.com/rust-lang/rust/pull/131362#issuecomment-2421811741)) +1. Identify a PR where the bors testing succeeded, like + [this](https://github.com/rust-lang/rust/pull/131362#issuecomment-2421811741) one. 2. Comment on the PR with the following command: ``` @craterbot run mode=check-only crates=https://gist.githubusercontent.com/MarcoIeni/3800cdca02ddb30ac98404cafa849c1b/raw/crates start=master# end=try# ``` - E.g. [this](https://github.com/rust-lang/rust/pull/131362#issuecomment-2435412130) + Example [here](https://github.com/rust-lang/rust/pull/131362#issuecomment-2435412130). +3. You should see the bot reply with a link to the crater [queue](https://crater.rust-lang.org/). + Example [here](https://github.com/rust-lang/rust/pull/131362#issuecomment-2435412322).