summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2021-05-25 06:34:01 +0200
committerPhilippe Mathieu-Daudé2021-05-27 16:39:23 +0200
commit8b185c815ce8c16d7dea20c5ec379f9f30f00c74 (patch)
treec13180818e561702592976913b7a016a1e4ec07f /.gitlab-ci.yml
parentgitlab: Move current job set to qemu-project.yml (diff)
downloadqemu-8b185c815ce8c16d7dea20c5ec379f9f30f00c74.tar.gz
qemu-8b185c815ce8c16d7dea20c5ec379f9f30f00c74.tar.xz
qemu-8b185c815ce8c16d7dea20c5ec379f9f30f00c74.zip
gitlab: Document how forks can use different set of jobs
Document how forks can use different set of jobs and add a big warning so no new configuration is added to this file. Suggested-by: Daniel Berrangé <berrange@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20210525082556.4011380-4-f4bug@amsat.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 533a7e6133..7e4ffab4d1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,2 +1,15 @@
+#
+# This is the GitLab CI configuration file for the mainstream QEMU
+# project: https://gitlab.com/qemu-project/qemu/-/pipelines
+#
+# !!! DO NOT ADD ANY NEW CONFIGURATION TO THIS FILE !!!
+#
+# Only documentation or comments is accepted.
+#
+# To use a different set of jobs than the mainstream QEMU project,
+# you need to set the location of your custom yml file at "custom CI/CD
+# configuration path", on your GitLab CI namespace:
+# https://docs.gitlab.com/ee/ci/pipelines/settings.html#custom-cicd-configuration-path
+#
include:
- local: '/.gitlab-ci.d/qemu-project.yml'