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 9257764 commit 8122755Copy full SHA for 8122755
nix/workbench/backend/nomad.sh
@@ -895,7 +895,7 @@ backend_nomad() {
895
local dir=${1:?$usage}; shift
896
local workload=${1:?$usage}; shift
897
local task=${1:?$usage}; shift
898
- local task_dir="${dir}"/"${workload}"/"${task}"
+ local task_dir="${dir}"/workloads/"${workload}"/"${task}"
899
if test -f "${task_dir}"/started && !(test -f "${task_dir}"/stopped || test -f "${task_dir}"/quit)
900
then
901
if backend_nomad is-task-program-running "${dir}" "${task}" "${workload}"
0 commit comments