Skip to content

Commit e2dbaf1

Browse files
committed
Document the -quick job suffix
1 parent 359b81d commit e2dbaf1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/tests/ci.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,10 @@ Such a try build will not execute any tests, and it will allow compilation warni
150150
It is useful when you want to
151151
get an optimized toolchain as fast as possible, for a Crater run or performance benchmarks,
152152
even if it might not be working fully correctly.
153-
If you want to do a full build for the default try job,
153+
154+
The CI job executed in fast try builds has a special suffix (`-quick`),
155+
to distinguish it from a full build of the default try job.
156+
If you want to do the full build instead,
154157
specify its job name in a job pattern (explained below).
155158

156159
If you want to run custom CI jobs in a try build and make sure that they pass all tests and do

0 commit comments

Comments
 (0)