about summary refs log tree commit diff
path: root/nixos/tests/slurm.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-02-01tests/slurm: use getDev for mpi testMarkus Kowalewski1-1/+1
2021-08-15treewide: runCommandNoCC -> runCommandRobert Hensing1-1/+1
This has been synonymous for ~5y.
2021-01-21tests/slurm: update mysql config to use settingsMarkus Kowalewski1-5/+5
2020-12-16nixos/slurm: fix dbdserver config file handlingMarkus Kowalewski1-2/+4
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.
2020-07-02nixos/slurm: add pmix to test and cleanup testMarkus Kowalewski1-34/+59
* use tmpfiles to create key for munge * add mpitest source * add a subtest for PMIx/MPI startup
2019-12-24nixos/slurm: fix perl->python conversion bugMarkus Kowalewski1-1/+1
2019-11-10nixos/slurm: convert test from perl to pythonMarkus Kowalewski1-43/+37
2019-11-10nixos/slurm: add option for external slurmdbd.confMarkus Kowalewski1-1/+6
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.
2019-06-05nixos/slurm: fix testMarkus Kowalewski1-2/+2
The entry slurmdbd seems to be delayed. Increasing the waiting time make the test more reliable.
2019-03-09nixos/tests: make slurm test more reliableMarkus Kowalewski1-0/+3
2018-12-09tests/slurm: wait for open DBD portMarkus Kowalewski1-0/+1
This makes tests more reliable. It seems that waitForUnit(slurmdbd.service) is not sufficient on some systems.
2018-11-22nixos/slurm: add recommended mysql settingsMarkus Kowalewski1-0/+6
2018-10-30nixos/slurm: add maintainer to module and testMarkus Kowalewski1-1/+3
2018-10-30nixos/slurm: node/partitionName option -> listMarkus Kowalewski1-5/+2
Make the node and partitionname options lists. There can be more than paratition or set of nodes. Add changes to release notes
2018-10-30nixos/slurm: add slurmdbd to moduleMarkus Kowalewski1-5/+46
* New options "services.slurm.dbdserver.[enable,config]" * Add slurmdbd to test slurm.nix
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth1-4/+4
2018-06-09nixos/munge: run munge as user munge instead of root. (#41509)markuskowa1-0/+1
* Added a note in release notes (incompatibilities) * Adapt slurm test * Change user to munge in service.munge
2018-06-02nixos/slurm: update test, add test for enableStoolsMarkus Kowalewski1-5/+18
* Add pure submit host to test 'enableStools' * Disable client.enable on control machine
2018-05-24nixos/slurm: enable munge by default, added note to slurm descriptionMarkus Kowalewski1-2/+0
2015-12-25slurm service: add testsLancelot SIX1-0/+80