Commit b77d5b3
authored
[chore] Ensure "update-otel workflow failed" issues have logs from all job steps (#44583)
#### Description
When the `update-otel` workflow fails, an issue titled "update-otel
workflow failed" is created, containing the last 100 lines of the CI's
log output to help diagnose the problem. However, we've recently seen
failures in steps that aren't covered by this log capture, which makes
the output useless. (Example: #44580, where the failure was while
creating the PR)
This PR ensures we capture logs from all steps in the `update-otel` job.1 parent e3474d7 commit b77d5b3
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
56 | | - | |
| 57 | + | |
| 58 | + | |
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
| |||
0 commit comments