Commit 73fcb9df authored by Rémy Coutable's avatar Rémy Coutable

Merge branch '238563-set-a-4-hours-timeout-for-the-package-and-qa-job' into 'master'

Set a 4 hours timeout for the `package-and-qa` job

Closes #238563

See merge request gitlab-org/gitlab!39824
parents db812b5b 83787714
...@@ -59,6 +59,10 @@ package-and-qa: ...@@ -59,6 +59,10 @@ package-and-qa:
extends: extends:
- .package-and-qa-base - .package-and-qa-base
- .qa:rules:package-and-qa - .qa:rules:package-and-qa
# This job often times out, so temporarily use private runners and a long timeout: https://gitlab.com/gitlab-org/gitlab/-/issues/238563
tags:
- prm
timeout: 4h
needs: needs:
- job: build-qa-image - job: build-qa-image
artifacts: false artifacts: false
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment