Re: [PATCH-for-6.0 v4 14/17] gitlab-ci: Move trace backend tests across to gitlab

2020-11-11 Thread Philippe Mathieu-Daudé
On 11/11/20 9:42 AM, Philippe Mathieu-Daudé wrote: > On 11/10/20 7:12 PM, Wainer dos Santos Moschetta wrote: >> >> On 11/8/20 6:45 PM, Philippe Mathieu-Daudé wrote: >>> Similarly to commit 8cdb2cef3f1, move the trace backend >>> tests to GitLab. >>> >>> Signed-off-by: Philippe Mathieu-Daudé >>> --

Re: [PATCH-for-6.0 v4 14/17] gitlab-ci: Move trace backend tests across to gitlab

2020-11-11 Thread Philippe Mathieu-Daudé
On 11/11/20 9:42 AM, Philippe Mathieu-Daudé wrote: > On 11/10/20 7:12 PM, Wainer dos Santos Moschetta wrote: >> >> On 11/8/20 6:45 PM, Philippe Mathieu-Daudé wrote: >>> Similarly to commit 8cdb2cef3f1, move the trace backend >>> tests to GitLab. >>> >>> Signed-off-by: Philippe Mathieu-Daudé >>> --

Re: [PATCH-for-6.0 v4 14/17] gitlab-ci: Move trace backend tests across to gitlab

2020-11-11 Thread Philippe Mathieu-Daudé
On 11/10/20 7:12 PM, Wainer dos Santos Moschetta wrote: > > On 11/8/20 6:45 PM, Philippe Mathieu-Daudé wrote: >> Similarly to commit 8cdb2cef3f1, move the trace backend >> tests to GitLab. >> >> Signed-off-by: Philippe Mathieu-Daudé >> --- >> Cc: Stefan Hajnoczi >> --- >>   .gitlab-ci.yml | 18 +

Re: [PATCH-for-6.0 v4 14/17] gitlab-ci: Move trace backend tests across to gitlab

2020-11-10 Thread Wainer dos Santos Moschetta
On 11/8/20 6:45 PM, Philippe Mathieu-Daudé wrote: Similarly to commit 8cdb2cef3f1, move the trace backend tests to GitLab. Signed-off-by: Philippe Mathieu-Daudé --- Cc: Stefan Hajnoczi --- .gitlab-ci.yml | 18 ++ .travis.yml| 19 --- 2 files changed, 1

Re: [PATCH-for-6.0 v4 14/17] gitlab-ci: Move trace backend tests across to gitlab

2020-11-09 Thread Stefan Hajnoczi
On Sun, Nov 08, 2020 at 09:45:32PM +0100, Philippe Mathieu-Daudé wrote: > Similarly to commit 8cdb2cef3f1, move the trace backend > tests to GitLab. > > Signed-off-by: Philippe Mathieu-Daudé > --- > Cc: Stefan Hajnoczi > --- > .gitlab-ci.yml | 18 ++ > .travis.yml| 19 --

[PATCH-for-6.0 v4 14/17] gitlab-ci: Move trace backend tests across to gitlab

2020-11-08 Thread Philippe Mathieu-Daudé
Similarly to commit 8cdb2cef3f1, move the trace backend tests to GitLab. Signed-off-by: Philippe Mathieu-Daudé --- Cc: Stefan Hajnoczi --- .gitlab-ci.yml | 18 ++ .travis.yml| 19 --- 2 files changed, 18 insertions(+), 19 deletions(-) diff --git a/.gitlab-ci