Gentoo Archives: gentoo-commits

From: Magnus Granberg <zorry@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/tinderbox-cluster:master commit in: buildbot_gentoo_ci/steps/
Date: Wed, 01 Jun 2022 00:19:11
Message-Id: 1654042458.e15a995fa6e1a649f34ac98d446be3c4db686a9d.zorry@gentoo
1 commit: e15a995fa6e1a649f34ac98d446be3c4db686a9d
2 Author: Magnus Granberg <zorry <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 1 00:14:18 2022 +0000
4 Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 1 00:14:18 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=e15a995f
7
8 set build timeout to 6600
9
10 Signed-off-by: Magnus Granberg <zorry <AT> gentoo.org>
11
12 buildbot_gentoo_ci/steps/builders.py | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/buildbot_gentoo_ci/steps/builders.py b/buildbot_gentoo_ci/steps/builders.py
16 index 1d4f52d..fa11290 100644
17 --- a/buildbot_gentoo_ci/steps/builders.py
18 +++ b/buildbot_gentoo_ci/steps/builders.py
19 @@ -385,8 +385,7 @@ class RunEmerge(BuildStep):
20 self.descriptionSuffix = self.step
21 self.name = 'Setup emerge for ' + self.step + ' step'
22 self.build_env = {}
23 - #FIXME: Set build timeout in config
24 - self.build_timeout = 1800
25 + self.build_timeout = 0
26
27 @defer.inlineCallbacks
28 def run(self):
29 @@ -399,6 +398,8 @@ class RunEmerge(BuildStep):
30 '-v'
31 ]
32 aftersteps_list = []
33 + #FIXME: Set build timeout in config
34 + self.build_timeout = 6600
35 # set env
36 # https://bugs.gentoo.org/683118
37 # export TERM=linux