From b76266d874381f9f57c0260db016a51d470ab272 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Wed, 11 Dec 2019 18:21:20 -0800 Subject: [PATCH] devops: fix windows buildbot polling --- browser_patches/buildbots/buildbot-windows.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/browser_patches/buildbots/buildbot-windows.sh b/browser_patches/buildbots/buildbot-windows.sh index 4e2e6c0742..e2224a9d91 100755 --- a/browser_patches/buildbots/buildbot-windows.sh +++ b/browser_patches/buildbots/buildbot-windows.sh @@ -45,9 +45,9 @@ while true; do iteration=$(( iteration + 1 )) echo "== ITERATION ${iteration} ==" git pull origin master - ../checkout_build_archive_upload.sh firefox + ../checkout_build_archive_upload.sh firefox || true git pull origin master - ../checkout_build_archive_upload.sh firefox --win64 + ../checkout_build_archive_upload.sh firefox --win64 || true newTimestamp=$(date +%s) delta=$(( 300 - newTimestamp + timestamp )); if (( delta > 0 )); then