Open elisabettai opened 1 year ago
Above fixed a different issue, related to pagination.
This occurred again to @Konohana0608 and @wvangeit and it will happen again, since CI runs on Github are deleted after 90 days.
@pcrespov, @sanderegg, as a Owner of IT'IS Foundation, I just noticed that we can increase CI logs and artifacts retention time to 400 days. Do you have anything against increasing from the current 90 days?
It looks like that GitHub CI runs disappear after a while.
E.g. I had a repo with the last commit from June 2022 (484 days ago), which had no CI runs associate to it anymore. This fails with:
And it might happen again. Workarounds exist, so it is not very urgent.
Workaround
Trigger a pipeline run in the concerned repository (e.g. just edit the README.md directly in the main/master branch) or any other file that is not ignored and that triggers a CI run. The Ci doesn't need to be "green" at the end.