We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-quick
1 parent 359b81d commit e2dbaf1Copy full SHA for e2dbaf1
1 file changed
src/tests/ci.md
@@ -150,7 +150,10 @@ Such a try build will not execute any tests, and it will allow compilation warni
150
It is useful when you want to
151
get an optimized toolchain as fast as possible, for a Crater run or performance benchmarks,
152
even if it might not be working fully correctly.
153
-If you want to do a full build for the default try job,
+
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,
157
specify its job name in a job pattern (explained below).
158
159
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