Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Only run compare-mode tests on one builder #56391

Merged
merged 1 commit into from Dec 1, 2018

Conversation

Projects
None yet
5 participants
@alexcrichton
Copy link
Member

alexcrichton commented Nov 30, 2018

The run-pass test suite currently takes 30 minutes on Windows, and
that appears to be roughly split between two 15 minute runs of the test
suite: one without NLL and one with NLL. In discussion on Discord the
platform coverage of the NLL compare mode may not necessarily be worth
it, so this commit removes the NLL compare mode from tests by default,
and then reenables it on only one builder.

ci: Only run compare-mode tests on one builder
The run-pass test suite currently takes 30 minutes on Windows, and
that appears to be roughly split between two 15 minute runs of the test
suite: one without NLL and one with NLL. In discussion on Discord the
platform coverage of the NLL compare mode may not necessarily be worth
it, so this commit removes the NLL compare mode from tests by default,
and then reenables it on only one builder.
@rust-highfive

This comment has been minimized.

Copy link
Collaborator

rust-highfive commented Nov 30, 2018

r? @aturon

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton

This comment has been minimized.

Copy link
Member Author

alexcrichton commented Nov 30, 2018

@Mark-Simulacrum

This comment has been minimized.

Copy link
Member

Mark-Simulacrum commented Nov 30, 2018

Looks solid to me. @bors r+ p=1

(Feel free to bump priority down, but I feel like this should help queue move faster)

@bors

This comment has been minimized.

Copy link
Contributor

bors commented Nov 30, 2018

📌 Commit 8ee62bb has been approved by Mark-Simulacrum

@bors

This comment has been minimized.

Copy link
Contributor

bors commented Nov 30, 2018

⌛️ Testing commit 8ee62bb with merge 6488f95...

bors added a commit that referenced this pull request Nov 30, 2018

Auto merge of #56391 - alexcrichton:less-compare-mode, r=Mark-Simulacrum
ci: Only run compare-mode tests on one builder

The run-pass test suite currently takes 30 minutes on Windows, and
that appears to be roughly split between two 15 minute runs of the test
suite: one without NLL and one with NLL. In discussion on Discord the
platform coverage of the NLL compare mode may not necessarily be worth
it, so this commit removes the NLL compare mode from tests by default,
and then reenables it on only one builder.
@bors

This comment has been minimized.

Copy link
Contributor

bors commented Dec 1, 2018

💔 Test failed - status-appveyor

@alexcrichton

This comment has been minimized.

Copy link
Member Author

alexcrichton commented Dec 1, 2018

@bors: retry

@bors

This comment has been minimized.

Copy link
Contributor

bors commented Dec 1, 2018

⌛️ Testing commit 8ee62bb with merge aef4dbf...

bors added a commit that referenced this pull request Dec 1, 2018

Auto merge of #56391 - alexcrichton:less-compare-mode, r=Mark-Simulacrum
ci: Only run compare-mode tests on one builder

The run-pass test suite currently takes 30 minutes on Windows, and
that appears to be roughly split between two 15 minute runs of the test
suite: one without NLL and one with NLL. In discussion on Discord the
platform coverage of the NLL compare mode may not necessarily be worth
it, so this commit removes the NLL compare mode from tests by default,
and then reenables it on only one builder.
@bors

This comment has been minimized.

Copy link
Contributor

bors commented Dec 1, 2018

☀️ Test successful - status-appveyor, status-travis
Approved by: Mark-Simulacrum
Pushing aef4dbf to master...

@bors bors merged commit 8ee62bb into rust-lang:master Dec 1, 2018

2 checks passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details

@alexcrichton alexcrichton deleted the alexcrichton:less-compare-mode branch Dec 17, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.