Less verbose CI output#1904
Conversation
|
@dnephin Approach looks good. Any side effects to this change? I've poked the build, let's see if the new flag gets picked up. |
|
No side effects I can think of |
|
It looks like |
Codecov Report
@@ Coverage Diff @@
## master #1904 +/- ##
==========================================
- Coverage 47.23% 47.19% -0.04%
==========================================
Files 91 91
Lines 8964 8964
==========================================
- Hits 4234 4231 -3
- Misses 4031 4033 +2
- Partials 699 700 +1
Continue to review full report at Codecov.
|
5cdc66d to
274ce69
Compare
Signed-off-by: Daniel Nephin <[email protected]>
|
Apparently |
|
@dnephin Should we remove |
|
I like having -v to know what test is actually running. All it does is print the test name. |
Doesn't it also print logging, as well? |
Oh, yes it does, I never do fmt.Print* in tests, so I forgot. Well, if we want to keep those print, I guess we should remove |
|
I personally like seeing the test names in CI, I think that output has value. From what I can see there isn't much stdout/stderr in the output right now. There are still a few |
|
LGTM |
mlaventure
left a comment
There was a problem hiding this comment.
LGTM
Travis loads the log in a jiffy now, nice and clean!
|
Marking this as cherry-pick so we can have faster builds on 1.0 release builds. |
There's a lot of output in CI that isn't really relevant. This PR attempts to hide most of the irrelevant output. It depends on containerd/protobuild#12
No warnings or errors are hidden.