Use 2h30m timeout for all packaging stages

Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
Evan Lezar 2022-02-02 15:53:46 +01:00
parent f097af79ca
commit 5863be46ee

View File

@ -94,6 +94,7 @@ unit-tests:
- .multi-arch-build
- .package-artifacts
stage: package-build
timeout: 2h 30m
script:
- ./scripts/release.sh ${DIST}-${ARCH}
@ -339,7 +340,6 @@ test-docker-ubuntu18.04:
extends:
- .package-build
stage: build-all
timeout: 2h 30m
rules:
- if: $CI_COMMIT_TAG
when: always