Merge pull request #11118 from tchellomello/ensure_controller_node_is_assigned_prj_updates

Project updates must run on controller nodes
This commit is contained in:
Marcelo Moreira de Mello
2021-09-25 23:19:11 -04:00
committed by GitHub

View File

@@ -1865,7 +1865,7 @@ class RunJob(BaseTask):
if sync_needs:
pu_ig = job.instance_group
pu_en = job.execution_node
pu_en = Instance.objects.me().hostname
sync_metafields = dict(
launch_type="sync",