File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,11 +109,13 @@ 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
112+ Normally, when an auto job fails, the whole CI workflow immediately ends.
113+ However, it can be useful to
113114create 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+ merges on them.
116+ This can be useful if those jobs can be flaky.
115117
116- To do that, prefix such a job with ` optional- ` , and set ` continue_on_error: true ` for it in [ ` jobs.yml ` ] .
118+ To do that, prefix such a job with ` optional- ` , and set ` continue_on_error: true ` for it in [ ` jobs.yml ` ] .
117119
118120[ platform tiers ] : https://forge.rust-lang.org/release/platform-support.html#rust-platform-support
119121[ auto ] : https://github.com/rust-lang/rust/tree/automation/bors/auto
You can’t perform that action at this time.
0 commit comments