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

[Automated ingestion] Map S3 buckets to CVMFS repositories #201

Merged
merged 14 commits into from
Oct 8, 2024

Conversation

bedroge
Copy link
Collaborator

@bedroge bedroge commented Oct 8, 2024

This allows you to specify a dictionary of buckets in the configuration, and map them to CVMFS repositories, e.g.:

staging_buckets = {
    "software.eessi.io-2023.06": "software.eessi.io",
    "dev.eessi.io-2024.09": "dev.eessi.io",
    "riscv.eessi.io-20240402": "riscv.eessi.io" }

The ingestion script has been adjusted as well: you now have to specify to which repo a tarball has to be ingested. The tests for this script have been adjusted accordingly:

$ ./test-ingest-tarball.sh 
Ran 31 tests, 31 succeeded, 0 failed.

Finally, the automated ingestion now also prints the target CVMFS repo in the PR title+description, and in the Slack message.

@boegel boegel merged commit 86053f0 into EESSI:main Oct 8, 2024
19 of 21 checks passed
@bedroge bedroge deleted the map_bucket_to_cvmfs_repo branch October 8, 2024 17:13
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 this pull request may close these issues.

2 participants