Skip to content
Snippets Groups Projects
Unverified Commit 56c2caf6 authored by Andrej Shadura's avatar Andrej Shadura
Browse files

Extend image building timeout to two hours


Generating license BOM sometimes takes longer than an hour resulting in
jobs being killed.

Signed-off-by: default avatarAndrej Shadura <andrew.shadura@collabora.co.uk>
parent daee6983
No related branches found
No related tags found
1 merge request!606Build custom ostree images for package-centric testing
Pipeline #696158 passed
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
RECIPES_PATH: /tmp/recipes RECIPES_PATH: /tmp/recipes
RECIPES_REPO_URL: https://gitlab-ci-token:${CI_JOB_TOKEN}@${CI_SERVER_HOST}/infrastructure/${OSNAME}-image-recipes.git RECIPES_REPO_URL: https://gitlab-ci-token:${CI_JOB_TOKEN}@${CI_SERVER_HOST}/infrastructure/${OSNAME}-image-recipes.git
stage: build stage: build
timeout: 2h
rules: rules:
- when: on_success - when: on_success
before_script: before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment