[libvirt-ci PATCH 05/13] config: Introduce a new global config.toml configuration file

Andrea Bolognani abologna at redhat.com
Tue Apr 28 07:39:31 UTC 2020


On Wed, 2020-04-22 at 15:28 +0200, Erik Skultety wrote:
> +[gitlab]
> +# GitLab runner agent registration options, applies only if flavor == 'gitlab'.
> +
> +# GitLab server URL to register the runner.
> +#gitlab_url = "https://gitlab.com"
> +
> +# GitLab runner registration token. (mandatory)
> +#gitlab_runner_secret = ""

Additional nit: since TOML is organized in sections, it doesn't make
sense to include the section name in the key name, so this should
look like

  [gitlab]
  url = "https://gitlab.com"
  runner_secret = "..."

-- 
Andrea Bolognani / Red Hat / Virtualization




More information about the libvir-list mailing list