~ubuntu-on-ec2/vmbuilder/jenkins_kvm-buildd

« back to all changes in this revision

Viewing changes to jenkins/CloudImages_Base.sh

  • Committer: Daniel Watkins
  • Date: 2015-01-07 18:11:42 UTC
  • Revision ID: daniel.watkins@canonical.com-20150107181142-v69jvlok9mt5f6fi
Attempt to increase build timeout.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
# Retry building the image twice, waiting five
55
55
# minutes. This should buffer most failures caused
56
56
# by bad mirrors.
 
57
export MAX_CYCLES=2160
57
58
retry 2 300 \
58
59
    "${base_dir}/launch_kvm.sh" \
59
60
         --id "${BUILD_ID}" \