Skip to content

Commit fe056ab

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/tests/ci.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,11 @@ 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 base your try build and subsequent perf run on a specific commit on `main`,
179+
to help make the perf comparison as fair as possible.
180+
176181
> **Using `try-job` PR description directives**
177182
>
178183
> 1. Identify which set of try-jobs you would like to exercise. You can

0 commit comments

Comments
 (0)