Use --no-color ginkgo option for upstream e2e#1053
Use --no-color ginkgo option for upstream e2e#1053cpmeadors wants to merge 1 commit intoopenshift:mainfrom
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cpmeadors The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
I kinda like the color. It helps pop the errors. Why do you want to disable it? |
ec09ba5 to
1152ab6
Compare
For local execution, I agree. My intention was to only disable colors for CI cases. Will have to pass options to the script. |
1152ab6 to
2b5ef78
Compare
|
ci/prow/test-e2e-4-18 failed but it showed that it was running with --no-color |
|
"[It] should allow to update the PodTemplate in LeaderWorkerSet" failed due to timeout |
|
/override ci/prow/test-e2e-4-18 |
|
@cpmeadors: Overrode contexts on behalf of cpmeadors: ci/prow/test-e2e-4-18 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
2b5ef78 to
0481bd4
Compare
|
test test-e2e-upstream-4-20 |
|
/test test-e2e-upstream-4-20 |
|
Maybe this option needs to be passed in from the prow job. I thought we had a separate ci and local make target for upstream e2e. That pattern is messy. |
|
/hold |
|
@cpmeadors: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
This PR adds the --no-color option to the ginkgo execution of the upstream e2e tests. This makes reading the logs in Prow much easier.
Verification can be done by looking at the output of a local "make e2e-upstream-test" and the prow logs from Ci jobs to make sure there are no colors or ANSI characters showing up.