2015-04-22 14:20:05

by Thiago Farina

[permalink] [raw]
Subject: Continuous Integration

Hi,

Does Linux plan to one day use a Continuous Integration system like
Buildbot or Travis-ci?

Best regards,

--
Thiago Farina


2015-04-22 14:25:25

by Richard Weinberger

[permalink] [raw]
Subject: Re: Continuous Integration

On Wed, Apr 22, 2015 at 4:20 PM, Thiago Farina <[email protected]> wrote:
> Hi,
>
> Does Linux plan to one day use a Continuous Integration system like
> Buildbot or Travis-ci?

We do already.
i.e. http://server.roeck-us.net:8010/

--
Thanks,
//richard

2015-04-22 14:43:56

by Thiago Farina

[permalink] [raw]
Subject: Re: Continuous Integration

On Wed, Apr 22, 2015 at 11:25 AM, Richard Weinberger
<[email protected]> wrote:
> On Wed, Apr 22, 2015 at 4:20 PM, Thiago Farina <[email protected]> wrote:
>> Hi,
>>
>> Does Linux plan to one day use a Continuous Integration system like
>> Buildbot or Travis-ci?
>
> We do already.
> i.e. http://server.roeck-us.net:8010/
>
I can't access that.

And sorry, that does not count.

I mean, it should be an official one hosted on kernel.org or
linux-foundation.org

--
Thiago Farina

2015-04-22 14:48:27

by Richard Weinberger

[permalink] [raw]
Subject: Re: Continuous Integration

Am 22.04.2015 um 16:43 schrieb Thiago Farina:
> On Wed, Apr 22, 2015 at 11:25 AM, Richard Weinberger
> <[email protected]> wrote:
>> On Wed, Apr 22, 2015 at 4:20 PM, Thiago Farina <[email protected]> wrote:
>>> Hi,
>>>
>>> Does Linux plan to one day use a Continuous Integration system like
>>> Buildbot or Travis-ci?
>>
>> We do already.
>> i.e. http://server.roeck-us.net:8010/
>>
> I can't access that.

Guenter, is your buildbot down?

> And sorry, that does not count.
>
> I mean, it should be an official one hosted on kernel.org or
> linux-foundation.org

Made my day. :)

Thanks,
//richard

2015-04-22 15:11:22

by Josh Boyer

[permalink] [raw]
Subject: Re: Continuous Integration

On Wed, Apr 22, 2015 at 10:43 AM, Thiago Farina <[email protected]> wrote:
> On Wed, Apr 22, 2015 at 11:25 AM, Richard Weinberger
> <[email protected]> wrote:
>> On Wed, Apr 22, 2015 at 4:20 PM, Thiago Farina <[email protected]> wrote:
>>> Hi,
>>>
>>> Does Linux plan to one day use a Continuous Integration system like
>>> Buildbot or Travis-ci?
>>
>> We do already.
>> i.e. http://server.roeck-us.net:8010/
>>
> I can't access that.
>
> And sorry, that does not count.

It counts just fine. The work is being done and providing value.
It's rather rude of you to dismiss it because of where it is hosted.

In addition to Guenter's work, I believe there are also CI-like
projects run by Intel (they have a 0-day build bot kind of thing and a
linux-next boot thing), and
http://kisskb.ellerman.id.au/kisskb/matrix/

> I mean, it should be an official one hosted on kernel.org or
> linux-foundation.org

The only thing that makes a CI project "official" is that it's
actually running and providing feedback to the community it's
targeting. Hosting it on kernel.org or linuxfoundation.org is a
nicety.

josh

2015-04-22 18:00:42

by Guenter Roeck

[permalink] [raw]
Subject: Re: Continuous Integration

On Wed, Apr 22, 2015 at 04:48:19PM +0200, Richard Weinberger wrote:
> Am 22.04.2015 um 16:43 schrieb Thiago Farina:
> > On Wed, Apr 22, 2015 at 11:25 AM, Richard Weinberger
> > <[email protected]> wrote:
> >> On Wed, Apr 22, 2015 at 4:20 PM, Thiago Farina <[email protected]> wrote:
> >>> Hi,
> >>>
> >>> Does Linux plan to one day use a Continuous Integration system like
> >>> Buildbot or Travis-ci?
> >>
> >> We do already.
> >> i.e. http://server.roeck-us.net:8010/
> >>
> > I can't access that.
>
> Guenter, is your buildbot down?
>
Yep, sorry. The installed version of buildbot and/or twistd has a
pretty bad memory leak, and once in a while to oom killer cuts in.
I restarted it.

Guenter

2015-04-22 19:41:59

by Thiago Farina

[permalink] [raw]
Subject: Re: Continuous Integration

On Wed, Apr 22, 2015 at 3:00 PM, Guenter Roeck <[email protected]> wrote:
> On Wed, Apr 22, 2015 at 04:48:19PM +0200, Richard Weinberger wrote:
>> Am 22.04.2015 um 16:43 schrieb Thiago Farina:
>> > On Wed, Apr 22, 2015 at 11:25 AM, Richard Weinberger
>> > <[email protected]> wrote:
>> >> On Wed, Apr 22, 2015 at 4:20 PM, Thiago Farina <[email protected]> wrote:
>> >>> Hi,
>> >>>
>> >>> Does Linux plan to one day use a Continuous Integration system like
>> >>> Buildbot or Travis-ci?
>> >>
>> >> We do already.
>> >> i.e. http://server.roeck-us.net:8010/
>> >>
>> > I can't access that.
>>
>> Guenter, is your buildbot down?
>>
> Yep, sorry. The installed version of buildbot and/or twistd has a
> pretty bad memory leak, and once in a while to oom killer cuts in.
> I restarted it.
>
http://server.roeck-us.net:8010/console, waterfall, none of them are loading.


--
Thiago Farina

2015-04-22 19:48:47

by Richard Weinberger

[permalink] [raw]
Subject: Re: Continuous Integration

Am 22.04.2015 um 21:41 schrieb Thiago Farina:
> On Wed, Apr 22, 2015 at 3:00 PM, Guenter Roeck <[email protected]> wrote:
>> On Wed, Apr 22, 2015 at 04:48:19PM +0200, Richard Weinberger wrote:
>>> Am 22.04.2015 um 16:43 schrieb Thiago Farina:
>>>> On Wed, Apr 22, 2015 at 11:25 AM, Richard Weinberger
>>>> <[email protected]> wrote:
>>>>> On Wed, Apr 22, 2015 at 4:20 PM, Thiago Farina <[email protected]> wrote:
>>>>>> Hi,
>>>>>>
>>>>>> Does Linux plan to one day use a Continuous Integration system like
>>>>>> Buildbot or Travis-ci?
>>>>>
>>>>> We do already.
>>>>> i.e. http://server.roeck-us.net:8010/
>>>>>
>>>> I can't access that.
>>>
>>> Guenter, is your buildbot down?
>>>
>> Yep, sorry. The installed version of buildbot and/or twistd has a
>> pretty bad memory leak, and once in a while to oom killer cuts in.
>> I restarted it.
>>
> http://server.roeck-us.net:8010/console, waterfall, none of them are loading.

As Guenter wrote, he is working on it.
Please see also Josh's answer.

Thanks,
//richard

2015-04-22 19:53:31

by Thiago Farina

[permalink] [raw]
Subject: Re: Continuous Integration

On Wed, Apr 22, 2015 at 4:48 PM, Richard Weinberger <[email protected]> wrote:
> Am 22.04.2015 um 21:41 schrieb Thiago Farina:
>> On Wed, Apr 22, 2015 at 3:00 PM, Guenter Roeck <[email protected]> wrote:
>>> On Wed, Apr 22, 2015 at 04:48:19PM +0200, Richard Weinberger wrote:
>>>> Am 22.04.2015 um 16:43 schrieb Thiago Farina:
>>>>> On Wed, Apr 22, 2015 at 11:25 AM, Richard Weinberger
>>>>> <[email protected]> wrote:
>>>>>> On Wed, Apr 22, 2015 at 4:20 PM, Thiago Farina <[email protected]> wrote:
>>>>>>> Hi,
>>>>>>>
>>>>>>> Does Linux plan to one day use a Continuous Integration system like
>>>>>>> Buildbot or Travis-ci?
>>>>>>
>>>>>> We do already.
>>>>>> i.e. http://server.roeck-us.net:8010/
>>>>>>
>>>>> I can't access that.
>>>>
>>>> Guenter, is your buildbot down?
>>>>
>>> Yep, sorry. The installed version of buildbot and/or twistd has a
>>> pretty bad memory leak, and once in a while to oom killer cuts in.
>>> I restarted it.
>>>
>> http://server.roeck-us.net:8010/console, waterfall, none of them are loading.
>
> As Guenter wrote, he is working on it.
He said that he had "restarted", not that he was working on it. I
couldn't know from 'restarted' that there were things to work on to
restore his buildbot.

> Please see also Josh's answer.
>
I read it, but I didn't mean to be rude.

--
Thiago Farina

2015-04-22 19:56:14

by Richard Weinberger

[permalink] [raw]
Subject: Re: Continuous Integration

Am 22.04.2015 um 21:53 schrieb Thiago Farina:
> On Wed, Apr 22, 2015 at 4:48 PM, Richard Weinberger <[email protected]> wrote:
>> Am 22.04.2015 um 21:41 schrieb Thiago Farina:
>>> On Wed, Apr 22, 2015 at 3:00 PM, Guenter Roeck <[email protected]> wrote:
>>>> On Wed, Apr 22, 2015 at 04:48:19PM +0200, Richard Weinberger wrote:
>>>>> Am 22.04.2015 um 16:43 schrieb Thiago Farina:
>>>>>> On Wed, Apr 22, 2015 at 11:25 AM, Richard Weinberger
>>>>>> <[email protected]> wrote:
>>>>>>> On Wed, Apr 22, 2015 at 4:20 PM, Thiago Farina <[email protected]> wrote:
>>>>>>>> Hi,
>>>>>>>>
>>>>>>>> Does Linux plan to one day use a Continuous Integration system like
>>>>>>>> Buildbot or Travis-ci?
>>>>>>>
>>>>>>> We do already.
>>>>>>> i.e. http://server.roeck-us.net:8010/
>>>>>>>
>>>>>> I can't access that.
>>>>>
>>>>> Guenter, is your buildbot down?
>>>>>
>>>> Yep, sorry. The installed version of buildbot and/or twistd has a
>>>> pretty bad memory leak, and once in a while to oom killer cuts in.
>>>> I restarted it.
>>>>
>>> http://server.roeck-us.net:8010/console, waterfall, none of them are loading.
>>
>> As Guenter wrote, he is working on it.
> He said that he had "restarted", not that he was working on it. I
> couldn't know from 'restarted' that there were things to work on to
> restore his buildbot.

As the current installation suffers form a memory leak a restart is only
a temporary solution.

Thanks,
//richard