Commit e52f0eeb authored by duanjinfei's avatar duanjinfei

open stop container

parent b59e4af1
...@@ -116,7 +116,7 @@ func (t *TaskHandler) ComputeTaskHandler(taskMsg *nodeManagerV1.PushTaskMessage) ...@@ -116,7 +116,7 @@ func (t *TaskHandler) ComputeTaskHandler(taskMsg *nodeManagerV1.PushTaskMessage)
log.Info("received task cmd :", taskCmd) log.Info("received task cmd :", taskCmd)
log.WithField("oldTaskImageName", oldTaskImageName).WithField("newTaskImageName", taskCmd.ImageName).Info("task image info") log.WithField("oldTaskImageName", oldTaskImageName).WithField("newTaskImageName", taskCmd.ImageName).Info("task image info")
if taskMsg.TaskKind != baseV1.TaskKind_StandardTask { if taskMsg.TaskKind != baseV1.TaskKind_StandardTask {
//t.checkIsStopContainer(taskCmd) t.checkIsStopContainer(taskCmd)
} }
log.Info("check is stop container finished") log.Info("check is stop container finished")
isFound, imageId := t.foundTaskImage(taskExecResult, taskCmd, taskMsg) isFound, imageId := t.foundTaskImage(taskExecResult, taskCmd, taskMsg)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment