Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get rid of our custom CI/CD resumption support #97

Open
FooBarWidget opened this issue Apr 28, 2022 · 1 comment
Open

Get rid of our custom CI/CD resumption support #97

FooBarWidget opened this issue Apr 28, 2022 · 1 comment
Labels
ci/cd Issue related to the CI/CD system enhancement New feature or request

Comments

@FooBarWidget
Copy link
Collaborator

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.

@FooBarWidget FooBarWidget added ci/cd Issue related to the CI/CD system enhancement New feature or request help wanted Extra attention is needed and removed help wanted Extra attention is needed labels Apr 28, 2022
@FooBarWidget
Copy link
Collaborator Author

Actually we still need it in order to make speeding up the CI work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/cd Issue related to the CI/CD system enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant