Skip to content

Commit

Permalink
fix gres syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
alexboden committed Oct 28, 2024
1 parent 8c97ae3 commit ff5a462
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 @@ -185,7 +185,7 @@ def allocate_actions_runner(job_id, token):
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']}",
f"--gres=tmpdisk:{runner_resources['tmpdisk']}",
f"--gres tmpdisk:{runner_resources['tmpdisk']}",
f"--time={runner_resources['time']}",
ALLOCATE_RUNNER_SCRIPT_PATH, # allocate-ephemeral-runner-from-docker.sh
GITHUB_REPO_URL,
Expand Down

0 comments on commit ff5a462

Please sign in to comment.