Re: [RFC PATCH 2/2] GitLab CI: crude mapping of PMM's scripts to jobs

2020-03-10 Thread Peter Maydell
On Tue, 10 Mar 2020 at 05:01, Cleber Rosa wrote: > Thanks for the very straight answers here. I'll work > on those two remaining points (windows cross builds, and > incremental builds). I did wonder if incremental build was going to be awkward to test in a CI setup. Anyway, I think it would be

Re: [RFC PATCH 2/2] GitLab CI: crude mapping of PMM's scripts to jobs

2020-03-09 Thread Cleber Rosa
On Sat, Feb 08, 2020 at 01:02:41PM +, Peter Maydell wrote: > On Fri, 7 Feb 2020 at 19:34, Cleber Rosa wrote: > > Also, the build and make steps worked fine without `--disable-gnutls`. > > I was trying to not carry over any "exception" type of arguments, > > unless they proved to be necessary.

Re: [RFC PATCH 2/2] GitLab CI: crude mapping of PMM's scripts to jobs

2020-03-09 Thread Cleber Rosa
On Thu, Feb 06, 2020 at 02:05:04PM +0100, Philippe Mathieu-Daudé wrote: > > > > On another thread Thomas said he doesn't want to be responsible of other > > tests: > > https://www.mail-archive.com/qemu-devel@nongnu.org/msg670132.html > > > > We could move the set of tests converted from Peter per

Re: [RFC PATCH 2/2] GitLab CI: crude mapping of PMM's scripts to jobs

