]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: ci-runners: Add a note on a new runner registration process
authorErik Skultety <eskultet@redhat.com>
Wed, 27 Sep 2023 08:34:12 +0000 (10:34 +0200)
committerErik Skultety <eskultet@redhat.com>
Wed, 11 Oct 2023 07:43:09 +0000 (09:43 +0200)
The documented process should be updated to reflect the new process
once GitLab transitions to it completely and drops the old process
involving registration tokens as hinted by the note.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
docs/ci-runners.rst

index fd5fdd121a468352754e2974fc791c33e85459ee..4a93f0e8727c6721acc3433a7f7d1d02acbfe0c2 100644 (file)
@@ -54,6 +54,16 @@ configurations on the GitLab UI.  Navigate to:
  * *Runners activated for this project*, then
  * Click on the *Edit* icon (next to the *Lock* Icon)
 
+*Note: GitLab has changed the runner registration process deprecating the use of
+registration tokens in future versions, so while the above process is still
+applicable (though the settings are now a bit more hidden) at the time of writing
+this note (09/2023), GitLab v18.0+ is planned to completely switch to a new
+process (see the links below), deleting the use of registration tokens.*
+
+ * https://gitlab.com/gitlab-org/gitlab/-/issues/380872
+ * https://docs.gitlab.com/ee/ci/runners/new_creation_workflow.html
+ * https://docs.gitlab.com/ee/ci/runners/runners_scope.html#create-a-shared-runner-with-a-runner-authentication-token
+
 Don't forget to add a tag to your runner as these are used to route specific
 jobs to specific runners, e.g. if a job in ``ci/integration.yml`` looked like
 this ::