Skip to content

Commit

Permalink
Debugging: pushed orion-builder arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
asuleimanov committed Oct 10, 2024
1 parent 9a599a7 commit be18bab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion services/orion-decision/src/orion_decision/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,8 @@ def _create_combine_task(self, service, archs, service_build_tasks):
)
)
for arch in archs:
LOG.info(f"Combine task: adding dependency {service.name} on {arch}")
LOG.info("Combine task: adding build tasks dependencies")
LOG.info(f"Dependency: {service_build_tasks[(service.name, arch)]}")
combine_task["dependencies"].append(
service_build_tasks[(service.name, arch)]
)
Expand Down

0 comments on commit be18bab

Please sign in to comment.