xref: /qemu/scripts/ci/setup/vars.yml.template (revision 785ea711)
1# The version of the gitlab-runner to use
2gitlab_runner_version: 13.12.0
3# The URL of the gitlab server to use, usually https://gitlab.com unless you're
4# using a private GitLab instance
5gitlab_runner_server_url: https://gitlab.com
6# A mapping of the ansible to gitlab architecture nomenclature
7ansible_to_gitlab_arch:
8  x86_64: amd64
9  aarch64: arm64
10  s390x: s390x
11# A unique token made available by GitLab to your project for registering runners
12gitlab_runner_registration_token: PLEASE_PROVIDE_A_VALID_TOKEN
13