diff options
| author | bors <bors@rust-lang.org> | 2019-03-10 20:34:15 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-03-10 20:34:15 +0000 |
| commit | 9d71ec1358ac063fe6ff1eaed0ba6ed3cedde610 (patch) | |
| tree | 0b416c83383e488933b7e82cb1f06ddf30770367 | |
| parent | 913ad6d1f092c70049934ba538d342d295d35997 (diff) | |
| parent | 609316a7df8851aeba204e4575c39140788cd964 (diff) | |
| download | rust-9d71ec1358ac063fe6ff1eaed0ba6ed3cedde610.tar.gz rust-9d71ec1358ac063fe6ff1eaed0ba6ed3cedde610.zip | |
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.
| -rw-r--r-- | src/ci/docker/i686-gnu/Dockerfile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/ci/docker/i686-gnu/Dockerfile b/src/ci/docker/i686-gnu/Dockerfile index daa24e0e818..17441ddb454 100644 --- a/src/ci/docker/i686-gnu/Dockerfile +++ b/src/ci/docker/i686-gnu/Dockerfile @@ -18,4 +18,10 @@ COPY scripts/sccache.sh /scripts/ RUN sh /scripts/sccache.sh ENV RUST_CONFIGURE_ARGS --build=i686-unknown-linux-gnu -ENV SCRIPT python2.7 ../x.py test +# Exclude some tests that are unlikely to be platform specific, to speed up +# this slow job. +ENV SCRIPT python2.7 ../x.py test \ + --exclude src/bootstrap \ + --exclude src/test/rustdoc-js \ + --exclude src/tools/error_index_generator \ + --exclude src/tools/linkchecker |
