Skip to content

Commit

Permalink
removed tmp ArrayNode NodeSpec field overrides
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Rammer <[email protected]>
  • Loading branch information
hamersaw committed Dec 5, 2024
1 parent 3aa283d commit 36601df
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions flytepropeller/pkg/compiler/transformers/k8s/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,6 @@ func buildNodeSpec(n *core.Node, tasks []*core.CompiledTask, errs errors.Compile
case *core.ArrayNode_MinSuccessRatio:
nodeSpec.ArrayNode.MinSuccessRatio = &successCriteria.MinSuccessRatio
}

// TODO @hamersaw - tmp
nodeSpec.ActiveDeadline = nil
nodeSpec.ExecutionDeadline = nil
nodeSpec.RetryStrategy = nil
default:
if n.GetId() == v1alpha1.StartNodeID {
nodeSpec.Kind = v1alpha1.NodeKindStart
Expand Down

0 comments on commit 36601df

Please sign in to comment.