Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to the authentication token-based runner creation workflow #24

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jan 10, 2024

  1. Switch to the authentication token-based runner creation workflow

    Starting in GitLab v15.10 (and enabled by default in v16.0), the runner
    creation uses a workflow based on authentication tokens instead of
    registration tokens. This introduces a new runner property named
    system_id that needs to be passed to the /jobs/request API.
    
    Extend the runner with a new system_id parameter (passed through the
    environment variable 'RUNNER_SYSTEM_ID'. Additionall update the
    documentation in README.md to explain the new workflow.
    
    Signed-off-by: Laurent Pinchart <[email protected]>
    pinchartl authored and obbardc committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    4235f4c View commit details
    Browse the repository at this point in the history
  2. [DNI] Set gitlab-runner-rs dependency to point to development tree

    This patch should not be merged, it should instead be replaced by a
    version bump once a new gitlab-runner-rs version will be tagged.
    
    Signed-off-by: Laurent Pinchart <[email protected]>
    pinchartl authored and obbardc committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    1656cb3 View commit details
    Browse the repository at this point in the history