Add a gitlab-ci file for Continuous Integration testing on Gitlab
commit0a8b05c7cbd1412561d72e80beb9bead57a1a9aa
authorThomas Huth <thuth@redhat.com>
Wed, 13 Feb 2019 11:54:41 +0000 (13 12:54 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 22 Feb 2019 09:32:32 +0000 (22 09:32 +0000)
tree9d6c64cca3dec8fba57b530a13c2414007e6b1a3
parente92a43bb1868cda5b267c982dcd61a4cbe549ac2
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>
.gitlab-ci.yml [new file with mode: 0644]
MAINTAINERS