Skip to content

Conversation

@stevekuznetsov
Copy link
Contributor

This reverts commit 33cf8d5.

Signed-off-by: Steve Kuznetsov [email protected]

This reverts commit 33cf8d5.

Signed-off-by: Steve Kuznetsov <[email protected]>
@stevekuznetsov stevekuznetsov added the lgtm Indicates that a PR is ready to be merged. label Jul 30, 2018
@stevekuznetsov
Copy link
Contributor Author

@smarterclayton should drop our footprint

@openshift-ci-robot openshift-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jul 30, 2018
@openshift-merge-robot openshift-merge-robot merged commit 7776395 into openshift:master Jul 30, 2018
@openshift-ci-robot
Copy link
Contributor

@stevekuznetsov: Updated the config configmap using the following files:

  • key config.yaml using file cluster/ci/config/prow/config.yaml
Details

In response to this:

This reverts commit 33cf8d5.

Signed-off-by: Steve Kuznetsov [email protected]

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/test-infra repository.

derekhiggins pushed a commit to derekhiggins/release that referenced this pull request Oct 24, 2023
* Line-buffer log output

Because there is a pipe (from awk to tee) in our log output pipeline,
output is now buffered, which is bad for watching in real time. awk
doesn't provide an option to line-buffer the output even though it is
not going to a terminal, so explicitly call fflush() after each line.

Fixes openshift#1121

* Only add timestamps in logfile, not on console

The make realclean script includes calls to podman that prompt on the
console. Since the prompts don't end with a newline, they are not
printed immediately as stderr is redirected along with stdout.

Move the awk invocation that adds timestamps to the log file path only
(after the tee), so that prompts are displayed on the console
immediately.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lgtm Indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants