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

Disable progress bar on CI. #6281

Merged
merged 1 commit into from Nov 8, 2018

Conversation

Projects
None yet
5 participants
@ehuss
Contributor

ehuss commented Nov 7, 2018

Due to the recent change (#6233) to use ansi escape codes to clear the progress bar, Travis logs are looking quite odd. Generally you don't want the progress bar during CI builds anyways, so just disable it if "CI" is set, which most of the CI services do.

@rust-highfive

This comment has been minimized.

rust-highfive commented Nov 7, 2018

r? @alexcrichton

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

@alexcrichton

This comment has been minimized.

Member

alexcrichton commented Nov 7, 2018

r=me, but can a comment be added as well as to why the clause is there?

@ehuss ehuss force-pushed the ehuss:ci-progress branch from b6aa042 to f06a9e9 Nov 7, 2018

@ehuss

This comment has been minimized.

Contributor

ehuss commented Nov 7, 2018

Oops, yea!

@alexcrichton

This comment has been minimized.

Member

alexcrichton commented Nov 7, 2018

@bors: r+

@bors

This comment has been minimized.

Contributor

bors commented Nov 7, 2018

📌 Commit f06a9e9 has been approved by alexcrichton

@bors

This comment has been minimized.

Contributor

bors commented Nov 7, 2018

⌛️ Testing commit f06a9e9 with merge 2607b6a...

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

Auto merge of #6281 - ehuss:ci-progress, r=alexcrichton
Disable progress bar on CI.

Due to the recent change (#6233) to use ansi escape codes to clear the progress bar, Travis logs are looking quite odd. Generally you don't want the progress bar during CI builds anyways, so just disable it if "CI" is set, which most of the CI services do.
@bors

This comment has been minimized.

Contributor

bors commented Nov 8, 2018

💥 Test timed out

@dwijnand

This comment has been minimized.

Member

dwijnand commented Nov 8, 2018

@bors: retry

@bors

This comment has been minimized.

Contributor

bors commented Nov 8, 2018

⌛️ Testing commit f06a9e9 with merge 1ffd248...

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

Auto merge of #6281 - ehuss:ci-progress, r=alexcrichton
Disable progress bar on CI.

Due to the recent change (#6233) to use ansi escape codes to clear the progress bar, Travis logs are looking quite odd. Generally you don't want the progress bar during CI builds anyways, so just disable it if "CI" is set, which most of the CI services do.
@bors

This comment has been minimized.

Contributor

bors commented Nov 8, 2018

☀️ Test successful - status-appveyor, status-travis
Approved by: alexcrichton
Pushing 1ffd248 to master...

@bors bors merged commit f06a9e9 into rust-lang:master Nov 8, 2018

3 checks passed

continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment