We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should be able to instruct the bot to remove existing installations, so they get rebuilt.
The removal also needs to be done during deploy.
Can be communicated by adding json info in the PR description?
json
{"rebuilds": ["example/1.2.3", "example/2.4.5"]}
[update 2024-02-06] Metadata that comes with the tarball should specify which actions should be taken as part of the ingest.
"payload": { "remove": ["path1", "path2", ...], "add": [{ "filename": "eessi-2023.06-software-linux-x86_64-intel-skylake_avx512-1704485930.tar.gz", "size": "601491765", "ctime": "Fri Jan 5 20:20:16 UTC 2024", "sha256sum": "ded54f4555bf0411f8dc61e2a9b8f78b321533b978231543ed9d00a61c20ae2f", "url": "https://software.eessi.io-2023.06.s3.amazonaws.com/2023.06/software/linux/x86_64/intel/skylake_avx512/1704485930/eessi-2023.06-software-linux-x86_64-intel-skylake_avx512-1704485930.tar.gz" }},
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We should be able to instruct the bot to remove existing installations, so they get rebuilt.
The removal also needs to be done during deploy.
Can be communicated by adding
json
info in the PR description?[update 2024-02-06]
Metadata that comes with the tarball should specify which actions should be taken as part of the ingest.
cfr. approach in NESSI (see upload tarball and metadata file to different directories in S3 bucket #241)
The text was updated successfully, but these errors were encountered: