diff options
| author | Eric Engestrom <eric@engestrom.ch> | 2026-02-19 14:56:45 +0100 |
|---|---|---|
| committer | Vignesh Raman <vignesh.raman@collabora.com> | 2026-06-17 15:51:10 +0530 |
| commit | 2bfa2e7f19a106966ca97e0aaaad49e17f614cbb (patch) | |
| tree | 02f6444f800261d73cc0f2712820acb615f26fdf | |
| parent | 799c8f0b9f3fd728b32594aed3852044703b7e5b (diff) | |
| download | linux-next-2bfa2e7f19a106966ca97e0aaaad49e17f614cbb.tar.gz linux-next-2bfa2e7f19a106966ca97e0aaaad49e17f614cbb.zip | |
drm/doc: update tree setup instructions
Recommend forking drm/kernel instead of uploading a distinct copy,
as this allows GitLab to internally track that these are the same
git objects.
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Vignesh Raman <vignesh.raman@collabora.com>
Signed-off-by: Vignesh Raman <vignesh.raman@collabora.com>
Link: https://patch.msgid.link/20260219135645.261192-1-eric@engestrom.ch
| -rw-r--r-- | Documentation/gpu/automated_testing.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/gpu/automated_testing.rst b/Documentation/gpu/automated_testing.rst index 62aa3ede02a5..8a7328aef10e 100644 --- a/Documentation/gpu/automated_testing.rst +++ b/Documentation/gpu/automated_testing.rst @@ -99,7 +99,8 @@ How to enable automated testing on your tree ============================================ 1. Create a Linux tree in https://gitlab.freedesktop.org/ if you don't have one -yet +yet, by forking https://gitlab.freedesktop.org/drm/kernel (this allows GitLab +to internally track that these are the same git objects). 2. In your kernel repo's configuration (eg. https://gitlab.freedesktop.org/janedoe/linux/-/settings/ci_cd), change the |
