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
106
107
108
109
110
111
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-sysadm] multiple builds on each nodes
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20multiple%20builds%20on%20each%20nodes&In-Reply-To=%3C20110411155754.GC21938%40mars-attacks.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="003329.html">
<LINK REL="Next" HREF="003334.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-sysadm] multiple builds on each nodes</H1>
<B>nicolas vigier</B>
<A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20multiple%20builds%20on%20each%20nodes&In-Reply-To=%3C20110411155754.GC21938%40mars-attacks.org%3E"
TITLE="[Mageia-sysadm] multiple builds on each nodes">boklm at mars-attacks.org
</A><BR>
<I>Mon Apr 11 17:57:54 CEST 2011</I>
<P><UL>
<LI>Previous message: <A HREF="003329.html">[Mageia-sysadm] multiple builds on each nodes
</A></li>
<LI>Next message: <A HREF="003334.html">[Mageia-sysadm] multiple builds on each nodes
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#3333">[ date ]</a>
<a href="thread.html#3333">[ thread ]</a>
<a href="subject.html#3333">[ subject ]</a>
<a href="author.html#3333">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On Mon, 11 Apr 2011, nicolas vigier wrote:
><i> On Sun, 10 Apr 2011, Thomas Backlund wrote:
</I>><i>
</I>><i> > lör 2011-04-09 klockan 17:55 +0300 skrev nicolas vigier:
</I>><i> > > Hello,
</I>><i> > >
</I>><i> > > ulri is now running two builds on each node at the same time.
</I>><i> > >
</I>><i> > > This improve a lot the average time to have a package built, when a big
</I>><i> > > package like libreoffice is in the queue.
</I>><i> >
</I>><i> >
</I>><i> > Well, many of the bigger builds are io bound and not cpu bound
</I>><i> >
</I>><i> > For example a kernel build isn't capable of using all cpu power
</I>><i> > available due to io starvation...
</I>><i> >
</I>><i> > So IMHO we should add a second disc to both buildnodes and move the
</I>><i> > second buildbot to the new disc to share the io load.
</I>><i> >
</I>><i> > An other option is of course to set basesystem as raid1 and use the rest
</I>><i> > of the disks in raid0 to get faster io too...
</I>><i>
</I>><i> I removed jonund from buildsystem to run some tests on it. I am
</I>><i> currently rebuilding kernel and kernel-tmb at the same time on it.
</I>><i>
</I>><i> And it seems the CPU does not spend a lot of time waiting for IO :
</I>><i> Cpu(s): 94.2%us, 5.8%sy, 0.0%ni, 0.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
</I>><i> Mem: 8181404k total, 7710776k used, 470628k free, 427864k buffers
</I>><i> Swap: 8185076k total, 85332k used, 8099744k free, 4996808k cached
</I>><i>
</I>><i> When this is finished, I will rebuild kernel and kernel-tmb separatly
</I>><i> to compare time.
</I>
So the logs of build of kernel and kernel-tmb at the same time :
Mon Apr 11 15:26:44 CEST 2011 : startbuild for kernel-2.6.38.2-4.mga1
Mon Apr 11 15:27:01 CEST 2011 : startbuild for kernel-tmb-2.6.38.2-1.mga1
Mon Apr 11 16:17:26 CEST 2011 : endbuild for kernel-tmb-2.6.38.2-1.mga1
Mon Apr 11 17:43:47 CEST 2011 : endbuild for kernel-2.6.38.2-4.mga1
It took 50 minutes to rebuild kernel-tmb (with kernel building at the
same time).
And 2 hours and 17 minutes to rebuild kernel (with kernel-tmb building
during the first 50 minutes).
It seems most of the time to rebuild kernel package was spent to install
files and generate all binary packages.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="003329.html">[Mageia-sysadm] multiple builds on each nodes
</A></li>
<LI>Next message: <A HREF="003334.html">[Mageia-sysadm] multiple builds on each nodes
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#3333">[ date ]</a>
<a href="thread.html#3333">[ thread ]</a>
<a href="subject.html#3333">[ subject ]</a>
<a href="author.html#3333">[ 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>
|