GitLab
This commit is contained in:
parent
ce1cbf864c
commit
b32431e33d
3 changed files with 62 additions and 0 deletions
28
gitlab/runner_config.toml
Normal file
28
gitlab/runner_config.toml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
concurrent = 1
|
||||
check_interval = 0
|
||||
|
||||
[session_server]
|
||||
session_timeout = 1800
|
||||
|
||||
[[runners]]
|
||||
name = "docker_1"
|
||||
url = "https://git.cdaut.de"
|
||||
id = 0
|
||||
token = "<redacted>"
|
||||
token_obtained_at = 0001-01-01T00:00:00Z
|
||||
token_expires_at = 0001-01-01T00:00:00Z
|
||||
executor = "docker"
|
||||
[runners.custom_build_dir]
|
||||
[runners.cache]
|
||||
[runners.cache.s3]
|
||||
[runners.cache.gcs]
|
||||
[runners.cache.azure]
|
||||
[runners.docker]
|
||||
tls_verify = false
|
||||
image = "ubuntu"
|
||||
privileged = false
|
||||
disable_entrypoint_overwrite = false
|
||||
oom_kill_disable = false
|
||||
disable_cache = false
|
||||
volumes = ["/cache"]
|
||||
shm_size = 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue