mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
jenkins-build-all: force-limit fdroid build
to 6 hours
The jenkins admins have requested that the jobs have much shorter run times. Otherwise they will just force restart jenkins or reboot the box when updates come, without waiting for the jobs to finish.
This commit is contained in:
parent
6daf9197c2
commit
4a8f3ebf55
1 changed files with 3 additions and 0 deletions
|
@ -95,6 +95,9 @@ else
|
|||
sed -i '/^wiki_/d' config.yml
|
||||
fi
|
||||
|
||||
# force global timeout to 6 hours
|
||||
sed -Ei 's,^(\s+endtime\s*=\s*time\.time\(\))\s*.*,\1 + 6 * 60 * 60 # 6 hours,' fdroidserver/build.py
|
||||
|
||||
$WORKSPACE/fdroid build --verbose --latest --no-tarball --all $wikiflag
|
||||
|
||||
vagrant global-status
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue