Persistent failure of "arduino-stats" GitHub Actions workflow runs #971
Labels
topic: infrastructure
Related to project infrastructure
type: imperfection
Perceived defect in any part of project
Describe the problem
The "arduino-stats" GitHub Actions workflow was designed to periodically gather download statistics from Arduino's CDN and push them to Datadog.
🐛 On 2022-03-14, the runs of the "arduino-stats" GitHub Actions workflow began to fail:
Because there had not been any relevant change in the repository between the last successful run and the first failing run, it seems likely that some external change caused the breakage.
To reproduce
🐛 They have all failed since 2022-03-14
Expected behavior
All workflows in the repository to be useful and in a functional state.
Additional context
The same problem happened with the workflow in the Arduino CLI repository. Since that workflow was not ever working correctly (I don't have any idea whether the one in this repo ever did) and the lack of an investigation about that indicates that the stats are not of immediate importance, it was decided the best course of action was to simply remove the broken infrastructure from the repository rather than investing time into fixing something that isn't being used anyway: arduino/arduino-cli#1701
The companion "github-stats" workflow, although functional, was removed as not valuable on its own at the same time: arduino/arduino-cli#1702
Issue checklist
The text was updated successfully, but these errors were encountered: