-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
TEP-0142: Surface step results via sidecar logs #7414
TEP-0142: Surface step results via sidecar logs #7414
Conversation
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
0cd5f90
to
8349b82
Compare
8349b82
to
ed4d578
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
ed4d578
to
071bb40
Compare
The following is the coverage report on the affected files.
|
071bb40
to
4702d23
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
4702d23
to
cb14e57
Compare
/lgtm |
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
cb14e57
to
b099f62
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Yongxuanzhang The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
b099f62
to
0fcca32
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
Prior to this, we enabled surfacing step results via termination message. This PR does the same thing via sidecar logs.
0fcca32
to
cbd3850
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
/lgtm |
Prior to this, we enabled surfacing
Step Results
viatermination-message
. This PR does the same thing forsidecar-logs
. It would ensure that we can useStepResults
whenresults-from: sidecar-logs
feature flag is enabled.This PR is part of issue #7259.
Changes
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
/kind <type>
. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes
/kind feature