[wip] test tty on "run tests"#1413
Closed
ronh-rs wants to merge 4 commits intoI5444d12633533a7004d356dc018effa721ae4a5dfrom
Closed
[wip] test tty on "run tests"#1413ronh-rs wants to merge 4 commits intoI5444d12633533a7004d356dc018effa721ae4a5dfrom
ronh-rs wants to merge 4 commits intoI5444d12633533a7004d356dc018effa721ae4a5dfrom
Conversation
Update buildkite ecr plugin to 2.9.0. Also, set the plugin version with a variable to reduce some of the edits required when updating to a new version. Change-Id: Ic570863203270f95d314a425a4479452a3a8043d
The docker image build scripts generate a *lot* of docker output noise. In an effort to reduce it, this update adds "quiet" flag to pulls, and sets "progress" to "plain" on builds. Change-Id: I30aa89d62b53d5146877b570a3db99ce288991ac
Upgrading to 5+ versions of these plugins. Also, pulling the version numbers out into variables for easier updating. Change-Id: I5444d12633533a7004d356dc018effa721ae4a5d
trying to get color output back with new docker-compose. setting "ansi" didn't work (it's supposed to be true by default anyways, according to docs). DO NOT MERGE! Change-Id: I8a35c12c910c43bd9b85813b72b2a468ea54b961
dff87da to
a327e8e
Compare
adaad82 to
7b1fb52
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
trying to get color output back with new docker-compose. setting "ansi"
didn't work (it's supposed to be true by default anyways, according to
docs).
DO NOT MERGE!