2020-02-08 Thread Peter Maydell
On Fri, 7 Feb 2020 at 19:34, Cleber Rosa wrote: > Also, the build and make steps worked fine without `--disable-gnutls`. > I was trying to not carry over any "exception" type of arguments, > unless they proved to be necessary. Maybe Peter can give some more > info about this (should it be kept or

Re: [RFC PATCH 2/2] GitLab CI: crude mapping of PMM's scripts to jobs

2020-02-08 Thread Peter Maydell
On Fri, 7 Feb 2020 at 19:27, Cleber Rosa wrote: > > On Fri, Feb 07, 2020 at 04:26:53PM +, Peter Maydell wrote: > > If we have a CI setup where KVM reliably works then we should > > ideally test a --disable-tcg setup somehow. Right now my pullreq > > tests don't test that because I run them on

Re: [RFC PATCH 2/2] GitLab CI: crude mapping of PMM's scripts to jobs

2020-02-07 Thread Cleber Rosa
On Fri, Feb 07, 2020 at 11:08:15AM +, Alex Bennée wrote: > > Thomas Huth writes: > > > On 03/02/2020 04.23, Cleber Rosa wrote: > >> This is a crude and straightforward mapping of Peter's > >> "remake-merge-builds" and "pull-buildtest" scripts. > > > > > Thanks for doing this! The patch look

Re: [RFC PATCH 2/2] GitLab CI: crude mapping of PMM's scripts to jobs

2020-02-07 Thread Cleber Rosa
On Fri, Feb 07, 2020 at 09:37:16AM +0100, Thomas Huth wrote: > On 03/02/2020 04.23, Cleber Rosa wrote: > > This is a crude and straightforward mapping of Peter's > > "remake-merge-builds" and "pull-buildtest" scripts. > > > > Some characteristics were removed for simplicity sake (but eventually >

Re: [RFC PATCH 2/2] GitLab CI: crude mapping of PMM's scripts to jobs

2020-02-07 Thread Cleber Rosa
On Mon, Feb 03, 2020 at 03:36:28PM -0200, Wainer dos Santos Moschetta wrote: > Hi Cleber, > > On 2/3/20 1:23 AM, Cleber Rosa wrote: > > This is a crude and straightforward mapping of Peter's > > "remake-merge-builds" and "pull-buildtest" scripts. > > > > Some characteristics were removed for simp

Re: [RFC PATCH 2/2] GitLab CI: crude mapping of PMM's scripts to jobs

2020-02-07 Thread Cleber Rosa
On Fri, Feb 07, 2020 at 04:26:53PM +, Peter Maydell wrote: > On Fri, 7 Feb 2020 at 08:37, Thomas Huth wrote: > > Question to Peter/Alex/Stefan/Howevermergespullreqsinthefuture: > > > > Should the above jobs really be skipped for pull requests, or would it > > be ok to include them there, too?

Re: [RFC PATCH 2/2] GitLab CI: crude mapping of PMM's scripts to jobs

2020-02-07 Thread Peter Maydell
On Fri, 7 Feb 2020 at 08:37, Thomas Huth wrote: > Question to Peter/Alex/Stefan/Howevermergespullreqsinthefuture: > > Should the above jobs really be skipped for pull requests, or would it > be ok to include them there, too? (in the latter case, the above changes > could just be dropped) I don't

Re: [RFC PATCH 2/2] GitLab CI: crude mapping of PMM's scripts to jobs

2020-02-07 Thread Alex Bennée
Thomas Huth writes: > On 03/02/2020 04.23, Cleber Rosa wrote: >> This is a crude and straightforward mapping of Peter's >> "remake-merge-builds" and "pull-buildtest" scripts. > > Thanks for doing this! The patch looks basically fine to me, but some > comments below... > > > Question to Peter/

Re: [RFC PATCH 2/2] GitLab CI: crude mapping of PMM's scripts to jobs

2020-02-07 Thread Thomas Huth
On 07/02/2020 09.37, Thomas Huth wrote: > On 03/02/2020 04.23, Cleber Rosa wrote: >> This is a crude and straightforward mapping of Peter's >> "remake-merge-builds" and "pull-buildtest" scripts. >> >> Some characteristics were removed for simplicity sake (but eventually >> will), including: >> * n

Re: [RFC PATCH 2/2] GitLab CI: crude mapping of PMM's scripts to jobs

2020-02-07 Thread Thomas Huth
On 03/02/2020 04.23, Cleber Rosa wrote: > This is a crude and straightforward mapping of Peter's > "remake-merge-builds" and "pull-buildtest" scripts. > > Some characteristics were removed for simplicity sake (but eventually > will), including: > * number of simultaneous make jobs > * make's syn

Re: [RFC PATCH 2/2] GitLab CI: crude mapping of PMM's scripts to jobs

2020-02-06 Thread Thomas Huth
On 06/02/2020 14.54, Philippe Mathieu-Daudé wrote: > On 2/6/20 2:52 PM, Wainer dos Santos Moschetta wrote: >> On 2/6/20 11:03 AM, Philippe Mathieu-Daudé wrote: >>> On 2/3/20 4:23 AM, Cleber Rosa wrote: This is a crude and straightforward mapping of Peter's "remake-merge-builds" and "pull-

Re: [RFC PATCH 2/2] GitLab CI: crude mapping of PMM's scripts to jobs

2020-02-06 Thread Philippe Mathieu-Daudé
On 2/6/20 2:52 PM, Wainer dos Santos Moschetta wrote: On 2/6/20 11:03 AM, Philippe Mathieu-Daudé wrote: On 2/3/20 4:23 AM, Cleber Rosa wrote: This is a crude and straightforward mapping of Peter's "remake-merge-builds" and "pull-buildtest" scripts. Some characteristics were removed for simplic

Re: [RFC PATCH 2/2] GitLab CI: crude mapping of PMM's scripts to jobs

2020-02-06 Thread Wainer dos Santos Moschetta
On 2/6/20 11:03 AM, Philippe Mathieu-Daudé wrote: On 2/3/20 4:23 AM, Cleber Rosa wrote: This is a crude and straightforward mapping of Peter's "remake-merge-builds" and "pull-buildtest" scripts. Some characteristics were removed for simplicity sake (but eventually will), including:   * number

Re: [RFC PATCH 2/2] GitLab CI: crude mapping of PMM's scripts to jobs

2020-02-06 Thread Philippe Mathieu-Daudé
On 2/3/20 4:23 AM, Cleber Rosa wrote: This is a crude and straightforward mapping of Peter's "remake-merge-builds" and "pull-buildtest" scripts. Some characteristics were removed for simplicity sake (but eventually will), including: * number of simultaneous make jobs * make's synchronous out

Re: [RFC PATCH 2/2] GitLab CI: crude mapping of PMM's scripts to jobs

2020-02-06 Thread Philippe Mathieu-Daudé
On 2/6/20 2:03 PM, Philippe Mathieu-Daudé wrote: On 2/3/20 4:23 AM, Cleber Rosa wrote: This is a crude and straightforward mapping of Peter's "remake-merge-builds" and "pull-buildtest" scripts. Some characteristics were removed for simplicity sake (but eventually will), including:   * number of

Re: [RFC PATCH 2/2] GitLab CI: crude mapping of PMM's scripts to jobs

2020-02-03 Thread Wainer dos Santos Moschetta
Hi Cleber, On 2/3/20 1:23 AM, Cleber Rosa wrote: This is a crude and straightforward mapping of Peter's "remake-merge-builds" and "pull-buildtest" scripts. Some characteristics were removed for simplicity sake (but eventually will), including: * number of simultaneous make jobs * make's syn

[RFC PATCH 2/2] GitLab CI: crude mapping of PMM's scripts to jobs

2020-02-02 Thread Cleber Rosa
This is a crude and straightforward mapping of Peter's "remake-merge-builds" and "pull-buildtest" scripts. Some characteristics were removed for simplicity sake (but eventually will), including: * number of simultaneous make jobs * make's synchronous output, not needed because of previous point