Skip to content

Commit 348a2d2

Browse files
committed
describe bors try parent=sha builds
1 parent 02ba22e commit 348a2d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/tests/ci.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,10 @@ of [`jobs.yml`]:
173173
- `optional` jobs are executed only when explicitly requested via a try build.
174174
They are typically used for tier 2 and tier 3 targets.
175175

176+
One reason to do a try build is to do a perf run, as described above, with `@rust-timer queue`.
177+
This perf build then compares against some commit on main.
178+
With `@bors try parent=<sha>` you can build against a specific commit on `main` to help make the perf comparison as fair as possible.
179+
176180
> **Using `try-job` PR description directives**
177181
>
178182
> 1. Identify which set of try-jobs you would like to exercise. You can

0 commit comments

Comments
 (0)