Skip to content

Commit 0eddfe0

Browse files
Add timeout to build jobs
1 parent 98ebc74 commit 0eddfe0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/input_files/build.yaml.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ build-layer ({{ $runtime.name }}-{{ $runtime.arch }}):
5454
CI_ENABLE_CONTAINER_IMAGE_BUILDS: "true"
5555
script:
5656
- PYTHON_VERSION={{ $runtime.python_version }} ARCH={{ $runtime.arch }} ./scripts/build_layers.sh
57+
timeout: 15m
5758
retry: 2
5859

5960
check-layer-size ({{ $runtime.name }}-{{ $runtime.arch }}):

0 commit comments

Comments
 (0)