Skip to content

Commit

Permalink
set processHang
Browse files Browse the repository at this point in the history
  • Loading branch information
binbin0325 committed Sep 1, 2023
1 parent a063e99 commit ab2321d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exec/model/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ func (b *BaseExperimentController) Exec(ctx context.Context, expModel *spec.ExpM
v1alpha1.CreateFailExperimentStatus(errMsg, []v1alpha1.ResourceStatus{}), handler)
}
expModel.ActionPrograms = actionSpec.Programs()
expModel.ActionProcessHang = actionSpec.ProcessHang()
// invoke action executor
response := actionSpec.Executor().Exec(experimentId, ctx, expModel)
return response
Expand Down

0 comments on commit ab2321d

Please sign in to comment.