Open
Description
The current workflow triggers a lot of requests to GitHub, and does a lot of lookup operations in S3.
We could:
- restructure the S3 bucket so it's clear which tarballs have been ingested already:
- by adding
ingested
andnew
folder below EESSI version for metadata files + atarballs
directory that has all the tarballs; - mainly because moving the tarballs seems to be quite time-consuming;
- by adding
- clean up tarballs in S3 bucket more actively (or move them to S3 Glacier?);
- check out the PR branch to the staging repo to limit requests to the GitHub API;
Metadata
Metadata
Assignees
Labels
No labels