The config.toml file is what configures a runner. You wouldn't have one unless you're running your own gitlab-runners, in which case it would be in /etc/gitlab-runner/config.toml on the host running the runner. More information on Gitlab Runner and running it yourself is available here.

Answer from Adam Marshall on Stack Overflow
🌐
GitLab
gitlab.com › gitlab.org › gitlab-runner › repository
config.toml.example · main · GitLab.org / gitlab-runner · GitLab
GitLab Runner is the open source project that is used to run your CI/CD jobs and send the results back to GitLab
🌐
GitLab
docs.gitlab.com › gitlab docs › install › configure gitlab runner › advanced configuration
Advanced configuration | GitLab Docs
Configure this section once for all runners, not for each individual runner. # Example `config.toml` file with session server configured concurrent = 100 # A global setting for job concurrency that applies to all runner sections defined in this `config.toml` file log_level = "warning" log_format = "runner" check_interval = 3 # Value in seconds [session_server] listen_address = "[::]:8093" # Listen on all available interfaces on port `8093` advertise_address = "runner-host-name.tld:8093" session_timeout = 1800
🌐
DevOpsSchool.com
devopsschool.com › blog › gitlab-tutorials-understanding-about-config-toml-example-of-config-toml
GitLab Tutorials: Understanding runner config.toml & Example of config.toml
The config.toml file is what configures a runner. You wouldn’t have one unless you’re running your own gitlab-runners, in which case it would be in /etc/gitlab/config.toml on the host running the runner.
Author: veertuinc
🌐
GitLab
docs.gitlab.com › gitlab docs › install › configure gitlab runner
Configure GitLab Runner | GitLab Docs
Learn how to configure GitLab Runner. Advanced configuration options: Use the config.toml configuration file to edit runner settings.
🌐
GitLab
gitlab.com › gitlab.org › gitlab-runner › repository
config.toml.example · v18.5.0 · GitLab.org / gitlab-runner · GitLab
GitLab Runner is the open source project that is used to run your CI/CD jobs and send the results back to GitLab
🌐
GitLab
gitlab.com › gitlab.org › gitlab-runner › repository
config.toml.example · v12.10.1 · GitLab.org / gitlab-runner · GitLab
GitLab Runner is the open source project that is used to run your CI/CD jobs and send the results back to GitLab
Find elsewhere
🌐
GitLab
gitlab.com › gitlab.org › gitlab-runner › repository
config.toml.example · 2ac5fc125092020517da9671a6a75a7ca134f6d7 · GitLab.org / gitlab-runner · GitLab
GitLab Runner is the open source project that is used to run your CI/CD jobs and send the results back to GitLab
🌐
GitLab
docs.gitlab.com › gitlab docs › install › configure gitlab runner › commands
GitLab Runner commands | GitLab Docs
Read from a configuration file to use a specific runner’s configuration. For example, a single job with a configuration file: gitlab-runner run-single -c ~/.gitlab-runner/config.toml -r runner-name
🌐
GitLab
gitlab.com › gitlab.org › cloud native › distroless › gitlab-runner › repository
config.toml.example · v1.9.1 · GitLab.org / Cloud Native / distroless / gitlab-runner · GitLab
concurrent = 4 [[runners]] name = "ruby-2.1" url = "https://CI/" token = "TOKEN" limit = 2 executor = "shell" builds_dir = "" shell = "bash" [[runners]] name = "ruby-2.1-docker" url = "https://CI/" token = "TOKEN" limit = 0 executor = "docker" builds_dir = "" [runners.docker] host = "" image = "ruby:2.1" privileged = false disable_cache = false cache_dir = "" [[runners]] name = "ruby-2.1-docker-ssh" url = "https://CI/" token = "TOKEN" limit = 0 executor = "docker-ssh" builds_dir = "" [runners.docker] host = "" image = "ubuntu-upstart:14.04" privileged = false disable_cache = false cache_dir = "" [runners.ssh] port = "22" user = "root" password = "docker.io" [[runners]] name = "production-server" url = "https://CI/" token = "TOKEN" limit = 0 executor = "ssh" builds_dir = "" [runners.ssh] host = "my-production-server" port = "22" user = "root" password = "production-server-password"
🌐
GitHub
github.com › gitlabhq › gitlab-runner › blob › master › config.toml.example
gitlab-runner/config.toml.example at master · gitlabhq/gitlab-runner
Mirror | Please open new issues in our issue tracker on GitLab.com - gitlab-runner/config.toml.example at master · gitlabhq/gitlab-runner
Author: gitlabhq
🌐
GitLab
gitlab.com › gitlab.org › gitlab-runner › repository
config.toml.example · 5e6f0580fc000751b3ab35cbb67995188cb177fa · GitLab.org / gitlab-runner · GitLab
GitLab Runner is the open source project that is used to run your CI/CD jobs and send the results back to GitLab
🌐
GitLab
gitlab.com › gitlab.org › gitlab-runner › repository
config.toml.example · 1-10-stable · GitLab.org / gitlab-runner · GitLab
GitLab Runner is the open source project that is used to run your CI/CD jobs and send the results back to GitLab
🌐
Interesting IT Tip's
interestingittips.wordpress.com › tag › config-toml
config.toml – Interesting IT Tip's
$ sudo gitlab-runner list # Answer Runtime platform arch=arm os=linux pid=19991 revision=8fa89735 version=13.6.0 Listing configured runners ConfigFile=/etc/gitlab-runner/config.toml # To verify delete $ sudo gitlab-runner verify --delete $ sudo service gitlab-runner restart # To uninstall the runner executable # sudo apt remove gitlab-runner
🌐
GitLab
docs.gitlab.com › runner › examples › gitlab.html
How to configure GitLab Runner for GitLab CE integration tests
When you visit any website, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify ...
🌐
GitHub
github.com › gitlabhq › gitlab-runner › blob › main › config.toml.example
gitlab-runner/config.toml.example at main · gitlabhq/gitlab-runner
Mirror | Please open new issues in our issue tracker on GitLab.com - gitlab-runner/config.toml.example at main · gitlabhq/gitlab-runner
Author: gitlabhq
🌐
Gitlab
docs.gitlab.co.jp › runner › configuration › advanced-configuration.html
Advanced configuration | GitLab
This example uses /path/to/bind/from/host of the CI/CD host in the container at /path/to/bind/in/container. GitLab Runner 11.11 and later mount the host directory for the defined services as well. To use private registries as a source of images for your jobs, you can set the authorization ...
🌐
GitLab
gitlab.com › gitlab.org › gitlab-runner › repository
config.toml.example · fca4d04b07e39d287f14f58913a40373e229d0ef · GitLab.org / gitlab-runner · GitLab
October 1, 2018 - GitLab Runner is the open source project that is used to run your CI/CD jobs and send the results back to GitLab
🌐
GitLab
docs.gitlab.com › gitlab docs › administer › administer gitlab runner › register a runner
Registering runners | GitLab Docs
docker run --rm -v /srv/gitlab-runner/config:/etc/gitlab-runner gitlab/gitlab-runner register \ --non-interactive \ --url "https://gitlab.com" \ --token "$RUNNER_AUTHENTICATION_TOKEN" \ --template-config /tmp/test-config.template.toml \ --description "gitlab-ce-ruby-3.1" \ --executor "docker" ...