We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86e05cd commit f5f2011Copy full SHA for f5f2011
1 file changed
src/doc/rustc-dev-guide/src/tests/ci.md
@@ -148,6 +148,13 @@ for example `*msvc*` or `*-alt`. You can start at most 20 jobs in a single try b
148
glob patterns, you might want to wrap them in backticks (`` ` ``) to avoid GitHub rendering
149
the pattern as Markdown.
150
151
+The job pattern needs to match one or more jobs defined in the `auto` or `optional` sections
152
+of [`jobs.yml`]:
153
+
154
+- `auto` jobs are executed before a commit is merged into the `master` branch.
155
+- `optional` jobs are executed only when explicitly requested via a try build.
156
+ They are typically used for tier 2 and tier 3 targets.
157
158
> **Using `try-job` PR description directives**
159
>
160
> 1. Identify which set of try-jobs you would like to exercise. You can
0 commit comments