Unverified Commit 0aa58b90 authored by Tim Gross's avatar Tim Gross Committed by GitHub
Browse files

e2e: use valid jobspec for group check test (#6967)

Group service checks cannot interpolate task fields, because the task
fields are not available at the time the script check hook is created
for the group service. When f31482ae was merged this e2e test began
failing because we are now correctly matching the script check ID to
the service ID, which revealed this jobspec was invalid.
parent 1e628258
Showing with 1 addition and 1 deletion
+1 -1
......@@ -51,7 +51,7 @@ job "group_check" {
interval = "2s"
timeout = "2s"
command = "cat"
args = ["${NOMAD_TASK_DIR}/alive-2b"]
args = ["alive-2b"]
}
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment