ci(gitlab-ci): prohibit the container waiters (for MRs) to wait longer than 3h
This commit is contained in:
parent
4513634a0c
commit
774260fa3a
@ -118,6 +118,9 @@ setup:containers:frontend:wait: &setup-container-wait
|
||||
- if: $CI_MERGE_REQUEST_ID
|
||||
when: always
|
||||
- when: never
|
||||
retry: 0
|
||||
interruptible: true
|
||||
timeout: 3h
|
||||
|
||||
setup:containers:backend:
|
||||
<<: *setup-container
|
||||
|
||||
Reference in New Issue
Block a user