Gentoo Archives: gentoo-soc

From: Pallav Agarwal <pallavagarwal07@×××××.com>
To: gentoo-soc@l.g.o, Nitin Agarwal <nitinagarwal3006@×××××.com>, "Sébastien Fabbro" <bicatali@g.o>
Subject: [gentoo-soc] [Continuous Stabilization] Weekly Report 7
Date: Mon, 11 Jul 2016 02:10:05
Message-Id: CAK23ojTjTGq1sXnEUCd=vo1GEbNe5s-23kH8Nq-=Wid8A=sBVw@mail.gmail.com
1 Hi all,
2
3 This week, the aim was to change the code structure to make it more
4 parallelized as well as make each jobs smaller and easier to maintain.
5 For this, instead of the job requiring the client to build a package with
6 multiple USE flag combinations, a client needs to build it with only one,
7 while the different USE flag combinations are scheduled on to different
8 clients.
9 The flag combinations are now generated in a separate container. The
10 dependency resolution for packages is also done in an independent
11 container. The containers on the server side are now managed using
12 Kubernetes and they can be scaled up according to demand.
13
14 Regards,
15 Pallav