yocto.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* No more nightly builds?
@ 2022-01-11  9:47 Michael Opdenacker
  2022-01-11 10:41 ` [docs] " Richard Purdie
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Opdenacker @ 2022-01-11  9:47 UTC (permalink / raw)
  To: yocto; +Cc: michael.opdenacker, YP docs mailing list

Greetings,

Do we still have nightly builds? I cannot find them anywhere, but the
documentation still refer to a broken location
(https://autobuilder.yocto.io/pub/nightly/).

I'll be happy to remove the corresponding chapter
(https://docs.yoctoproject.org/dev-manual/start.html#accessing-nightly-builds)
if indeed we no longer produce such builds.

Cheers
Michael.

-- 
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



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

* Re: [docs] No more nightly builds?
  2022-01-11  9:47 No more nightly builds? Michael Opdenacker
@ 2022-01-11 10:41 ` Richard Purdie
  2022-01-11 11:01   ` Michael Opdenacker
  0 siblings, 1 reply; 6+ messages in thread
From: Richard Purdie @ 2022-01-11 10:41 UTC (permalink / raw)
  To: Michael Opdenacker, yocto; +Cc: YP docs mailing list

On Tue, 2022-01-11 at 10:47 +0100, Michael Opdenacker wrote:
> Greetings,
> 
> Do we still have nightly builds? I cannot find them anywhere, but the
> documentation still refer to a broken location
> (https://autobuilder.yocto.io/pub/nightly/).

We do run them but they're "a-quick" six nights a week with an "a-full" on a
weekend. The results of all non-release builds go here:

https://autobuilder.yocto.io/pub/non-release/

The "nightly" builds don't produce shared artefacts any more, just test result
files and reports.

Cheers,

Richard



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

* Re: [docs] No more nightly builds?
  2022-01-11 10:41 ` [docs] " Richard Purdie
@ 2022-01-11 11:01   ` Michael Opdenacker
  2022-01-11 11:09     ` Richard Purdie
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Opdenacker @ 2022-01-11 11:01 UTC (permalink / raw)
  To: Richard Purdie, yocto; +Cc: YP docs mailing list

Hi Richard,

