Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Update SLURM version to 23.11.4 #116

Merged
merged 1 commit into from
Feb 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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=23.11.3
ARG SLURM_VER=23.11.4

# download, build, install and clean-up
RUN yum update -y && \
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=23.11.3
ARG SLURM_VER=23.11.4

# 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=23.11.3
ARG SLURM_VER=23.11.4

# 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="opensuse8-slurm" \
maintainer="Neil Munday"

ARG SLURM_VER=23.11.3
ARG SLURM_VER=23.11.4
ARG MARIADB_VER=11.3

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=23.11.3
ARG SLURM_VER=23.11.4

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=23.11.3
ARG SLURM_VER=23.11.4

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 @@
23.11.3
23.11.4