We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e286273 commit 5499861Copy full SHA for 5499861
.github/workflows/testslurm.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Display previous jobs with sacct
25
run: |
26
echo "Allowing ports/daemons time to start" && sleep 10
27
- sacctmgr -i add account none,test Cluster=linux Description='none' Organization='none'"
+ docker exec slurm bash -c "sacctmgr -i add account none,test Cluster=linux Description='none' Organization='none'"
28
docker exec slurm bash -c "sacct && sinfo && squeue" 2&> /dev/null
29
if [ $? -ne 0 ]; then
30
echo "Slurm docker image error"
0 commit comments