rapidsai / shared-actions

0 stars 3 forks source link

Summarize github job info and export to OTEL #14

Closed msarahan closed 1 month ago

msarahan commented 1 month ago

13 should be merged first. This PR builds on that one. The idea here is that the GitHub API provides us with a nice summary of steps. At the end of a given job, we should gather that information, parse it, and output the per-step timing info as spans to Tempo.

msarahan commented 1 month ago

I struggled to get the github action path thing to work. It seemed very fragile. I ended up just inlining the script. It's not huge, anyway. I'm going to close #13 and just clean things up here.