diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7665a016..31e778d5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template index 8c2fe1d0..c7bfe4bc 100644 --- a/.gitlab-ci/ci.template +++ b/.gitlab-ci/ci.template @@ -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