public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] Continuous Integration (CI)
@ 2019-06-17  8:24 Linder Pascal
  2019-06-17  9:42 ` Bin Meng
  0 siblings, 1 reply; 3+ messages in thread
From: Linder Pascal @ 2019-06-17  8:24 UTC (permalink / raw)
  To: u-boot

Hi everyone,


I recently saw the .travis.yml file in the repository and thought a bit more about CI in U-Boot. As I am using GitLab for my own repository, I would be interested in a .gitlab-ci.yml file. Does anybody already have implemented a GitLab CI for U-Boot or how do you guys approach this issue?


Sincerely,


Pascal Linder

Student Telekommunikation Netzwerke und Sicherheit

Klasse T-3b

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] Continuous Integration (CI)
  2019-06-17  8:24 [U-Boot] Continuous Integration (CI) Linder Pascal
@ 2019-06-17  9:42 ` Bin Meng
  2019-06-19 18:20   ` Tom Rini
  0 siblings, 1 reply; 3+ messages in thread
From: Bin Meng @ 2019-06-17  9:42 UTC (permalink / raw)
  To: u-boot

Hi,

On Mon, Jun 17, 2019 at 4:39 PM Linder Pascal <Pascal.Linder@edu.hefr.ch> wrote:
>
> Hi everyone,
>
>
> I recently saw the .travis.yml file in the repository and thought a bit more about CI in U-Boot. As I am using GitLab for my own repository, I would be interested in a .gitlab-ci.yml file. Does anybody already have implemented a GitLab CI for U-Boot or how do you guys approach this issue?
>

I believe there is a plan to migrate to GitLab for U-Boot repos hosting. +Tom

Regards,
Bin

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] Continuous Integration (CI)
  2019-06-17  9:42 ` Bin Meng
@ 2019-06-19 18:20   ` Tom Rini
  0 siblings, 0 replies; 3+ messages in thread
From: Tom Rini @ 2019-06-19 18:20 UTC (permalink / raw)
  To: u-boot

On Mon, Jun 17, 2019 at 05:42:21PM +0800, Bin Meng wrote:

> Hi,
> 
> On Mon, Jun 17, 2019 at 4:39 PM Linder Pascal <Pascal.Linder@edu.hefr.ch> wrote:
> >
> > Hi everyone,
> >
> >
> > I recently saw the .travis.yml file in the repository and thought a
> > bit more about CI in U-Boot. As I am using GitLab for my own
> > repository, I would be interested in a .gitlab-ci.yml file. Does
> > anybody already have implemented a GitLab CI for U-Boot or how do
> > you guys approach this issue?
> 
> I believe there is a plan to migrate to GitLab for U-Boot repos hosting. +Tom

So, as of today I've posted a patch to add a .gitlab-ci.yml file.  This
is similar to the Travis one except that it does not split the world
build up.  This is overall desirable I believe as we spend too much time
trying to make sure we don't miss boards in the split up as well as that
splitting it up adds overhead (re-grab toolchains, buildman re-sets up
directories, etc).  We may end up wanting to split the world job up into
ARM, PowerPC and Everyone else if there's a few build nodes as at that
level the parallelization of multiple machines will outweigh the
overhead, but today with Travis 50+ jobs is making our overall time
worse :(

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190619/6e82c1a8/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-06-19 18:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-17  8:24 [U-Boot] Continuous Integration (CI) Linder Pascal
2019-06-17  9:42 ` Bin Meng
2019-06-19 18:20   ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox