mirror of
https://github.com/ansible/awx.git
synced 2026-08-03 11:30:00 -02:30
set workflow status to failed if we find a node w/ a missing UJT
see: https://github.com/ansible/tower/issues/2576
This commit is contained in:
@@ -69,6 +69,7 @@ class WorkflowDAG(SimpleDAG):
|
||||
job = obj.job
|
||||
|
||||
if obj.unified_job_template is None:
|
||||
is_failed = True
|
||||
continue
|
||||
elif not job:
|
||||
return False, False
|
||||
|
||||
Reference in New Issue
Block a user