forked from d2iq-archive/marathon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI
stdout
is printed to file instead of console (d2iq-archive#5633)
Summary: We're printing CI logs (sbt test integration:test...) directly to a log file. This should: - improve CI run time since we don't print to console and upload zipped artifacts (1/10 of log size) - theoretically solve our "jenkins log loop" problem by printing only very few lines (`stderr`) to console - logs are archived by Jenkins Additionally an old remnant (`review.py`) of phabricator times was removed.
- Loading branch information
Showing
5 changed files
with
17 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,5 @@ native/ | |
sandboxes/ | ||
sandboxes.tar.gz | ||
tests/performance/results | ||
ci.log | ||
ci.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters