1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-sysadm] Cleaning iurt timeout
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20Cleaning%20iurt%20timeout&In-Reply-To=%3C1302820515.31623.9.camel%40akroma.ephaone.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="003350.html">
<LINK REL="Next" HREF="003359.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-sysadm] Cleaning iurt timeout</H1>
<B>Michael Scherer</B>
<A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20Cleaning%20iurt%20timeout&In-Reply-To=%3C1302820515.31623.9.camel%40akroma.ephaone.org%3E"
TITLE="[Mageia-sysadm] Cleaning iurt timeout">misc at zarb.org
</A><BR>
<I>Fri Apr 15 00:35:15 CEST 2011</I>
<P><UL>
<LI>Previous message: <A HREF="003350.html">[Mageia-sysadm] Fwd: [Mageia-contact] Unable to register for forum
</A></li>
<LI>Next message: <A HREF="003359.html">[Mageia-sysadm] Cleaning iurt timeout
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#3357">[ date ]</a>
<a href="thread.html#3357">[ thread ]</a>
<a href="subject.html#3357">[ subject ]</a>
<a href="author.html#3357">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Hi,
while discussing with a friend about our BS, he noticed that LO take 5h
to build. So far, so good. But we still have the same old timeout set to
96h in iurt.conf :
build_timeout => {
'default' => 18000,
'gcc' => 57600,
'paraview' => 115200,
'salome' => 57600,
'itk' => 115200,
'wrapitk' => 115200,
'kernel-rt' => 57600,
'kernel-xen' => 57600,
'kernel-tmb' => 57600,
'openoffice.org' => 345600,
'openoffice.org64' => 345600,
'openoffice.org-go-ooo' => 345600,
'openoffice.org64-go-ooo' => 345600,
'libreoffice' => 345600
},
So maybe it would be worth to reduce the various limits, to acknowledge
that we have powerful servers. As for example, python is still running
since hours, I wouldn't mind to have it killed sooner as it is holding
one builder at the moment ( one more reason to have 2 of them per
server ).
Also, removing packages that we no longer have would be nice ( like
openoffice* ) or those that we currently do not ship ( itk, salome,
etc ). This would avoid to keep cruft for years without reasons.
I would not do such change now and would defer this after the stable
release, so that let plenty of time to discuss about it :)
--
Michael Scherer
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="003350.html">[Mageia-sysadm] Fwd: [Mageia-contact] Unable to register for forum
</A></li>
<LI>Next message: <A HREF="003359.html">[Mageia-sysadm] Cleaning iurt timeout
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#3357">[ date ]</a>
<a href="thread.html#3357">[ thread ]</a>
<a href="subject.html#3357">[ subject ]</a>
<a href="author.html#3357">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm
mailing list</a><br>
</body></html>
|