Skip to content

Commit 50a4342

Browse files
committed
sembr src/tests/ci.md
1 parent 3946ce9 commit 50a4342

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src/tests/ci.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,13 @@ The live results can be seen on [the GitHub Actions workflows page].
109109
At any given time, at most a single `auto` build is being executed.
110110
Find 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
113114
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+
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

0 commit comments

Comments
 (0)