1255ba2bcc
* Initial cleanup of compute workflows and skeleton of ghcr workflow * Add containers-ci.yml, update opensuse and rhel dockerfiles * rename id in rocprofiler-compute-ghcr.yml * Add new line to end of containers-ci.yml * Update action versions for rocprofiler-compute-ghcr.yml * Switch back to SHA for action versions * Add conda set solver classic fix to compute CI dockerfiles * Update conda install for compute Dockerfiles * Change opensuse version to 15.6 in containers-ci.yml * Add fix for ubuntu noble to compute Dockerfile.ubuntu.ci * Add default distro and version to Dockerfile.ubuntu.ci * Updated regex for tarball version * Remove Python3.8 from compute CI Dockerfiles * Change RHEL 9.4 to 9, add retry for compute workflow * Revert name change for compute rhel workflow * update path naming * Remove binutils-gold from Dockerfile.opensuse.ci * Remove conda python installs from Dockerfile.ci files in compute * Change CMake version to 3.21 in compute Dockerfile.ci files * Update checkout actions from v4 to v5
18 satır
310 B
YAML
18 satır
310 B
YAML
# Supported OS combinations for continuous integration
|
|
|
|
matrix:
|
|
# ubuntu
|
|
- distro: "ubuntu"
|
|
version: "22.04"
|
|
- distro: "ubuntu"
|
|
version: "24.04"
|
|
# opensuse
|
|
- distro: "opensuse"
|
|
version: "15.6"
|
|
# RHEL8
|
|
- distro: "rhel"
|
|
version: "8.10"
|
|
# RHEL9
|
|
- distro: "rhel"
|
|
version: "9"
|