From 5460a0414d55e3531eb86e6906ee963a6b712aae Mon Sep 17 00:00:00 2001 From: Sebastiaan Huber Date: Sun, 28 Apr 2024 09:48:15 +0200 Subject: [PATCH] Devops: Add the `slurm` service to nightly workflow (#6372) The nightly worklow is configuring a computer that is using the `core.slurm` scheduler plugin, however, the container did not have a SLURM service running. --- .github/workflows/nightly.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index c212286b26..0fe70299b0 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -49,6 +49,10 @@ jobs: ports: - 5672:5672 - 15672:15672 + slurm: + image: xenonmiddleware/slurm:17 + ports: + - 5001:22 steps: - uses: actions/checkout@v4