Mesa (main): ci: update docs for linux kernel uprevs

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue May 31 07:05:35 UTC 2022


Module: Mesa
Branch: main
Commit: d98290b8aded9c0ab827e963fa68ea8f257477f6
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d98290b8aded9c0ab827e963fa68ea8f257477f6

Author: Erico Nunes <nunes.erico at gmail.com>
Date:   Fri May 20 17:23:53 2022 +0200

ci: update docs for linux kernel uprevs

Update a few paths that have changed since this doc was first submitted.

Signed-off-by: Erico Nunes <nunes.erico at gmail.com>
Reviewed-by: Rob Clark <robdclark at chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16641>

---

 docs/ci/kernel.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/ci/kernel.rst b/docs/ci/kernel.rst
index 053d8ea666a..fa765cf0c65 100644
--- a/docs/ci/kernel.rst
+++ b/docs/ci/kernel.rst
@@ -18,7 +18,7 @@ Linux mainline, that is why Mesa has its own kernel version which should be used
 as the base for newer kernels.
 
 So, one should base the kernel uprev from the last tag used in the Mesa CI,
-please refer to `.gitlab-ci.yml` `KERNEL_URL` variable.
+please refer to `.gitlab-ci/container/gitlab-ci.yml` `KERNEL_URL` variable.
 Every tag has a standard naming: `vX.YZ-for-mesa-ci-<commit_short_SHA>`, which
 can be created via the command:
 
@@ -28,7 +28,7 @@ Building Kernel
 ---------------
 
 When Mesa CI generates a new rootfs image, the Linux Kernel is built based on
-the script located at `.gitlab-ci/build-kernel.sh`.
+the script located at `.gitlab-ci/container/build-kernel.sh`.
 
 Updating Kconfigs
 ^^^^^^^^^^^^^^^^^
@@ -56,8 +56,8 @@ Updating image tags
 
 Every kernel uprev should update 3 image tags, located at two files.
 
-:code:`.gitlab-ci.yml` tag
-^^^^^^^^^^^^^^^^^^^^^^^^^^
+:code:`.gitlab-ci/container/gitlab-ci.yml` tag
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 - **KERNEL_URL** for the location of the new kernel
 
 :code:`.gitlab-ci/image-tags.yml` tags



More information about the mesa-commit mailing list