Skip to content
Snippets Groups Projects
Verified Commit 8e5a3fd0 authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

README.md: use current runner configuration

parent 8005ab1e
Branches
No related tags found
No related merge requests found
......@@ -53,28 +53,38 @@ concurrent = 4
check_interval = 0
[[runners]]
name = "<name>"
url = "https://gitlab.dune-project.org/ci"
token = "<private token from registration>"
name = "shared-ci@tu-dresden.de"
url = "https://gitlab.dune-project.org"
id = 0
token = "[...]"
token_obtained_at = 0001-01-01T00:00:00Z
token_expires_at = 0001-01-01T00:00:00Z
executor = "docker"
# Set proxy variables if needed:
environment = ["ftp_proxy=http://dune-proxy:3128", "http_proxy=http://dune-proxy:3128", "https_proxy=http://dune-proxy:3128", "no_proxy=127.0.0.1, localhost"]
environment = ["DUNECI_PARALLEL=4", "ftp_proxy=http://dune-proxy:3128", "http_proxy=http://dune-proxy:3128", "https_proxy=http://dune-proxy:3128", "no_proxy=127.0.0.1, localhost"]
[runners.docker]
# tls_verify = false
tls_verify = false
image = "duneci/dune:latest"
privileged = false
disable_entrypoint_overwrite = false
oom_kill_disable = false
security_opt = ["no-new-privileges"]
disable_cache = false
volumes = ["/cache"]
allowed_images = ["docker.io/duneci/*", "duneci/*"]
allowed_services = []
pull_policy = "if-not-present"
disable_cache = true
# See [Proxy setup](#proxy-setup) below:
network_mode = "gitlab-ci-dune"
allowed_images = ["duneci/*", "docker.io/duneci/*", "docker.io/fsfe/reuse:*", "registry.dune-project.org/docker/ci/*"]
pull_policy = ["always"]
shm_size = 10737418240
network_mtu = 0
cpus = "6"
memory = "32G"
# No longer used:
# OpenMPI-2 is unhappy with the (too long) default hostnames:
hostname = "ci"
#hostname = "ci"
#allowed_services = []
```
See the [documentation of GitLab runner's configuration](https://docs.gitlab.com/runner/configuration/advanced-configuration.html) for details.
Please also keep the [security considerations](https://docs.gitlab.com/runner/security/index.html) in mind.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment