Lines Matching full:gitlab
4 GitLab CI
7 GitLab provides a convenient framework for running commands in response to Git pushes.
23 if the GitLab runners are overwhelmed, which happens sometimes. When it does happen,
30 If you're interested in the details, the main configuration file is ``.gitlab-ci.yml``,
31 and it references a number of other files in ``.gitlab-ci/``.
33 If the GitLab CI doesn't seem to be running on your fork (or MRs, as they run
36 empty (or set to the default ``.gitlab-ci.yml``), and that the
39 If you're having issues with the GitLab CI, your best bet is to ask
41 <https://gitlab.freedesktop.org/daniels>`__ (``daniels`` on IRC) or
42 `Emma Anholt <https://gitlab.freedesktop.org/anholt>`__ (``anholt`` on
45 The three GitLab CI systems currently integrated are:
82 gitlab.freedesktop.org accounts that are to be granted access to these traces will be
84 https://gitlab.freedesktop.org/freedesktop/helm-gitlab-config/-/commit/a3cd632743019f68ac8a829267de…
87 to be added to the rules attribute of the Gitlab CI job that accesses the restricted
93 The Intel CI is not yet integrated into the GitLab CI.
95 `the Intel CI configuration repo <https://gitlab.freedesktop.org/Mesa_CI/mesa_jenkins>`__
106 `Crucible <https://gitlab.freedesktop.org/mesa/crucible>`__,
109 `Piglit <https://gitlab.freedesktop.org/mesa/piglit>`__,
118 <https://gitlab.freedesktop.org/ngcortes>`__ (``ngcortes`` on IRC).
167 faster personal machine as a runner. You can find the gitlab-runner
168 package in Debian, or use GitLab's own builds.
170 To do so, follow `GitLab's instructions
171 <https://docs.gitlab.com/ce/ci/runners/#create-a-specific-runner>`__ to
172 register your personal GitLab runner in your Mesa fork. Then, tell
175 lines in ``/etc/gitlab-runner/config.toml``, for example::
189 <https://gitlab.freedesktop.org/freedesktop/ci-templates/>`_ help us
197 not, the associated `.gitlab-ci/containers/<jobname>.sh`` will be run
209 <https://gitlab.freedesktop.org/mesa/mesa/container_registry>`_ for
231 .gitlab-ci.yml and run the CI meson build script:
237 …sabled -D egl=enabled -D platforms=android" CROSS=aarch64-linux-android ./.gitlab-ci/meson-build.sh
250 Some conformance tests require a special treatment to be maintained on Gitlab CI.
259 Updating Gitlab CI Linux Kernel
262 Gitlab CI usually runs a bleeding-edge kernel. The following documentation has
263 instructions on how to uprev Linux Kernel in the Gitlab Ci ecosystem.