0xB10C / project-ideas

project ideas I might work on if a day had more than 24h
MIT License
0 stars 0 forks source link

Analysis of Bitcoin Core CI logs and failures #3

Open 0xB10C opened 3 months ago

0xB10C commented 3 months ago

Saving the CI logs and metadata of Bitcoin Core to do data analysis on could be interesting. Extract

We started saving GitHub actions logs to our logs storage and being able to chart specific failures by the string of the failure over time is life changing. oh you’ve seen a test be flakey with X error, let’s chart it over the last 30 days, yup it is, but it started on this day.

ref: https://x.com/jessfraz/status/1817618262706073921

0xB10C commented 1 month ago

https://github.com/KittyCAD/modeling-app/blob/main/.github/workflows/cargo-test.yml#L44 is one way of doing it.

Can the CI logs be downloaded without needing to add something to the CI?