Skip to content

Commit

Permalink
cleanup duplicate jobset label setting for argo
Browse files Browse the repository at this point in the history
  • Loading branch information
saikonen committed Dec 12, 2024
1 parent ecaba3a commit 253301c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions metaflow/plugins/argo/argo_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -2018,8 +2018,6 @@ def _container_templates(self):
**annotations,
}
)
# Set task specific labels
jobset.labels(resources["labels"])

jobset.control.replicas(1)
jobset.worker.replicas("{{=asInt(inputs.parameters.workerCount)}}")
Expand Down

0 comments on commit 253301c

Please sign in to comment.