Skip to content

Commit 93cfce6

Browse files
committed
updated log message
1 parent d171d63 commit 93cfce6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ci-runner/helper/DockerHelper.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,8 +355,8 @@ func (impl *DockerHelperImpl) executeDockerReBuild(ciContext cicxt.CiContext, k8
355355
} else if errors.Is(err, BuilderPodDeletedError) {
356356
// Log error message for builder pod interruption due to
357357
util.LogError(BuilderPodDeletedError)
358-
util.LogWarn("Frequent spot interruptions can lead to build failures.\n",
359-
"Consider using a different node type or increasing the spot interruption tolerance.\n")
358+
util.LogWarn("Frequent spot interruptions can lead to build failures.",
359+
"Consider using a different node type or increasing the spot interruption tolerance.")
360360
// if the builder pod is deleted, we will retry the build
361361
return retryFunc.NewRetryableError(BuilderPodDeletedError)
362362
}

0 commit comments

Comments
 (0)