Skip to content

Commit 3973872

Browse files
committed
split jobs
1 parent 3cab3bf commit 3973872

File tree

1 file changed

+50
-2
lines changed

1 file changed

+50
-2
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 50 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,10 +212,58 @@ auto:
212212
- image: dist-x86_64-netbsd
213213
<<: *job-linux-4c
214214

215-
- image: i686-gnu
215+
- image: i686-gnu-1
216+
env:
217+
SCRIPT: >
218+
python3 ../x.py --stage 2 test
219+
tests/ui
220+
tests/rustdoc
221+
tests/run-make
222+
tests/rustdoc-ui
223+
tests/ui-fulldeps
224+
tests/rustdoc
225+
<<: *job-linux-4c
226+
227+
- image: i686-gnu-2
228+
env:
229+
SCRIPT: >
230+
python3 ../x.py --stage 2 test
231+
--skip tests/ui
232+
--skip tests/rustdoc
233+
--skip tests/run-make
234+
--skip tests/rustdoc-ui
235+
--skip tests/ui-fulldeps
236+
--skip tests/rustdoc
237+
--skip src/bootstrap
238+
--skip tests/rustdoc-js
239+
--skip src/tools/error_index_generator
240+
--skip src/tools/linkchecker
241+
<<: *job-linux-4c
242+
243+
- image: i686-gnu-nopt-1
244+
env:
245+
SCRIPT: >
246+
python3 ../x.py test --stage 0 --config /config/nopt-std-config.toml library/std &&
247+
python3 ../x.py --stage 2 test
248+
tests/ui
249+
tests/rustdoc
250+
tests/run-make
251+
tests/rustdoc-ui
252+
tests/ui-fulldeps
253+
tests/rustdoc
216254
<<: *job-linux-4c
217255

218-
- image: i686-gnu-nopt
256+
- image: i686-gnu-nopt-2
257+
env:
258+
SCRIPT: >
259+
python3 ../x.py test --stage 0 --config /config/nopt-std-config.toml library/std &&
260+
python3 ../x.py --stage 2 test
261+
--skip tests/ui
262+
--skip tests/rustdoc
263+
--skip tests/run-make
264+
--skip tests/rustdoc-ui
265+
--skip tests/ui-fulldeps
266+
--skip tests/rustdoc
219267
<<: *job-linux-4c
220268

221269
- image: mingw-check

0 commit comments

Comments
 (0)