summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2021-04-10 12:58:55 +0200
committerPhilippe Mathieu-Daudé2021-05-27 16:39:23 +0200
commita151926c80c3c8c279d664ca8182c46763ca0e42 (patch)
tree7d5c31480a8fcb10739f111b39660016809dba10 /.gitlab-ci.yml
parentgitlab: Extract all default build/test jobs to buildtest.yml (diff)
downloadqemu-a151926c80c3c8c279d664ca8182c46763ca0e42.tar.gz
qemu-a151926c80c3c8c279d664ca8182c46763ca0e42.tar.xz
qemu-a151926c80c3c8c279d664ca8182c46763ca0e42.zip
gitlab: Move current job set to qemu-project.yml
To allow forks to easily decide which jobs they want to run, but without disrupting the current default, move the current set of jobs to a new file corresponding to the jobs run by the mainstream project CI: https://gitlab.com/qemu-project/qemu/-/pipelines Reviewed-by: Willian Rampazzo <willianr@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20210511072952.2813358-11-f4bug@amsat.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index aea58813a2..533a7e6133 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,8 +1,2 @@
include:
- - local: '/.gitlab-ci.d/stages.yml'
- - local: '/.gitlab-ci.d/edk2.yml'
- - local: '/.gitlab-ci.d/opensbi.yml'
- - local: '/.gitlab-ci.d/containers.yml'
- - local: '/.gitlab-ci.d/crossbuilds.yml'
- - local: '/.gitlab-ci.d/buildtest.yml'
- - local: '/.gitlab-ci.d/static_checks.yml'
+ - local: '/.gitlab-ci.d/qemu-project.yml'