Refactor `install_rocm_from_artifacts.py` to retrieve tarballs from CloudFront
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.3k
- Forks
- 332
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 265
Description
Tarball releases are now consistently available from
- https://rocm.devreleases.amd.com/tarball/
- https://rocm.nightlies.amd.com/tarball/
- https://rocm.prereleases.amd.com/tarball/
build_tools/install_rocm_from_artifacts.py should be refactored to fetch tarballs from CloudCront instead from the S3 buckets. This is required to enable fetching prerelease tarballs as the bucket does not provide public read access and files can only be accessed via CloudFront.
It is not an option to grant public read access to the prerelease tarball bucket!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with build_tools/install_rocm_from_artifacts.py and trace how tarball URLs are currently assembled and fetched from S3. Use the listed ROCm tarball CloudFront endpoints as the source, and verify that stable, nightly, and prerelease tarballs can be retrieved without public S3 bucket access.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, python
- Domain
- build-system, cloud
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 78/100