mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 08:18:32 +00:00
Use 2h30m timeout for all packaging stages
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
parent
f097af79ca
commit
5863be46ee
@ -94,6 +94,7 @@ unit-tests:
|
|||||||
- .multi-arch-build
|
- .multi-arch-build
|
||||||
- .package-artifacts
|
- .package-artifacts
|
||||||
stage: package-build
|
stage: package-build
|
||||||
|
timeout: 2h 30m
|
||||||
script:
|
script:
|
||||||
- ./scripts/release.sh ${DIST}-${ARCH}
|
- ./scripts/release.sh ${DIST}-${ARCH}
|
||||||
|
|
||||||
@ -339,7 +340,6 @@ test-docker-ubuntu18.04:
|
|||||||
extends:
|
extends:
|
||||||
- .package-build
|
- .package-build
|
||||||
stage: build-all
|
stage: build-all
|
||||||
timeout: 2h 30m
|
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_TAG
|
- if: $CI_COMMIT_TAG
|
||||||
when: always
|
when: always
|
||||||
|
Loading…
Reference in New Issue
Block a user