Skip to content

Commit 7dc5a27

Browse files
Helen Koikemripard
authored andcommitted
drm/ci: docs: add step about how to request privileges
Clarify the procedure developer must follow to request privileges to run tests on Freedesktop gitlab CI. This measure was added to avoid untrusted people to misuse the infrastructure. Signed-off-by: Helen Koike <[email protected]> Reviewed-by: David Heidelberg <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Maxime Ripard <[email protected]>
1 parent c2cdbb7 commit 7dc5a27

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Documentation/gpu/automated_testing.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,13 @@ https://gitlab.freedesktop.org/janedoe/linux/-/settings/ci_cd), change the
9999
CI/CD configuration file from .gitlab-ci.yml to
100100
drivers/gpu/drm/ci/gitlab-ci.yml.
101101

102-
3. Next time you push to this repository, you will see a CI pipeline being
102+
3. Request to be added to the drm/ci-ok group so that your user has the
103+
necessary privileges to run the CI on https://gitlab.freedesktop.org/drm/ci-ok
104+
105+
4. Next time you push to this repository, you will see a CI pipeline being
103106
created (eg. https://gitlab.freedesktop.org/janedoe/linux/-/pipelines)
104107

105-
4. The various jobs will be run and when the pipeline is finished, all jobs
108+
5. The various jobs will be run and when the pipeline is finished, all jobs
106109
should be green unless a regression has been found.
107110

108111

0 commit comments

Comments
 (0)