feat + fix: replace domain name with nstest to nstart, Sychev Nikita modified runner config and fix problems with it, add cert for ssl (https) interaction

This commit is contained in:
ovchinnikov.ii
2026-01-16 12:41:44 -05:00
parent d46fafee52
commit f9793d77c5
5 changed files with 66 additions and 20 deletions
+5 -4
View File
@@ -6,8 +6,8 @@ shutdown_timeout = 0
session_timeout = 1800
[[runners]]
name = "docker-nstest"
url = "http://gitlab-ce:8081"
name = "docker-nstart"
url = "https://git.nstart.local"
id = 1
token = ""
token_obtained_at = 2025-11-01T14:59:32Z
@@ -25,7 +25,8 @@ shutdown_timeout = 0
disable_entrypoint_overwrite = false
oom_kill_disable = false
disable_cache = false
volumes = ["/home/ivan/docker/git/git-data/gitlab-runner/config/repo.nstart.local.crt:/etc/docker/certs.d/repo.nstart.local/ca.crt:ro", "/cache"]
volumes = ["/root/gitlab/git-data/gitlab-runner/config/repo.nstart.local.crt:/etc/docker/certs.d/repo.nstart.local/ca.crt:ro", "/cache"]
shm_size = 0
network_mtu = 0
extra_hosts = ["gitlab.nstest.local:192.168.103.13"]
extra_hosts = ["git.nstart.local:192.168.100.202"]