gitlab CI: add a comment to explain how to actually edit the CI
authorPeter Hutterer <peter.hutterer@who-t.net>
Thu, 17 Jun 2021 06:10:53 +0000 (16:10 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Thu, 17 Jun 2021 06:10:53 +0000 (16:10 +1000)
We tell users not to edit it, but don't tell them how to change it.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
.gitlab-ci.yml
.gitlab-ci/ci.template

index 7665a01648d79e40d200be1185275b8db429592c..31e778d5d8eb94607c5b79d0ea50d9e224fd8902 100644 (file)
@@ -6,6 +6,10 @@
 #                                      #
 ########################################
 
+# To change the gitlab CI, edit .gitlab-ci/ci.template and/or .gitlab-ci/config.yaml
+# and run ci-fairy generate-template. For details, see
+# https://freedesktop.pages.freedesktop.org/ci-templates/ci-fairy.html#templating-gitlab-ci-yml
+
 # This is a bit complicated for two reasons:
 # - we really want to run dnf/apt/... only once, updating on the test runner for
 #   each job takes forever. So we create a container image for each distribution
index 8c2fe1d0629a32871d5a4067ccdd844bbffd5f23..c7bfe4bcc38620385db2976543be86d6d14d2a4f 100644 (file)
@@ -8,6 +8,10 @@
 #                                      #
 ########################################
 
+# To change the gitlab CI, edit .gitlab-ci/ci.template and/or .gitlab-ci/config.yaml
+# and run ci-fairy generate-template. For details, see
+# https://freedesktop.pages.freedesktop.org/ci-templates/ci-fairy.html#templating-gitlab-ci-yml
+
 # This is a bit complicated for two reasons:
 # - we really want to run dnf/apt/... only once, updating on the test runner for
 #   each job takes forever. So we create a container image for each distribution