From 3fde0522c94ee239ed68760c9a7d5fd176290c25 Mon Sep 17 00:00:00 2001 From: Konstantinos Natsakis <5933427+knatsakis@users.noreply.github.com> Date: Wed, 30 Oct 2019 11:59:28 +0200 Subject: .travis.yml: Increase timeout for docker image builds to 20 minutes (#7214) --- .travis.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 3833be2361..050c6b4b7e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -493,10 +493,10 @@ jobs: - echo "Last commit:" && git log -1 - echo "GIT Describe:" && git describe - echo "packaging/version:" && cat packaging/version - - >- - packaging/docker/check_login.sh + - docker info + - packaging/docker/check_login.sh && echo "Switching to latest master branch, to pick up tagging if any" && git checkout master && git pull - && packaging/docker/build.sh + && travis_wait 20 packaging/docker/build.sh && packaging/docker/publish.sh after_failure: post_message "TRAVIS_MESSAGE" " Docker image publishing failed" @@ -592,9 +592,8 @@ jobs: - echo "GIT Describe:" && git describe - echo "packaging/version:" && cat packaging/version - docker info - - >- - packaging/docker/check_login.sh - && packaging/docker/build.sh + - packaging/docker/check_login.sh + && travis_wait 20 packaging/docker/build.sh && packaging/docker/publish.sh after_failure: post_message "TRAVIS_MESSAGE" " Nightly docker image publish failed" -- cgit v1.2.3