Skip to content

Commit

Permalink
MAINTAINERS: Merge the Gitlab-CI section into the generic CI section
Browse files Browse the repository at this point in the history
The status of the gitlab-CI files is currently somewhat confusing, and
it is often not quite clear whether a patch should go via my tree or
via the testing tree of Alex. That situation has grown historically...
Initially, I was the only one using the gitlab-CI, just for my private
repository there. But in the course of time, the gitlab-CI switched to
use the containers from tests/docker/ (which is not part of the gitlab-CI
section in the MAINTAINERS file), and QEMU now even switched to gitlab.com
completely for the repository and will soon use it as its gating CI, too,
so it makes way more sense if the gitlab-ci.yml files belong to the people
who are owning the qemu-project on gitlab.com and take care of the gitlab
CI there. Thus let's merge the gitlab-ci section into the common "test and
build automation" section.

And while we're at it, I'm also removing the line with Fam there for now,
since he was hardly active during the last years in this area anymore.
If he ever gets more time for this part again in the future, we surely
can add the line back again. I'm also removing the Patchew URL from this
section now since Patchew's files are not tracked in the main QEMU repo
and it is also not maintained by Alex, Philippe and myself.
The maintainers of Patchew are still listed more accurately in the wiki on
https://wiki.qemu.org/AdminContacts & https://wiki.qemu.org/Testing/CI/Patchew
instead.

Now to avoid that Alex is listed here in this section alone, Philippe and
I agreed to help as backup maintainers here, too. And Willian volunteered
to be an additional reviewer.

Message-Id: <[email protected]>
Reviewed-by: Alex Bennée <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Willian Rampazzo <[email protected]>
Acked-by: Wainer dos Santos Moschetta <[email protected]>
Acked-by: Fam Zheng <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>
  • Loading branch information
huth committed Mar 12, 2021
1 parent 8e19c00 commit 9872ba0
Showing 1 changed file with 8 additions and 15 deletions.
23 changes: 8 additions & 15 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -3282,19 +3282,23 @@ F: include/hw/remote/iohub.h

Build and test automation
-------------------------
Build and test automation
Build and test automation, general continuous integration
M: Alex Bennée <[email protected]>
M: Fam Zheng <[email protected]>
R: Philippe Mathieu-Daudé <[email protected]>
M: Philippe Mathieu-Daudé <[email protected]>
M: Thomas Huth <[email protected]>
R: Wainer dos Santos Moschetta <[email protected]>
R: Willian Rampazzo <[email protected]>
S: Maintained
F: .github/lockdown.yml
F: .gitlab-ci.yml
F: .gitlab-ci.d/
F: .travis.yml
F: scripts/ci/
F: tests/docker/
F: tests/vm/
F: scripts/archive-source.sh
W: https://gitlab.com/qemu-project/qemu/pipelines
W: https://travis-ci.org/qemu/qemu
W: http://patchew.org/QEMU/

FreeBSD Hosted Continuous Integration
M: Ed Maste <[email protected]>
Expand All @@ -3309,17 +3313,6 @@ S: Maintained
F: .cirrus.yml
W: https://cirrus-ci.com/github/qemu/qemu

GitLab Continuous Integration
M: Thomas Huth <[email protected]>
M: Philippe Mathieu-Daudé <[email protected]>
M: Alex Bennée <[email protected]>
R: Wainer dos Santos Moschetta <[email protected]>
S: Maintained
F: .gitlab-ci.yml
F: .gitlab-ci.d/crossbuilds.yml
F: .gitlab-ci.d/*py
F: scripts/ci/gitlab-pipeline-status

Guest Test Compilation Support
M: Alex Bennée <[email protected]>
R: Philippe Mathieu-Daudé <[email protected]>
Expand Down

0 comments on commit 9872ba0

Please sign in to comment.