diff --git a/docs/ci/docker.rst b/docs/ci/docker.rst index 29bc17186b7..7f6dd101013 100644 --- a/docs/ci/docker.rst +++ b/docs/ci/docker.rst @@ -49,7 +49,7 @@ on Mesa developers working on other drivers. * DUTs must be able to run docker The Mesa gitlab-runner based test architecture is built around docker, -so that we can cache the debian package installation and CTS build +so that we can cache the Debian package installation and CTS build step across multiple test runs. Since the images are large and change approximately weekly, the DUTs also need to be running some script to prune stale docker images periodically in order to not run out of disk diff --git a/docs/ci/index.rst b/docs/ci/index.rst index ee3f4564d39..fa51e25c124 100644 --- a/docs/ci/index.rst +++ b/docs/ci/index.rst @@ -133,7 +133,7 @@ Mesa's CI is currently run primarily on packet.net's m1xlarge nodes (2.2Ghz Sandybridge), with each job getting 8 cores allocated. You can speed up your personal CI builds (and marge-bot merges) by using a faster personal machine as a runner. You can find the gitlab-runner -package in debian, or use GitLab's own builds. +package in Debian, or use GitLab's own builds. To do so, follow `GitLab's instructions `__ to