Skip to content

Commit

Permalink
feat: Update SLURM version to 24.05.3
Browse files Browse the repository at this point in the history
  • Loading branch information
neilmunday committed Aug 28, 2024
1 parent c67083e commit 403a89c
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion tests/integration/docker-slurm/Dockerfile.amzn2
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source="https://github.com/neilmunday/slurm-mail"
org.opencontainers.image.title="amzn2-slurm" \
maintainer="Neil Munday"

ARG SLURM_VER=24.05.2
ARG SLURM_VER=24.05.3

# download, build, install and clean-up
RUN yum update -y && \
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/docker-slurm/Dockerfile.amzn2023
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source="https://github.com/neilmunday/slurm-mail"
org.opencontainers.image.title="amzn2023-slurm" \
maintainer="Neil Munday"

ARG SLURM_VER=24.05.2
ARG SLURM_VER=24.05.3
ARG MARIADB_VER=11.6

COPY <<EOF /etc/yum.repos.d/mariab.repo
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/docker-slurm/Dockerfile.el7
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source="https://github.com/neilmunday/slurm-mail"
org.opencontainers.image.title="centos7-slurm" \
maintainer="Neil Munday"

ARG SLURM_VER=24.05.2
ARG SLURM_VER=24.05.3

# Note: CentOS 7 is EOL so we have to make use of vault repos
COPY CentOS-Base.repo /etc/yum.repos.d/
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/docker-slurm/Dockerfile.el8
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source="https://github.com/neilmunday/slurm-mail"
org.opencontainers.image.title="rocky8-slurm" \
maintainer="Neil Munday"

ARG SLURM_VER=24.05.2
ARG SLURM_VER=24.05.3

# download, build, install and clean-up
RUN dnf install -y dnf-plugins-core && \
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/docker-slurm/Dockerfile.el9
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source="https://github.com/neilmunday/slurm-mail"
org.opencontainers.image.title="rocky9-slurm" \
maintainer="Neil Munday"

ARG SLURM_VER=24.05.2
ARG SLURM_VER=24.05.3

# download, build, install and clean-up
RUN dnf install -y dnf-plugins-core && \
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/docker-slurm/Dockerfile.sl15
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source="https://github.com/neilmunday/slurm-mail"
org.opencontainers.image.title="opensuse15-slurm" \
maintainer="Neil Munday"

ARG SLURM_VER=24.05.2
ARG SLURM_VER=24.05.3
ARG MARIADB_VER=11.6

RUN zypper update -y && \
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/docker-slurm/Dockerfile.ub20
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source="https://github.com/neilmunday/slurm-mail"
org.opencontainers.image.title="ubuntu20-slurm" \
maintainer="Neil Munday"

ARG SLURM_VER=24.05.2
ARG SLURM_VER=24.05.3

RUN ln -fs /usr/share/zoneinfo/Europe/London /etc/localtime

Expand Down
2 changes: 1 addition & 1 deletion tests/integration/docker-slurm/Dockerfile.ub22
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source="https://github.com/neilmunday/slurm-mail"
org.opencontainers.image.title="ubuntu22-slurm" \
maintainer="Neil Munday"

ARG SLURM_VER=24.05.2
ARG SLURM_VER=24.05.3

RUN ln -fs /usr/share/zoneinfo/Europe/London /etc/localtime

Expand Down
2 changes: 1 addition & 1 deletion tests/integration/docker-slurm/Dockerfile.ub24
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source="https://github.com/neilmunday/slurm-mail"
org.opencontainers.image.title="ubuntu24-slurm" \
maintainer="Neil Munday"

ARG SLURM_VER=24.05.2
ARG SLURM_VER=24.05.3

RUN ln -fs /usr/share/zoneinfo/Europe/London /etc/localtime

Expand Down
2 changes: 1 addition & 1 deletion tests/integration/docker-slurm/current_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.05.2
24.05.3

0 comments on commit 403a89c

Please sign in to comment.