devops: fix windows buildbot polling

This commit is contained in:
Andrey Lushnikov 2019-12-11 18:21:20 -08:00
parent 33864888d9
commit b76266d874

View file

@ -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