Re: [PATCH v6 2/4] Jobs based on custom runners: build environment docs and playbook

2021-06-29 Thread Cleber Rosa
On 6/10/21 4:13 AM, Erik Skultety wrote: ... On a freshly installed Ubuntu 20.04, the script failed for me with dependency messages on the apt side. After I updated the packages on the system, the playbook worked without problems. So, my suggestion is to add the "update = yes" here, or add a

Re: [PATCH v6 2/4] Jobs based on custom runners: build environment docs and playbook

2021-06-29 Thread Cleber Rosa
On 6/9/21 1:16 PM, Willian Rampazzo wrote: On Tue, Jun 8, 2021 at 12:14 AM Cleber Rosa wrote: To run basic jobs on custom runners, the environment needs to be properly set up. The most common requirement is having the right packages installed. The playbook introduced here covers the QEMU's

Re: [PATCH v6 2/4] Jobs based on custom runners: build environment docs and playbook

2021-06-29 Thread Cleber Rosa
On 6/9/21 12:13 PM, Willian Rampazzo wrote: On Tue, Jun 8, 2021 at 3:48 PM Wainer dos Santos Moschetta wrote: Hi, On 6/8/21 12:14 AM, Cleber Rosa wrote: To run basic jobs on custom runners, the environment needs to be properly set up. The most common requirement is having the right package

Re: [PATCH v6 2/4] Jobs based on custom runners: build environment docs and playbook

2021-06-29 Thread Cleber Rosa
On Tue, Jun 8, 2021 at 2:48 PM Wainer dos Santos Moschetta wrote: > > Hi, > > On 6/8/21 12:14 AM, Cleber Rosa wrote: > > To run basic jobs on custom runners, the environment needs to be > > properly set up. The most common requirement is having the right > > packages installed. > > > > The playbo

Re: [PATCH v6 2/4] Jobs based on custom runners: build environment docs and playbook

2021-06-28 Thread Cleber Rosa
On 6/11/21 6:40 AM, Alex Bennée wrote: Cleber Rosa Junior writes: On Wed, Jun 9, 2021 at 11:26 AM Alex Bennée wrote: Cleber Rosa Junior writes: > On Wed, Jun 9, 2021 at 9:36 AM Alex Bennée wrote: > > Cleber Rosa writes: > > > To run basic jobs on custom runners, the enviro

Re: [PATCH v6 2/4] Jobs based on custom runners: build environment docs and playbook

2021-06-11 Thread Alex Bennée
Cleber Rosa Junior writes: > On Wed, Jun 9, 2021 at 11:26 AM Alex Bennée wrote: > > Cleber Rosa Junior writes: > > > On Wed, Jun 9, 2021 at 9:36 AM Alex Bennée wrote: > > > > Cleber Rosa writes: > > > > > To run basic jobs on custom runners, the environment needs to be > > > prope

Re: [PATCH v6 2/4] Jobs based on custom runners: build environment docs and playbook

2021-06-10 Thread Erik Skultety
... > On a freshly installed Ubuntu 20.04, the script failed for me with > dependency messages on the apt side. After I updated the packages on > the system, the playbook worked without problems. > > So, my suggestion is to add the "update = yes" here, or add a note in > the documentation asking t

Re: [PATCH v6 2/4] Jobs based on custom runners: build environment docs and playbook

2021-06-09 Thread Willian Rampazzo
On Tue, Jun 8, 2021 at 12:14 AM Cleber Rosa wrote: > > To run basic jobs on custom runners, the environment needs to be > properly set up. The most common requirement is having the right > packages installed. > > The playbook introduced here covers the QEMU's project s390x and > aarch64 machines.

Re: [PATCH v6 2/4] Jobs based on custom runners: build environment docs and playbook

2021-06-09 Thread Cleber Rosa Junior
On Wed, Jun 9, 2021 at 11:26 AM Alex Bennée wrote: > > Cleber Rosa Junior writes: > > > On Wed, Jun 9, 2021 at 9:36 AM Alex Bennée > wrote: > > > > Cleber Rosa writes: > > > > > To run basic jobs on custom runners, the environment needs to be > > > properly set up. The most common requirem

Re: [PATCH v6 2/4] Jobs based on custom runners: build environment docs and playbook

2021-06-09 Thread Willian Rampazzo
On Tue, Jun 8, 2021 at 3:48 PM Wainer dos Santos Moschetta wrote: > > Hi, > > On 6/8/21 12:14 AM, Cleber Rosa wrote: > > To run basic jobs on custom runners, the environment needs to be > > properly set up. The most common requirement is having the right > > packages installed. > > > > The playbo

Re: [PATCH v6 2/4] Jobs based on custom runners: build environment docs and playbook

2021-06-09 Thread Alex Bennée
Cleber Rosa Junior writes: > On Wed, Jun 9, 2021 at 9:36 AM Alex Bennée wrote: > > Cleber Rosa writes: > > > To run basic jobs on custom runners, the environment needs to be > > properly set up. The most common requirement is having the right > > packages installed. > > > > The playboo

Re: [PATCH v6 2/4] Jobs based on custom runners: build environment docs and playbook

2021-06-09 Thread Cleber Rosa Junior
On Wed, Jun 9, 2021 at 9:36 AM Alex Bennée wrote: > > Cleber Rosa writes: > > > To run basic jobs on custom runners, the environment needs to be > > properly set up. The most common requirement is having the right > > packages installed. > > > > The playbook introduced here covers the QEMU's pr

Re: [PATCH v6 2/4] Jobs based on custom runners: build environment docs and playbook

2021-06-09 Thread Alex Bennée
Cleber Rosa writes: > To run basic jobs on custom runners, the environment needs to be > properly set up. The most common requirement is having the right > packages installed. > > The playbook introduced here covers the QEMU's project s390x and > aarch64 machines. At the time this is being pr

Re: [PATCH v6 2/4] Jobs based on custom runners: build environment docs and playbook

2021-06-08 Thread Wainer dos Santos Moschetta
Hi, On 6/8/21 12:14 AM, Cleber Rosa wrote: To run basic jobs on custom runners, the environment needs to be properly set up. The most common requirement is having the right packages installed. The playbook introduced here covers the QEMU's project s390x and aarch64 machines. At the time this

[PATCH v6 2/4] Jobs based on custom runners: build environment docs and playbook

2021-06-07 Thread Cleber Rosa
To run basic jobs on custom runners, the environment needs to be properly set up. The most common requirement is having the right packages installed. The playbook introduced here covers the QEMU's project s390x and aarch64 machines. At the time this is being proposed, those machines have already