mirror of
https://github.com/ansible/awx.git
synced 2026-04-10 12:39:22 -02:30
Increase test coverage for task scheduler inventory updates
Also fixes some bugs found in that process
This commit is contained in:
@@ -133,7 +133,7 @@ class DependencyGraph(object):
|
||||
if type(job) is ProjectUpdate:
|
||||
self.mark_project_update(job)
|
||||
elif type(job) is InventoryUpdate:
|
||||
self.mark_inventory_update(job.inventory_source__inventory_id)
|
||||
self.mark_inventory_update(job.inventory_source.inventory_id)
|
||||
self.mark_inventory_source_update(job.inventory_source_id)
|
||||
elif type(job) is Job:
|
||||
self.mark_job_template_job(job)
|
||||
|
||||
Reference in New Issue
Block a user