Skip to content

Commit f2ef16b

Browse files
committed
split tests
1 parent ea19abe commit f2ef16b

File tree

2 files changed

+10
-15
lines changed

2 files changed

+10
-15
lines changed

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,10 @@ RUN echo "[rust]" > /config/nopt-std-config.toml
2727
RUN echo "optimize = false" >> /config/nopt-std-config.toml
2828

2929
ENV RUST_CONFIGURE_ARGS --build=i686-unknown-linux-gnu --disable-optimize-tests
30-
# We run the other tests in i686-gnu-nopt-2
3130
ENV SCRIPT python3 ../x.py test --stage 0 --config /config/nopt-std-config.toml library/std \
3231
&& python3 ../x.py --stage 2 test \
33-
tests/ui \
34-
tests/rustdoc \
35-
tests/run-make \
36-
tests/rustdoc-ui \
37-
tests/ui-fulldeps \
38-
tests/rustdoc
32+
# Skip tests that we run in i686-gnu-nopt-2
33+
--skip tests \
34+
--skip src \
35+
--skip coverage-map \
36+
--skip coverage-run \

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

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,8 @@ RUN echo "[rust]" > /config/nopt-std-config.toml
2727
RUN echo "optimize = false" >> /config/nopt-std-config.toml
2828

2929
ENV RUST_CONFIGURE_ARGS --build=i686-unknown-linux-gnu --disable-optimize-tests
30-
ENV SCRIPT python3 ../x.py test --stage 0 --config /config/nopt-std-config.toml library/std \
31-
&& python3 ../x.py --stage 2 test \
32-
--skip tests/ui \
33-
--skip tests/rustdoc \
34-
--skip tests/run-make \
35-
--skip tests/rustdoc-ui \
36-
--skip tests/ui-fulldeps \
37-
--skip tests/rustdoc
30+
ENV SCRIPT python3 ../x.py --stage 2 test \
31+
# Skip tests that we run in i686-gnu-nopt-1
32+
--skip compiler \
33+
--skip library \
34+
--skip tidyselftest \

0 commit comments

Comments
 (0)