Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 99e4bde8f5f6018b51d179aab793fdb34e6565c3 https://github.com/openSUSE/open-build-service/commit/99e4bde8f5f6018b51d179... Author: Adrian Schröter adrian@suse.de Date: 2016-04-28 (Thu, 28 Apr 2016)
Changed paths: M src/backend/BSXML.pm M src/backend/bs_dispatch M src/backend/bs_worker
Log Message: ----------- [backend] avoid endless builds with broken base system
We do not try more then 5 times to build a job that fails with "badhost"
badhost usually means that the build worker thinks he is the problem, because he can not even start the guest VM kernel.
But it can also be caused by the projects, for example by providing a broken kernel, initrd, glibc or alike.
extend jobstatus to log the number of attempts for a job
obs-commits@lists.opensuse.org