On 1/11/22 11:41 AM, Richard Purdie wrote:
> On Tue, 2022-01-11 at 10:47 +0100, Michael Opdenacker wrote:
>> Greetings,
>>
>> Do we still have nightly builds? I cannot find them anywhere, but the
>> documentation still refer to a broken location
>> (https://autobuilder.yocto.io/pub/nightly/).
> We do run them but they're "a-quick" six nights a week with an "a-full" on a
> weekend. The results of all non-release builds go here:
>
> https://autobuilder.yocto.io/pub/non-release/
>
> The "nightly" builds don't produce shared artefacts any more, just test result
> files and reports.


Right. So the documentation can stop referring to them as a way to get
the latest code.
Thanks
Michael.

-- 
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



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

* Re: [docs] No more nightly builds?
  2022-01-11 11:01   ` Michael Opdenacker
@ 2022-01-11 11:09     ` Richard Purdie
  2022-01-11 11:12       ` Michael Opdenacker
  0 siblings, 1 reply; 6+ messages in thread
From: Richard Purdie @ 2022-01-11 11:09 UTC (permalink / raw)
  To: Michael Opdenacker, yocto; +Cc: YP docs mailing list

On Tue, 2022-01-11 at 12:01 +0100, Michael Opdenacker wrote:
> Hi Richard,
> 
> On 1/11/22 11:41 AM, Richard Purdie wrote:
> > On Tue, 2022-01-11 at 10:47 +0100, Michael Opdenacker wrote:
> > > Greetings,
> > > 
> > > Do we still have nightly builds? I cannot find them anywhere, but the
> > > documentation still refer to a broken location
> > > (https://autobuilder.yocto.io/pub/nightly/).
> > We do run them but they're "a-quick" six nights a week with an "a-full" on a
> > weekend. The results of all non-release builds go here:
> > 
> > https://autobuilder.yocto.io/pub/non-release/
> > 
> > The "nightly" builds don't produce shared artefacts any more, just test result
> > files and reports.
> 
> 
> Right. So the documentation can stop referring to them as a way to get
> the latest code.

I think it should be replaced with something about "latest test results"?

Cheers,

Richard



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

* Re: [docs] No more nightly builds?
  2022-01-11 11:09     ` Richard Purdie
@ 2022-01-11 11:12       ` Michael Opdenacker
  2022-01-11 11:16         ` Richard Purdie
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Opdenacker @ 2022-01-11 11:12 UTC (permalink / raw)
  To: Richard Purdie, yocto; +Cc: YP docs mailing list


On 1/11/22 12:09 PM, Richard Purdie wrote:
> On Tue, 2022-01-11 at 12:01 +0100, Michael Opdenacker wrote:
>> Hi Richard,
>>
>> On 1/11/22 11:41 AM, Richard Purdie wrote:
>>> On Tue, 2022-01-11 at 10:47 +0100, Michael Opdenacker wrote:
>>>> Greetings,
>>>>
>>>> Do we still have nightly builds? I cannot find them anywhere, but the
>>>> documentation still refer to a broken location
>>>> (https://autobuilder.yocto.io/pub/nightly/).
>>> We do run them but they're "a-quick" six nights a week with an "a-full" on a
>>> weekend. The results of all non-release builds go here:
>>>
>>> https://autobuilder.yocto.io/pub/non-release/
>>>
>>> The "nightly" builds don't produce shared artefacts any more, just test result
>>> files and reports.
>>
>> Right. So the documentation can stop referring to them as a way to get
>> the latest code.
> I think it should be replaced with something about "latest test results"?

Maybe, but then in the test manual, because the section referring to
nightly builds about getting Yocto Project code
(https://docs.yoctoproject.org/dev-manual/start.html#locating-yocto-project-source-files).

Thanks

Michael.

-- 
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



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

* Re: [docs] No more nightly builds?
  2022-01-11 11:12       ` Michael Opdenacker
@ 2022-01-11 11:16         ` Richard Purdie
  0 siblings, 0 replies; 6+ messages in thread
From: Richard Purdie @ 2022-01-11 11:16 UTC (permalink / raw)
  To: Michael Opdenacker, yocto; +Cc: YP docs mailing list

On Tue, 2022-01-11 at 12:12 +0100, Michael Opdenacker wrote:
> On 1/11/22 12:09 PM, Richard Purdie wrote:
> > On Tue, 2022-01-11 at 12:01 +0100, Michael Opdenacker wrote:
> > > Hi Richard,
> > > 
> > > On 1/11/22 11:41 AM, Richard Purdie wrote:
> > > > On Tue, 2022-01-11 at 10:47 +0100, Michael Opdenacker wrote:
> > > > > Greetings,
> > > > > 
> > > > > Do we still have nightly builds? I cannot find them anywhere, but the
> > > > > documentation still refer to a broken location
> > > > > (https://autobuilder.yocto.io/pub/nightly/).
> > > > We do run them but they're "a-quick" six nights a week with an "a-full" on a
> > > > weekend. The results of all non-release builds go here:
> > > > 
> > > > https://autobuilder.yocto.io/pub/non-release/
> > > > 
> > > > The "nightly" builds don't produce shared artefacts any more, just test result
> > > > files and reports.
> > > 
> > > Right. So the documentation can stop referring to them as a way to get
> > > the latest code.
> > I think it should be replaced with something about "latest test results"?
> 
> Maybe, but then in the test manual, because the section referring to
> nightly builds about getting Yocto Project code
> (https://docs.yoctoproject.org/dev-manual/start.html#locating-yocto-project-source-files).

Right, in that context I agree it can be removed and probably wasn't that useful
anyway.

Cheers,

Richard



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

end of thread, other threads:[~2022-01-11 11:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-11  9:47 No more nightly builds? Michael Opdenacker
2022-01-11 10:41 ` [docs] " Richard Purdie
2022-01-11 11:01   ` Michael Opdenacker
2022-01-11 11:09     ` Richard Purdie
2022-01-11 11:12       ` Michael Opdenacker
2022-01-11 11:16         ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).