出现超时失败或作业卡住。检查您的超时限制或在编译阶段重试
I get this message and my runner is working btw. so what can be the problem here?
This is the error I get
From this
TO THIS :(
the .gitlab-ci.yml is working btw
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我们重新安装并更新了运行程序并再次重新配置它们,重新启动服务器后它就可以工作了。我不确定问题是什么。
We reinstalled and updated the runners and reconfigured them again and after restarting the server it worked. I am not sure what the problem was.
当 GitLab 作业超时时,您的作业似乎仍在运行。
您可以在
设置>>中调整超时设置。 CI/CD>>通用管道
。https: //git.qwant.ninja/help/ci/pipelines/settings#set-a-limit-for-how-long-jobs-can-run
It seems your job was still running when the GitLab job timeout was reached.
You can adjust the timeout settings in
Settings >> CI/CD >> General pipelines
.https://git.qwant.ninja/help/ci/pipelines/settings#set-a-limit-for-how-long-jobs-can-run