Skip to content

Commit cc5e1db

Browse files
committed
fix
1 parent a2ae034 commit cc5e1db

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -213,21 +213,21 @@ auto:
213213
<<: *job-linux-4c
214214

215215
# The i686-gnu job is split into multiple jobs to run tests in parallel.
216-
# Here's the reasons for the two skip blocks in i686-gnu-1:
217-
# - first: skip tests that run in i686-gnu-2.
218-
# - second: skip tests that are unlikely to be platform specific, to speed up this slow job
216+
#
217+
# The `src` and `tests` tests are skipped to speed up this slow job.
218+
# These tests can be skipped because they are unlikely to be platform specific.
219+
#
220+
# The other tests are skipped because they run in i686-gnu-2.
219221
- image: i686-gnu-1
220222
env:
221223
IMAGE: i686-gnu
222224
SCRIPT: >
223225
python3 ../x.py --stage 2 test
224-
225226
--skip compiler
226227
--skip library
227228
--skip tidyselftest
228229
--skip coverage-map
229230
--skip coverage-run
230-
231231
--skip src/bootstrap
232232
--skip tests/rustdoc-js
233233
--skip src/tools/error_index_generator

0 commit comments

Comments
 (0)