diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-25 09:43:26 -0600 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-25 09:43:26 -0600 |
commit | ba5073ae9bf8c8e643727f8988fba6b616b6a48d (patch) | |
tree | f13d568442d4762999f37295c11519b354f475c4 /bin | |
parent | 6adef02fe2febc80e0c06486fd5c2cd0819a5a83 (diff) | |
download | jenkins.debian.net-ba5073ae9bf8c8e643727f8988fba6b616b6a48d.tar.xz |
reproducible: sleep 2h on enospace
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index d5ef3fd3..5e0bf03d 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -302,9 +302,8 @@ handle_enospace() { MESSAGE="${BUILD_URL}console hit diskspace issues with $SRCPACKAGE on $SUITE/$ARCH on $1, sleeping 30m." echo "$MESSAGE" echo "$MESSAGE" | mail -s "$BUILDER on $1 ran into diskspace problems" qa-jenkins-scm@lists.alioth.debian.org - #irc_message "$MESSAGE" - echo "Sleeping 30m before aborting the job." - sleep 30m + echo "Sleeping 2h before aborting the job." + sleep 2h exec /srv/jenkins/bin/abort.sh exit 0 } |