-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
ci/cdIssue related to the CI/CD systemIssue related to the CI/CD systemenhancementNew feature or requestNew feature or request
Description
Github Actions now supports partial reruns. 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.
Metadata
Metadata
Assignees
Labels
ci/cdIssue related to the CI/CD systemIssue related to the CI/CD systemenhancementNew feature or requestNew feature or request