Files
Jason Bonnell 9664f1dc91 [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
2025-10-17 10:20:54 -04:00

26 wiersze
451 B
YAML

# Supported OS combinations for continuous integration
matrix:
# ubuntu
- distro: "ubuntu"
version: "22.04"
- distro: "ubuntu"
version: "24.04"
# debian
- distro: "debian"
version: "12"
# opensuse
- distro: "opensuse"
version: "15.5"
- distro: "opensuse"
version: "15.6"
# RHEL8
- distro: "rhel"
version: "8.10"
# RHEL9
- distro: "rhel"
version: "9"
# RHEL10
- distro: "rhel"
version: "10"