Skip to content

Commit

Permalink
Updates CI
Browse files Browse the repository at this point in the history
  • Loading branch information
djperrefort committed Jan 8, 2024
1 parent 58732d5 commit 9ece769
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/DockerTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions tests/slurm-utilities.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
Expand Down

0 comments on commit 9ece769

Please sign in to comment.