fullstaq-ruby / fullstaq-ruby/server-edition
Get rid of our custom CI/CD resumption support
Open
ci/cd
enhancement
- Dominant language
- Shell
- Stars
- 630
- Forks
- 38
- PR merge metrics
- No merged PRs in 30d
Description
Github Actions [now supports partial reruns](https://github.blog/2022-03-16-save-time-partial-re-runs-github-actions/). We can now get rid of our custom CI/CD resumption system.
This means that we don't have to store artifacts on Cloud Storage anymore.
One special problem that arises if we stop storing artifacts on Cloud Storage, is that different workflows need to access each other's artifacts. We can possibly implement this by using Github's CI Artifact Download API.
Contributor guide
Assessment
This issue has not been assessed yet.