summary refs log tree commit diff
path: root/nixos/tests/slurm.nix
Commit message (Collapse)AuthorAge
* tests/slurm: update mysql config to use settingsMarkus Kowalewski2021-01-21
|
* nixos/slurm: fix dbdserver config file handlingMarkus Kowalewski2020-12-16
| | | | | | | Since slurm-20.11.0.1 the dbd server requires slurmdbd.conf to be in mode 600 to protect the database password. This change creates slurmdbd.conf on-the-fly at service startup and thus avoids that the database password ends up in the nix store.
* nixos/slurm: add pmix to test and cleanup testMarkus Kowalewski2020-07-02
| | | | | | * use tmpfiles to create key for munge * add mpitest source * add a subtest for PMIx/MPI startup
* nixos/slurm: fix perl->python conversion bugMarkus Kowalewski2019-12-24
|
* nixos/slurm: convert test from perl to pythonMarkus Kowalewski2019-11-10
|
* nixos/slurm: add option for external slurmdbd.confMarkus Kowalewski2019-11-10
| | | | | | | | Slurmdbd requires a password database which is stored in slurmdbd.conf. A seperate config file avoids that the password ends up in the nix store. Slurmdbd does 19.5 does not support MySQL socket conections. Adapated the slurm test to provide username and password.
* nixos/slurm: fix testMarkus Kowalewski2019-06-05
| | | | | The entry slurmdbd seems to be delayed. Increasing the waiting time make the test more reliable.
* nixos/tests: make slurm test more reliableMarkus Kowalewski2019-03-09
|
* tests/slurm: wait for open DBD portMarkus Kowalewski2018-12-09
| | | | | | This makes tests more reliable. It seems that waitForUnit(slurmdbd.service) is not sufficient on some systems.
* nixos/slurm: add recommended mysql settingsMarkus Kowalewski2018-11-22
|
* nixos/slurm: add maintainer to module and testMarkus Kowalewski2018-10-30
|
* nixos/slurm: node/partitionName option -> listMarkus Kowalewski2018-10-30
| | | | | | | Make the node and partitionname options lists. There can be more than paratition or set of nodes. Add changes to release notes
* nixos/slurm: add slurmdbd to moduleMarkus Kowalewski2018-10-30
| | | | | * New options "services.slurm.dbdserver.[enable,config]" * Add slurmdbd to test slurm.nix
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
|
* nixos/munge: run munge as user munge instead of root. (#41509)markuskowa2018-06-09
| | | | | * Added a note in release notes (incompatibilities) * Adapt slurm test * Change user to munge in service.munge
* nixos/slurm: update test, add test for enableStoolsMarkus Kowalewski2018-06-02
| | | | | * Add pure submit host to test 'enableStools' * Disable client.enable on control machine
* nixos/slurm: enable munge by default, added note to slurm descriptionMarkus Kowalewski2018-05-24
|
* slurm service: add testsLancelot SIX2015-12-25