[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r476: Disable automatic low-resource jobs.

Jeff Licquia licquia at linuxfoundation.org
Wed Jun 5 13:04:58 UTC 2013


------------------------------------------------------------
revno: 476
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Wed 2013-06-05 09:04:58 -0400
message:
  Disable automatic low-resource jobs.
  
  The t2c-cpp-tests build on s390 went nuts last night, fork-bombing 
  shells.  Until we figure out what happened and fix it, all builds
  on s390 and s390x need to be manually triggered.
modified:
  modules/buildbot/manifests/master.pp
-------------- next part --------------
=== modified file 'modules/buildbot/manifests/master.pp'
--- a/modules/buildbot/manifests/master.pp	2013-05-15 03:08:24 +0000
+++ b/modules/buildbot/manifests/master.pp	2013-06-05 13:04:58 +0000
@@ -174,6 +174,7 @@
         user    => 'buildbot',
         hour    => '19',
         minute  => '30',
+        ensure  => absent,
     }
 
     exec { 'update-buildbot-config':



More information about the lsb-messages mailing list