Skip to content

Commit 609316a

Browse files
committed
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.
1 parent e1b8898 commit 609316a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/ci/docker/i686-gnu/Dockerfile

Lines changed: 7 additions & 1 deletion
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)