concurrent=1## 可并行运行作业的数量, 0表示不限制;check_interval=0## 检查新作业的时间间隔, 0表示默认 3秒;[session_server]## 允许用户与作业进行交互,例如web终端;session_timeout=1800[[runners]]name="my first runner"## Runner名称;url="http://192.168.1.200/"## GitLab Server地址;token="z6...
runnerRegistrationToken:"Woq_Drxy-SSy1kQzJBZT" #用于注册Runner的令牌。terminationGracePeriodSeconds:3600 # 指定Pod在终止之前应该等待的时间。在这里,我们将其设置为3600秒。concurrent:10 # 指定Runner可以同时处理的最大任务数。在这里,我们将其设置为10。checkInterval:10 # 指定Runner检查新任务的时间间隔。在...
concurrent=1# 可并行运行作业的数量,0 表示不限制check_interval=0# 检查新作业的时间间隔,0 表示 3 秒[session_server]# 允许用户与作业进行交互session_timeout=1800[[runners]]# 如果有多个 runners,就会有多个 [[runners]]name="build runner"# Runner 名称url="http://10.6.215.220/"# gitlab 的地址t...
这似乎是一个上游calico bug,它是由gitlab runner pod的终止方式触发的。
并且在宿主机上进行修改 runner 配置文件不需要重启 runner。它会每5分钟检查一次文件自动获取所有更改。包括该 [[runners]] 部分中定义的任何参数以及全局部分中的大多数参数(除外)listen_address。 配置文件内容如下 concurrent = 1 # 可并行运行作业的数量,0 表示不限制check_interval = 0 # 检查新作业的时间...
runner-yr5wzqmq-project-4-concurrent-0-idibutkf3/3Running04s[root@anolis-7-9~]# 注意此处查看的是svc-0的日志,即:services docker 的日志, 多个 services 时按顺序排序 [root@anolis-7-9~]# kubectl-n gitlab-test logs-f runner-yr5wzqmq-project-4-concurrent-0-idibutkf svc-0time="2023-12...
[root@anolis-7-9 ~]# kubectl -n gitlab-test describe pod runner-lvpqhqhw-project-1-concurrent-0-oi5so634 Name: runner-lvpqhqhw-project-1-concurrent-0-oi5so634 Namespace: gitlab-test Priority: 0 Service Account: default Node: anolis-7-7/172.25.25.31 ...
要想在GitLab Runner容器中通过Docker Executor将eshop.webapi镜像部署到远程应用服务器上,最关键的步骤就...
*** WARNING: Service runner-XXX-project-XX-concurrent-X-docker-X probably didn't start properly. Means that either you have not properly configured your runner, or it is not linked by thegitlab-ci.ymlfile. You should be able to ckeck the ID of the runner used in the...
Note that in the above snippets, the runner startup examples show that the container should mount the unix socket. Is this correct for the dind case as well, or should it be removed as I have in my attempts to get dind working? After removing the unix socket from the runner container,...