Skip to content

Commit

Permalink
Test against Slurm 22.05.4 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock authored Oct 4, 2022
1 parent c744333 commit 1c17e6e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ Manage SLURM.

### Supported Versions of SLURM

This module is designed to work with SLURM 21.08.x.
This module is designed to work with SLURM 21.08.x and 22.05.x.

| SLURM Version | SLURM Puppet module versions |
| --------------| -----------------------------|
| 20.02.x | 0.x |
| 20.11.x | 1.x |
| 21.08.x | 2.x |
| SLURM Version | SLURM Puppet module versions |
| ----------------- | -----------------------------|
| 20.02.x | 0.x |
| 20.11.x | 1.x |
| 21.08.x & 22.05.x | 2.x |

## Usage

Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper_acceptance_setup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
c.slurm_repo_baseurl = ENV['SLURM_BEAKER_repo_baseurl'] || nil

c.add_setting :slurm_version
c.slurm_version = ENV['SLURM_BEAKER_version'] || '21.08.8'
c.slurm_version = ENV['SLURM_BEAKER_version'] || '22.05.4'

if ENV['BEAKER_set'] =~ %r{cluster}
slurmctld_host = 'slurmctld'
Expand Down

0 comments on commit 1c17e6e

Please sign in to comment.