Skip to content

Commit

Permalink
Change logging output (#25)
Browse files Browse the repository at this point in the history
Changing logging directory to be /var/log/slurm-ci
  • Loading branch information
alexboden authored Feb 3, 2025
1 parent dbbf12c commit afb45b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def allocate_actions_runner(job_id, token):
# sbatch resource allocation command
command = [
"sbatch",
# f"--nodelist=thor-slurm1",
f"--output=/var/log/slurm-ci/slurm-ci-%j.out",
f"--job-name=slurm-{runner_size_label}-{job_id}",
f"--mem-per-cpu={runner_resources['mem-per-cpu']}",
f"--cpus-per-task={runner_resources['cpu']}",
Expand Down

0 comments on commit afb45b7

Please sign in to comment.