[rocprofiler-systems] Add retries to RHEL install steps (#1384)

* Add GHCR retry logic

* Add retries to Install ROCm Packages step in rocprofiler-systems-redhat.yml

* Update containers-ci.yml file to use latest RHEL9/10 releases

* Use build-docker-ci script in rocprofiler-systems-containers

* Remove working-directory from step in rocprofiler-systems-redhat.yml

* Remove shell bash from Install ROCm Packages step

* Revert RHEL version change in rocprofiler-systems-redhat.yml
This commit is contained in:
Jason Bonnell
2025-10-17 10:20:54 -04:00
committed by GitHub
parent b9b8b6110b
commit 9664f1dc91
4 changed files with 78 additions and 53 deletions
@@ -19,13 +19,7 @@ matrix:
version: "8.10"
# RHEL9
- distro: "rhel"
version: "9.3"
- distro: "rhel"
version: "9.4"
- distro: "rhel"
version: "9.5"
- distro: "rhel"
version: "9.6"
version: "9"
# RHEL10
- distro: "rhel"
version: "10.0"
version: "10"