COMP: Recover lost ExternalData objects from actions cache (do not merge)#457
Closed
hjmjohnson wants to merge 1 commit into
Closed
COMP: Recover lost ExternalData objects from actions cache (do not merge)#457hjmjohnson wants to merge 1 commit into
hjmjohnson wants to merge 1 commit into
Conversation
Nineteen Core/Common figure objects referenced by .cid links from PR InsightSoftwareConsortium#359 are absent from ITKTestingData and every IPFS mirror; the GitHub Actions ExternalData cache is the last remaining copy. This workflow restores the three cache families and uploads the objects as an artifact so they can be published to ITKTestingData.
Member
Author
|
Unnecessary — PR #456 already replaces the unreachable .cid links with re-published objects (verified downloading from the ITKTestingData gh-pages mirror in its CI run). Closing unmerged. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
One-off recovery workflow — do not merge. Restores the ExternalData actions caches and uploads
Objects/CID/*as an artifact, so 19 figure objects that exist nowhere else can be published to ITKTestingData.Background
PR #359 added 19 documentation figures under
src/Core/Common/*as.cidcontent links, but the objects were never durably published: they 404 on the ITKTestingData gh-pages and itk.org mirrors, 403 on Pinata, and time out on public IPFS gateways (ipfs.io, dweb.link, w3s.link). The GitHub Actions ExternalData cache is the last remaining copy — CI only stays green becauseactions/cacherestores them; any fresh clone fails to fetch (first seen investigating the PR #456 macos failures).Affected examples include ConvertArrayToImage (Sphere3D.png), BoundingBoxOfAPointSet (BoundingBox.png), CreateGaussianKernel, CreateDerivativeKernel, BresenhamLine, ReadAPointSet, and others — full list in the build log of any uncached build.
Plan: run this workflow once, download the artifact, verify each object's bytes hash to its referenced CID, upload to ITKTestingData, confirm mirror reachability, then close this PR without merging.