Build complete event

This commit is contained in:
mr
2026-03-12 11:49:52 +01:00
parent 84f6af6e44
commit 56bc342d24
5 changed files with 33 additions and 7 deletions

View File

@@ -257,7 +257,6 @@ func (b *ArgoBuilder) createArgoTemplates(
_, firstItems, lastItems = b.addTaskToArgo(exec, b.Workflow.getDag(), id, obj, firstItems, lastItems)
template := &Template{Name: getArgoName(obj.GetName(), id)}
logger.Info().Msg(fmt.Sprint("Creating template for", template.Name))
// Vérifie si le processing est sur un peer distant (Admiralty).
isReparted, peer := b.isReparted(obj, id)
if obj.GetType() == tools.PROCESSING_RESOURCE.String() {