[PATCH-for-5.2? v5 0/2] ci: Move trace backend tests across to gitlab

Philippe Mathieu-Daudé posted 2 patches 5 years ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201111121234.3246812-1-philmd@redhat.com
.gitlab-ci.yml                             | 18 ++++++++++++++++++
.travis.yml                                | 19 -------------------
tests/docker/dockerfiles/ubuntu2004.docker |  1 +
3 files changed, 19 insertions(+), 19 deletions(-)
[PATCH-for-5.2? v5 0/2] ci: Move trace backend tests across to gitlab
Posted by Philippe Mathieu-Daudé 5 years ago
Extracted from "ci: Move various jobs from Travis to GitLab CI":
https://www.mail-archive.com/qemu-devel@nongnu.org/msg758314.html

v5:
- addressed Wainer's review comment

Philippe Mathieu-Daudé (2):
  tests/docker: Install liblttng-ust-dev package in Ubuntu 20.04 image
  gitlab-ci: Move trace backend tests across to gitlab

 .gitlab-ci.yml                             | 18 ++++++++++++++++++
 .travis.yml                                | 19 -------------------
 tests/docker/dockerfiles/ubuntu2004.docker |  1 +
 3 files changed, 19 insertions(+), 19 deletions(-)

-- 
2.26.2


Re: [PATCH-for-5.2? v5 0/2] ci: Move trace backend tests across to gitlab
Posted by Alex Bennée 4 years, 12 months ago
Philippe Mathieu-Daudé <philmd@redhat.com> writes:

> Extracted from "ci: Move various jobs from Travis to GitLab CI":
> https://www.mail-archive.com/qemu-devel@nongnu.org/msg758314.html

Queued to for-5.2/fixes-for-rc3, thanks.

>
> v5:
> - addressed Wainer's review comment
>
> Philippe Mathieu-Daudé (2):
>   tests/docker: Install liblttng-ust-dev package in Ubuntu 20.04 image
>   gitlab-ci: Move trace backend tests across to gitlab
>
>  .gitlab-ci.yml                             | 18 ++++++++++++++++++
>  .travis.yml                                | 19 -------------------
>  tests/docker/dockerfiles/ubuntu2004.docker |  1 +
>  3 files changed, 19 insertions(+), 19 deletions(-)


-- 
Alex Bennée

Re: [PATCH-for-5.2? v5 0/2] ci: Move trace backend tests across to gitlab
Posted by Stefan Hajnoczi 5 years ago
On Wed, Nov 11, 2020 at 01:12:32PM +0100, Philippe Mathieu-Daudé wrote:
> Extracted from "ci: Move various jobs from Travis to GitLab CI":
> https://www.mail-archive.com/qemu-devel@nongnu.org/msg758314.html
> 
> v5:
> - addressed Wainer's review comment
> 
> Philippe Mathieu-Daudé (2):
>   tests/docker: Install liblttng-ust-dev package in Ubuntu 20.04 image
>   gitlab-ci: Move trace backend tests across to gitlab
> 
>  .gitlab-ci.yml                             | 18 ++++++++++++++++++
>  .travis.yml                                | 19 -------------------
>  tests/docker/dockerfiles/ubuntu2004.docker |  1 +
>  3 files changed, 19 insertions(+), 19 deletions(-)
> 
> -- 
> 2.26.2
> 
> 

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>