From 9ece7696c28467861b44bf99946e76a40d581b62 Mon Sep 17 00:00:00 2001 From: Daniel Perrefort Date: Mon, 8 Jan 2024 12:32:15 -0500 Subject: [PATCH] Updates CI --- .github/workflows/DockerTest.yml | 2 +- tests/slurm-utilities.bats | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/DockerTest.yml b/.github/workflows/DockerTest.yml index cfb921c..c42a5a1 100644 --- a/.github/workflows/DockerTest.yml +++ b/.github/workflows/DockerTest.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - slurm-version: [ "20.02.5.1", "20.11.9.1", "22.05.2.1", "23.02.5.1" ] + slurm-version: [ "20.11.9", "22.05.2", "22.05.11", "23.02.5" ] steps: - name: Checkout repository diff --git a/tests/slurm-utilities.bats b/tests/slurm-utilities.bats index 20f3543..9dd7906 100644 --- a/tests/slurm-utilities.bats +++ b/tests/slurm-utilities.bats @@ -60,6 +60,11 @@ [ "$status" -eq 0 ] } +@test "slurmrestd should be installed" { + run slurmrestd -V + [ "$status" -eq 0 ] +} + @test "slurmctld should be running" { run scontrol ping [ "$status" -eq 0 ]