Re: [yocto] [yocto-autobuilder-helper][PATCH v3] AUH: Add Openembedded auto-update-helper with list of layer to test

2023-11-02 Thread Yoann Congal
Hello, Le 28/10/2023 à 10:27, Richard Purdie a écrit : > Hi David, > > On Thu, 2023-10-26 at 15:03 +0200, David Pierret wrote: >> - Modify the setup-auh to use repositories cloned by the auto-builder. >> Manage the case where meta-openembedded is not used. >> >> - Modify the run-auh to manage

Re: [yocto] [yocto-autobuilder-helper][PATCH v3] AUH: Add Openembedded auto-update-helper with list of layer to test

2023-10-28 Thread Richard Purdie
Hi David, On Thu, 2023-10-26 at 15:03 +0200, David Pierret wrote: > - Modify the setup-auh to use repositories cloned by the auto-builder. > Manage the case where meta-openembedded is not used. > > - Modify the run-auh to manage the optional additional layer. > Only 1 layer can be provided.

Re: [yocto] [yocto-autobuilder-helper][PATCH v3] AUH: Add Openembedded auto-update-helper with list of layer to test

2023-10-26 Thread Richard Purdie
On Thu, 2023-10-26 at 15:11 +0200, David Pierret wrote: > Hi, > > I've made separate steps for setup and run > I didn't yet modify the python script in upgrade-helper to include > Kevin reviews. > > follow some questions I have about the autobuilder. > > On Thu, Oct 26, 2023 at 3:04 PM David

Re: [yocto] [yocto-autobuilder-helper][PATCH v3] AUH: Add Openembedded auto-update-helper with list of layer to test

2023-10-26 Thread Alexander Kanavin
On Thu, 26 Oct 2023 at 18:17, Richard Purdie wrote: > In general you're right, but for AUH and meta-oe, I'm ok with this > being done serially given what AUH does. We don't really want 11 > workers working on this at the same time? Yes, I think that's fine for a start, unless it's proven to be

Re: [yocto] [yocto-autobuilder-helper][PATCH v3] AUH: Add Openembedded auto-update-helper with list of layer to test

2023-10-26 Thread Richard Purdie
On Thu, 2023-10-26 at 15:53 +0200, Alexander Kanavin wrote: > This looks basically ok, but how can this be tested if needed changes > to AUH are still in review? > > Running auh over meta-oe layers shouldn't be defined as steps that are > run one after the other, but as separate parallelizable

Re: [yocto] [yocto-autobuilder-helper][PATCH v3] AUH: Add Openembedded auto-update-helper with list of layer to test

2023-10-26 Thread Alexander Kanavin
This looks basically ok, but how can this be tested if needed changes to AUH are still in review? Running auh over meta-oe layers shouldn't be defined as steps that are run one after the other, but as separate parallelizable jobs, e.g. "auh-meta-oe" : { ... "auh-meta-python" : { ... etc. They

Re: [yocto] [yocto-autobuilder-helper][PATCH v3] AUH: Add Openembedded auto-update-helper with list of layer to test

2023-10-26 Thread David Pierret
Hi, I've made separate steps for setup and run I didn't yet modify the python script in upgrade-helper to include Kevin reviews. follow some questions I have about the autobuilder. On Thu, Oct 26, 2023 at 3:04 PM David Pierret via lists.yoctoproject.org wrote: > > - Modify the setup-auh to use

[yocto] [yocto-autobuilder-helper][PATCH v3] AUH: Add Openembedded auto-update-helper with list of layer to test

2023-10-26 Thread David Pierret
- Modify the setup-auh to use repositories cloned by the auto-builder. Manage the case where meta-openembedded is not used. - Modify the run-auh to manage the optional additional layer. Only 1 layer can be provided. - Add auh-meta-openembedded job with 1 step per layer. Signed-off-by: David