-
Notifications
You must be signed in to change notification settings - Fork 111
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
change(ci): Split checking for cached state disks into its own workflow #6576
Conversation
This seems to be working as expected for mainnet:
https://github.com/ZcashFoundation/zebra/actions/runs/4813941265/jobs/8571075779#step:6:46 And testnet (which has no disks yet):
https://github.com/ZcashFoundation/zebra/actions/runs/4813941265/jobs/8571075399#step:6:46 |
fd0d8f3
to
c98dc4f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Motivation
We want to check for cached state disks for both mainnet and testnet.
This is part of #6367.
Specifications
https://docs.github.com/en/actions/using-workflows/reusing-workflows#using-outputs-from-a-reusable-workflow
Solution
Related fixes:
Review
This is a routine CI change.
Reviewer Checklist
Follow Up Work
Use the outputs of the new job to build a cached state on testnet and generate testnet checkpoints in CI.