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

dep-signing and fetch tasks should be cached #16

Open
escapewindow opened this issue Aug 4, 2020 · 1 comment
Open

dep-signing and fetch tasks should be cached #16

escapewindow opened this issue Aug 4, 2020 · 1 comment

Comments

@escapewindow
Copy link
Contributor

We added dep-signing as a PR task in 45117e2 . We didn't make it a cached task, which means that every PR runs a dep-signing task for every signing manifest, and that seems to pull in the fetch tasks as a non-soft-dependency.

Let's make the dep-signing kind cached, with the same resources as their upstream fetch task.

@bhearsum bhearsum changed the title the dep-signing kind should be a cached_task dep-signing and fetch tasks should be cached Aug 8, 2024
@bhearsum
Copy link
Contributor

bhearsum commented Aug 8, 2024

Updating summary; fetches should be cached as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants