commit | d99414caded3331fa430a6769c41a265fc15e03f | [log] [tgz] |
---|---|---|
author | Philipp Wollermann <philwo@google.com> | Tue May 28 17:26:09 2019 +0200 |
committer | Philipp Wollermann <philwo@google.com> | Wed Jun 05 12:59:56 2019 +0200 |
tree | 31c15a1d37ba5faa6e6507bc49604a1b23336a53 | |
parent | 1dc769932caf3a824fae97e9a0bca65b12b7c3bb [diff] [blame] |
Fix #230: Set --terminal_columns correctly for Buildkite
diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py index e8adc45..5f2cf91 100755 --- a/buildkite/bazelci.py +++ b/buildkite/bazelci.py
@@ -1175,6 +1175,7 @@ "--show_progress_rate_limit=5", "--curses=yes", "--color=yes", + "--terminal_columns=143", "--verbose_failures", "--keep_going", "--jobs=" + concurrent_jobs(platform),