register it: docker run --rm -it -v /srv/gitlab-runner/config:/etc/gitlab-runner gitlab/gitlab-runner register In my project's CI/CD settings, the runner is shown, but it says "Runner has never contacted this instance". At the same time, the container keeps restarting after 60 seco...
要注意:以下选项默认不会勾选,我们要手动勾选上,否则代码提交以后,CI一直处于pedding状态,不会运行。 Runner has never contacted this instance 如果注册成功后进入gitlab查看runner提示Runner has never contacted this instance可以尝试如下的解决方式: 确认GitLab Runner已正确配置并已连接到GitLab实例。可以使用以下命...
[$DOCKER_ALLOWED_SERVICES] --docker-pull-policy value Image pull policy: never, if-not-present, always [$DOCKER_PULL_POLICY] --docker-shm-size value Shared memory size for docker images (in bytes) (default: "0") [$DOCKER_SHM_SIZE] --docker-tmpfs value A toml table/json object with ...
I'll do the update, meanwhile, I've contacted the customer to furnish us with the runner details on this issue. 1 Bryan Miller @bmiller1 · 2 years ago Developer I have a large, Premium customer who is seeing this issue as well and would like to prevent these messages from ...
[$DOCKER_ALLOWED_SERVICES] --docker-pull-policy value Image pull policy: never, if-not-present, always [$DOCKER_PULL_POLICY] --docker-shm-size value Shared memory size for docker images (in bytes) (default: "0") [$DOCKER_SHM_SIZE] --docker-tmpfs value A toml table/json object with ...
Instead of concentrating on providing the user with the most accurate command to bring theirnever contactedrunner online (as we haven't gotten any feedback ongitlab-runner runnot working so far), we should focus on the use case where: ...
Regarding the extra endpoints contacted, we disable most of those by setting telemetry opt-out env vars at the instance runner level, which might help in your tests, e.g.DOTNET_CLI_TELEMETRY_OPTOUT: 1, which might help perhaps? Edited1 year agobyDiego Louzán ...
+ .or(where(ci_runner_machines: { runner_id: nil }))+ endscope :never_contacted, -> { where(contacted_at: nil) }scope :ordered, -> { order(id: :desc) }@@ -345,7 +355,7 @@def display_nameenddef online?- contacted_at && contacted_at > self.class.online_contact_time_dead...