Uh oh!
There was an error while loading. Please reload this page.
Use quiet tests by default - #51367
Conversation
Mark-Simulacrum
left a comment
There was a problem hiding this comment.
We'll want to change https://github.com/rust-lang/rust/blob/master/src/ci/run.sh#L31 such that the condition is inverted and it passes disable-quiet-tests. We can probably unconditionally enable step timings if that makes the code easier.
(This is because otherwise diagnosing which test failed or "timed out" is near-impossible).
oli-obk
commented
Jun 7, 2018
I decided that |
emilyalbini
commented
Jun 18, 2018
Ping from triage @eddyb! This PR needs your review. |
oli-obk
commented
Jun 19, 2018
Mark-Simulacrum
commented
Jun 19, 2018
@bors r+ |
bors
commented
Jun 19, 2018
📌 Commit 0c1bcd3 has been approved by |
bors
commented
Jun 19, 2018
Use quiet tests by default r? @eddyb
bors
commented
Jun 19, 2018
☀️ Test successful - status-appveyor, status-travis |
Enable metrics and verbose tests in PR CI When debugging CI, I relatively often need to examine what tests are executed on PR CI, and what bootstrap steps does it execute. However, we currently disable both verbose tests and bootstrap metrics on PR CI for some reason. I'm not actually sure why though, as the PR that (probably) introduced this behavior (rust-lang#51367) didn't explain why. CC `@oli-obk`
Rollup merge of rust-lang#138396 - Kobzol:ci-metrics, r=marcoieni Enable metrics and verbose tests in PR CI When debugging CI, I relatively often need to examine what tests are executed on PR CI, and what bootstrap steps does it execute. However, we currently disable both verbose tests and bootstrap metrics on PR CI for some reason. I'm not actually sure why though, as the PR that (probably) introduced this behavior (rust-lang#51367) didn't explain why. CC `@oli-obk`
Enable metrics and verbose tests in PR CI When debugging CI, I relatively often need to examine what tests are executed on PR CI, and what bootstrap steps does it execute. However, we currently disable both verbose tests and bootstrap metrics on PR CI for some reason. I'm not actually sure why though, as the PR that (probably) introduced this behavior (rust-lang/rust#51367) didn't explain why. CC `@oli-obk`
r? @eddyb