mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 15:27:47 -02:30
Merge pull request #5804 from ryanpetrello/iso-healthcheck-failure-capacity
properly handle import errors in the isolated capacity healthcheck Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -370,7 +370,6 @@ class IsolatedManager(object):
|
|||||||
private_data_dir
|
private_data_dir
|
||||||
)
|
)
|
||||||
|
|
||||||
if runner_obj.status == 'successful':
|
|
||||||
for instance in instance_qs:
|
for instance in instance_qs:
|
||||||
task_result = {}
|
task_result = {}
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user