Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[internal] Re-enable colors in CI #12141

Merged
merged 1 commit into from
May 28, 2021
Merged

Conversation

Eric-Arellano
Copy link
Contributor

Looks like our check sys.stdout.isatty() results in disabling colors in CI, even though they are known to work with GitHub Actions and Travis.

Fixing this robustly seems challenging, so instead (for now) we note this issue in our CI docs, given that this isn't a very problematic issue: https://www.pantsbuild.org/docs/using-pants-in-ci#configuring-pants-for-ci-pantscitoml-optional

[ci skip-rust]
[ci skip-build-wheels]

# Rust tests and lints will be skipped. Delete if not intended.
[ci skip-rust]

# Building wheels and fs_util will be skipped. Delete if not intended.
[ci skip-build-wheels]
@Eric-Arellano Eric-Arellano requested a review from tdyas May 27, 2021 22:19
@Eric-Arellano Eric-Arellano merged commit fb03340 into pantsbuild:main May 28, 2021
@Eric-Arellano Eric-Arellano deleted the colors branch May 28, 2021 00:18
@wisechengyi wisechengyi mentioned this pull request May 30, 2021
wisechengyi added a commit that referenced this pull request May 30, 2021
### Internal Changes

* Prepare 2.5.1rc1 ([#12148](#12148))
* MultiGet accepts an arbitrary number of Gets. ([#12145](#12145))
* [internal] Re-enable colors in CI ([#12141](#12141))
* allow prepending args to the venv invocation ([#12137](#12137))
* Remove `dynamic_ui` and `colors` options from `pants.ci.toml` ([#12134](#12134))
* Prepare 2.5.1rc0 ([#12131](#12131))
* Prepare 2.4.2rc0 ([#12127](#12127))
* [internal] Turn on verbose logging in CI ([#12106](#12106))
* [internal] Restore #12085 and skip flaky test ([#12112](#12112))
* Revert "Use pytest tmp_path fixture (#12085)" to fix flaky test ([#12109](#12109))
* do not add a leading slash if REAPI instance name is empty ([#12103](#12103))
* Remove workaround for macOS failing to launch process with materialized argv0 ([#12095](#12095))
* Fix type hints for `UnionMembership.get()` ([#12092](#12092))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants