mirror of
https://github.com/mborgerson/xemu.git
synced 2026-05-03 18:43:55 +00:00
The registration-token method is being deprecated: https://docs.gitlab.com/ci/runners/new_creation_workflow/ As a result we can drop a bunch of the descriptive stuff as that is entered on the web UI. We don't need a secondary runner if we just create one with both aarch64 and aarch32 tags. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-ID: <20251001170947.2769296-8-alex.bennee@linaro.org>
12 lines
471 B
Plaintext
12 lines
471 B
Plaintext
# The URL of the gitlab server to use, usually https://gitlab.com unless you're
|
|
# using a private GitLab instance
|
|
gitlab_runner_server_url: https://gitlab.com
|
|
# A mapping of the ansible to gitlab architecture nomenclature
|
|
ansible_to_gitlab_arch:
|
|
x86_64: amd64
|
|
aarch64: arm64
|
|
s390x: s390x
|
|
# A unique token made obtained from GitLab for each runner
|
|
# see: https://gitlab.com/PROJECT/REPO/-/runners/new
|
|
gitlab_runner_authentication_token: PLEASE_PROVIDE_A_VALID_TOKEN
|