[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL for 5.2-rc3 0/7] various CI cleanups (scripts, avocado, gitlab)
From: |
Alex Bennée |
Subject: |
[PULL for 5.2-rc3 0/7] various CI cleanups (scripts, avocado, gitlab) |
Date: |
Mon, 23 Nov 2020 11:25:11 +0000 |
The following changes since commit 8cc30eb1400fc01f2b139cdd3dc524f8b84dbe07:
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20201122' into
staging (2020-11-22 15:02:52 +0000)
are available in the Git repository at:
https://github.com/stsquad/qemu.git tags/pull-for-5.2-rc3-231120-1
for you to fetch changes up to 534f80e1dffbf520bed9bf5fd5ae98de6662e126:
.cirrus.yml: bump timeout period for MacOS builds (2020-11-23 09:55:25 +0000)
----------------------------------------------------------------
Misc CI fixes:
- more helpful logic for git-pipeline-status
- fix tempdir leak in avocado
- move remaining x86 check-tcg to gitlab
- add tracing headers to ubuntu2004 docker
- move tracing backend tests to gitlab
- bump up timeouts on cirrus MacOS
----------------------------------------------------------------
Alex Bennée (5):
scripts/ci: clean up default args logic a little
tests: add prefixes to the bare mkdtemp calls
tests/avocado: clean-up socket directory after run
gitlab: move remaining x86 check-tcg targets to gitlab
.cirrus.yml: bump timeout period for MacOS builds
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
.cirrus.yml | 2 ++
.gitlab-ci.yml | 35 +++++++++++++++++++++++
.travis.yml | 45 ------------------------------
python/qemu/machine.py | 3 +-
scripts/ci/gitlab-pipeline-status | 24 ++++++++--------
tests/acceptance/avocado_qemu/__init__.py | 4 ++-
tests/docker/dockerfiles/ubuntu2004.docker | 1 +
7 files changed, 56 insertions(+), 58 deletions(-)
--
2.20.1
- [PULL for 5.2-rc3 0/7] various CI cleanups (scripts, avocado, gitlab),
Alex Bennée <=
- [PULL 1/7] scripts/ci: clean up default args logic a little, Alex Bennée, 2020/11/23
- [PULL 2/7] tests: add prefixes to the bare mkdtemp calls, Alex Bennée, 2020/11/23
- [PULL 4/7] gitlab: move remaining x86 check-tcg targets to gitlab, Alex Bennée, 2020/11/23
- [PULL 3/7] tests/avocado: clean-up socket directory after run, Alex Bennée, 2020/11/23
- [PULL 5/7] tests/docker: Install liblttng-ust-dev package in Ubuntu 20.04 image, Alex Bennée, 2020/11/23
- [PULL 6/7] gitlab-ci: Move trace backend tests across to gitlab, Alex Bennée, 2020/11/23
- [PULL 7/7] .cirrus.yml: bump timeout period for MacOS builds, Alex Bennée, 2020/11/23
- Re: [PULL for 5.2-rc3 0/7] various CI cleanups (scripts, avocado, gitlab), Peter Maydell, 2020/11/23