Skip to content

Commit 9d71ec1

Browse files
committed
Auto merge of #59054 - ehuss:ci-i686-gnu-tests, r=pietroalbini
CI: Trim some tests from i686-gnu This removes some tests from the i686-gnu job. This job clocks in at 2hr 56min, and removing these should cut about 10 to 15 minutes, giving a little more breathing room. I suspect these don't need to be tested on every platform.
2 parents 913ad6d + 609316a commit 9d71ec1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/ci/docker/i686-gnu/Dockerfile

+7-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,10 @@ COPY scripts/sccache.sh /scripts/
1818
RUN sh /scripts/sccache.sh
1919

2020
ENV RUST_CONFIGURE_ARGS --build=i686-unknown-linux-gnu
21-
ENV SCRIPT python2.7 ../x.py test
21+
# Exclude some tests that are unlikely to be platform specific, to speed up
22+
# this slow job.
23+
ENV SCRIPT python2.7 ../x.py test \
24+
--exclude src/bootstrap \
25+
--exclude src/test/rustdoc-js \
26+
--exclude src/tools/error_index_generator \
27+
--exclude src/tools/linkchecker

0 commit comments

Comments
 (0)