Skip to content

Commit

Permalink
Release slurm-gcp 5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jvilarru authored and bsngardner committed Dec 13, 2023
1 parent 4211500 commit ae3d047
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ accross all instances and allows easy user control with
### What Slurm image do I use for production?

By default, the [slurm_cluster](../terraform/slurm_cluster/README.md) terraform
module uses the latest Slurm image family (e.g. `slurm-gcp-5-9-hpc-centos-7`).
module uses the latest Slurm image family (e.g. `slurm-gcp-5-10-hpc-centos-7`).
As new Slurm image families are released, coenciding with periodic Slurm
releases, the terraform module will be updated to track the newest image family
by setting it as the new default. This update can be considered a breaking
Expand Down
16 changes: 8 additions & 8 deletions docs/images.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@ that are minimal viable images for deploying
### Published Image Family

| Project | Image Family | Arch | Status |
| :------------------: | :---------------------------------- | :----- | :------------- |
| schedmd-slurm-public | slurm-gcp-5-9-debian-11 | x86_64 | Supported |
| schedmd-slurm-public | slurm-gcp-5-9-hpc-rocky-linux-8 | x86_64 | Supported |
| schedmd-slurm-public | slurm-gcp-5-9-ubuntu-2004-lts | x86_64 | Supported |
| schedmd-slurm-public | slurm-gcp-5-9-ubuntu-2204-lts-arm64 | ARM64 | Supported |
| schedmd-slurm-public | slurm-gcp-5-9-hpc-centos-7-k80 | x86_64 | EOL 2024-05-01 |
| schedmd-slurm-public | slurm-gcp-5-9-hpc-centos-7 | x86_64 | EOL 2024-01-01 |
| Project | Image Family | Arch | Status |
| :------------------: | :----------------------------------- | :----- | :------------- |
| schedmd-slurm-public | slurm-gcp-5-10-debian-11 | x86_64 | Supported |
| schedmd-slurm-public | slurm-gcp-5-10-hpc-rocky-linux-8 | x86_64 | Supported |
| schedmd-slurm-public | slurm-gcp-5-10-ubuntu-2004-lts | x86_64 | Supported |
| schedmd-slurm-public | slurm-gcp-5-10-ubuntu-2204-lts-arm64 | ARM64 | Supported |
| schedmd-slurm-public | slurm-gcp-5-10-hpc-centos-7-k80 | x86_64 | EOL 2024-05-01 |
| schedmd-slurm-public | slurm-gcp-5-10-hpc-centos-7 | x86_64 | EOL 2024-01-01 |

## Custom Image

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ locals {
source_image_family = (
var.source_image_family != "" && var.source_image_family != null
? var.source_image_family
: "slurm-gcp-5-9-hpc-centos-7"
: "slurm-gcp-5-10-hpc-centos-7"
)
source_image_project = (
var.source_image_project != "" && var.source_image_project != null
Expand Down

0 comments on commit ae3d047

Please sign in to comment.