diff options
author | Thomas Huth <thuth@redhat.com> | 2019-02-13 12:54:41 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2019-02-22 09:32:32 +0000 |
commit | 0a8b05c7cbd1412561d72e80beb9bead57a1a9aa (patch) | |
tree | 9d6c64cca3dec8fba57b530a13c2414007e6b1a3 /MAINTAINERS | |
parent | e92a43bb1868cda5b267c982dcd61a4cbe549ac2 (diff) |
Add a gitlab-ci file for Continuous Integration testing on Gitlab
This is very convenient for people like me who store their QEMU git trees
on gitlab.com: Automatic CI pipelines are now run for each branch that is
pushed to the server - useful for some extra-testing before sending PULL-
requests for example. Since the runtime of the jobs is limited to 1h, the
jobs are distributed into multiple pipelines - this way everything finishs
fine within time (ca. 30 minutes currently).
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <1550058881-16351-1-git-send-email-thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Cleber Rosa <crosa@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index b1d786cfd8..c6f2976c18 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2479,6 +2479,11 @@ S: Maintained F: .cirrus.yml W: https://cirrus-ci.com/github/qemu/qemu +GitLab Continuous Integration +M: Thomas Huth <thuth@redhat.com> +S: Maintained +F: .gitlab-ci.yml + Guest Test Compilation Support M: Alex Bennée <alex.bennee@linaro.org> R: Philippe Mathieu-Daudé <f4bug@amsat.org> |