Skip to content

Commit

Permalink
=
Browse files Browse the repository at this point in the history
  • Loading branch information
alexboden committed Nov 15, 2024
1 parent 32fe044 commit fc6a8a6
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 fc6a8a6

Please sign in to comment.