File tree Expand file tree Collapse file tree
src/doc/rustc-dev-guide/src/tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,6 +109,12 @@ The live results can be seen on [the GitHub Actions workflows page].
109109At any given time, at most a single ` auto ` build is being executed.
110110Find out more in [ Merging PRs serially with bors] ( #merging-prs-serially-with-bors ) .
111111
112+ Normally, when an auto job fails, the whole CI workflow immediately ends. However, it can be useful to
113+ create auto jobs that are "non-blocking", or optional, to test them on CI for some time before blocking
114+ merges on them. This can be useful if those jobs can be flaky.
115+
116+ To do that, prefix such a job with ` optional- ` , and set ` continue_on_error: true ` for it in [ ` jobs.yml ` ] .
117+
112118[ platform tiers ] : https://forge.rust-lang.org/release/platform-support.html#rust-platform-support
113119[ auto ] : https://github.com/rust-lang/rust/tree/automation/bors/auto
114120
You can’t perform that action at this time.
0 commit comments