Skip to content

Commit fd39fa9

Browse files
committed
split tests
1 parent dbd75b9 commit fd39fa9

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

src/ci/docker/host-x86_64/i686-gnu-1/Dockerfile

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,13 @@ RUN sh /scripts/sccache.sh
2525

2626
ENV RUST_CONFIGURE_ARGS --build=i686-unknown-linux-gnu
2727
# We run the other tests in i686-gnu-2
28-
ENV SCRIPT python3 ../x.py --stage 2 test \
29-
tests/ui \
30-
tests/rustdoc \
31-
tests/run-make \
32-
tests/rustdoc-ui \
33-
tests/ui-fulldeps \
34-
tests/rustdoc
28+
ENV SCRIPT python3 ../x.py --stage 2 \
29+
--skip compiler \
30+
--skip library \
31+
--skip tidyselftest \
32+
# Skip some tests that are unlikely to be platform specific, to speed up
33+
# this slow job.
34+
--skip src/bootstrap \
35+
--skip tests/rustdoc-js \
36+
--skip src/tools/error_index_generator \
37+
--skip src/tools/linkchecker

src/ci/docker/host-x86_64/i686-gnu-2/Dockerfile

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,10 @@ RUN sh /scripts/sccache.sh
2626
ENV RUST_CONFIGURE_ARGS --build=i686-unknown-linux-gnu
2727
ENV SCRIPT python3 ../x.py --stage 2 test \
2828
# Skip tests that we run in i686-gnu-1
29-
--skip tests/ui \
30-
--skip tests/rustdoc \
31-
--skip tests/run-make \
32-
--skip tests/rustdoc-ui \
33-
--skip tests/ui-fulldeps \
34-
--skip tests/rustdoc \
29+
--skip tests \
30+
--skip src \
31+
--skip coverage-map \
32+
--skip coverage-run \
3533
# Skip some tests that are unlikely to be platform specific, to speed up
3634
# this slow job.
3735
--skip src/bootstrap \

0 commit comments

Comments
 (0)