Skip to content
......@@ -259,11 +259,7 @@ data.append(
'text': 'Sponsored by Profitbricks',
'url': 'http://www.profitbricks.co.uk'}},
{ 'priority-sorter': { 'priority': '{my_prio}'}},
{ 'throttle': { 'categories': [ 'chroot-installation'],
'enabled': True,
'max-per-node': 6,
'max-total': 6,
'option': 'category'}}],
],
'publishers': [ { 'trigger': { 'project': '{my_trigger}'}},
{ 'email-ext': { 'attach-build-log': False,
'body': 'See $BUILD_URL/console or just $BUILD_URL for more information.',
......@@ -280,7 +276,9 @@ data.append(
'max-failed-builds': 3,
'regular-expression': '^E: (Couldn.t download .*/Packages|Unable to fetch some archives|Failed getting release file|Failed getting release signature file)'}}],
'triggers': [{ 'timed': '{my_time}'}],
'wrappers': [{ 'timeout': { 'timeout': 360}}]}})
'wrappers': [{ 'timeout': { 'timeout': 360}}],
'node': 'profitbricks10',
}})
data.append(
{ 'job-template': { 'defaults': 'chroot-installation',
'name': '{name}_{dist}_{action}'}})
......
......@@ -313,7 +313,6 @@ if [ -f /etc/debian_version ] ; then
g++
gawk
gcc
git
grep
iasl
libc6-dev
......@@ -384,6 +383,7 @@ if [ -f /etc/debian_version ] ; then
flex
gawk
ghc
git-lfs
git-notifier
gocr
graphviz
......