GitLab CI Pipeline Stage Timeout

前端 未结 4 1465
独厮守ぢ
独厮守ぢ 2021-01-01 09:23

I\'m using a self-hosted GitLab CI server (community edition v8.9.5) and gitlab-ci-multi-runner 1.2.0 to build a project. One of my pipeline stage

4条回答
  •  滥情空心
    2021-01-01 09:47

    There are two timeout can be set: project timeout and runner timeout.

    Project timeout:

    It is possible to set timeout per job from Settings -> CI/CD -> General pipelines

    Runner timeout:

    runner's timeout can be set from Settings -> CI/CD -> Runners, select the runner from Runners activated for this project and edit the Maximum job timeout from the runner edit form.

    Be aware that these two types of timeout can be overridden by each other. Refer the docs.

提交回复
热议问题