Skip to content

Commit

Permalink
Rety upto 3 times while building tensorflow notebook images (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankush Agarwal authored and k8s-ci-robot committed Apr 2, 2018
1 parent 0823a40 commit 8f8e57d
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@
// command: List to pass as the container command.
local buildTemplate(step_name, command, env_vars=[], sidecars=[]) = {
name: step_name,
// The tensorflow notebook image builds are flaky because they are very
// large builds and sometimes there are timeouts while downloading
// some pip packages. Retry upto 3 times before giving up.
retryStrategy: {
limit: 3,
},
container: {
command: command,
image: params.step_image,
Expand Down

0 comments on commit 8f8e57d

Please sign in to comment.