diff --git a/.github/workflows/stackhpc.yml b/.github/workflows/stackhpc.yml index 173b4e797..da4933b58 100644 --- a/.github/workflows/stackhpc.yml +++ b/.github/workflows/stackhpc.yml @@ -9,8 +9,7 @@ on: - '**' - '!dev/**' - 'dev/setup-env.sh' - - '!docs/**' - - '!README.md' + - '!**.md' - '!.gitignore' - '!.github/workflows/' - '.github/workflows/stackhpc' @@ -19,8 +18,7 @@ on: - '**' - '!dev/**' - 'dev/setup-env.sh' - - '!docs/**' - - '!README.md' + - '!**.md' - '!.gitignore' - '!.github/workflows/' - '.github/workflows/stackhpc' diff --git a/ansible/roles/ofed/README.md b/ansible/roles/ofed/README.md index ea41df682..7d4bb6075 100644 --- a/ansible/roles/ofed/README.md +++ b/ansible/roles/ofed/README.md @@ -1,5 +1,10 @@ # ofed +> [!IMPORTANT] +> This role is deprecated - it is not regularly maintained and StackHPC CI +> does not test that it works. Consider using [ansible/roles/doca](../doca/README.md) +> instead. + This role installs Mellanox OFED: - It checks that the running kernel is the latest installed one, and errors if not. - Installation uses the `mlnxofedinstall` command, with support for the running kernel diff --git a/docs/upgrades.md b/docs/upgrades.md index 05d9b832d..9b672570f 100644 --- a/docs/upgrades.md +++ b/docs/upgrades.md @@ -54,9 +54,9 @@ All other commands should be run on the Ansible deploy host. Make changes as necessary. 1. Identify image(s) from the relevant [Slurm appliance release](https://github.com/stackhpc/ansible-slurm-appliance/releases), and download - using the link on the release plus the image name, e.g. for an image `openhpc-ofed-RL8-240906-1042-32568dbb`: + using the link on the release plus the image name, e.g. for an image `openhpc-RL9-250708-1547-1494192e`: - wget https://object.arcus.openstack.hpc.cam.ac.uk/swift/v1/AUTH_3a06571936a0424bb40bc5c672c4ccb1/openhpc-images/openhpc-ofed-RL8-240906-1042-32568dbb + wget https://object.arcus.openstack.hpc.cam.ac.uk/swift/v1/AUTH_3a06571936a0424bb40bc5c672c4ccb1/openhpc-images/openhpc-RL9-250708-1547-1494192e Note that some releases may not include new images. In this case use the image from the latest previous release with new images.