Skip to content

Commit 8122755

Browse files
fmastemgmeier
authored andcommitted
wb | fix workloads that keep running
1 parent 9257764 commit 8122755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/workbench/backend/nomad.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ backend_nomad() {
895895
local dir=${1:?$usage}; shift
896896
local workload=${1:?$usage}; shift
897897
local task=${1:?$usage}; shift
898-
local task_dir="${dir}"/"${workload}"/"${task}"
898+
local task_dir="${dir}"/workloads/"${workload}"/"${task}"
899899
if test -f "${task_dir}"/started && !(test -f "${task_dir}"/stopped || test -f "${task_dir}"/quit)
900900
then
901901
if backend_nomad is-task-program-running "${dir}" "${task}" "${workload}"

0 commit comments

Comments
 (0)