[API] Logs for a workflow run are different between those downloaded from UI and through API #153973
Replies: 1 comment
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Body
Hi,
I have a workflow run https://github.com/openvinotoolkit/openvino/actions/runs/13724145680 that has an error in one of the jobs,


Jax Layer Tests.When I go into the job tab and use the gear icon to
Download log archive, I get the archive that contains full logs for the jobs in the.txtfiles, including the one with the error:and this log file has the error that is present if viewed using the UI:
If I download the logs using the GitHub Actions API https://api.github.com/repos/openvinotoolkit/openvino/actions/runs/13724145680/logs, I get the following structure which is expected:


However, when I open the
JAX Layer Tests JAX Layer Testsfolder, I get this:only one file, without the rest of the logs. All the successful jobs have full logs, for each step.
We have a system for log analysis and rely on the full logs to be present. Why are the log files not present in the archive if downloaded through API?
Beta Was this translation helpful? Give feedback.
All reactions