From b0e2742538db51cf6468d6125fea93206cb87b4b Mon Sep 17 00:00:00 2001 From: Andrii Sosiuk <andrii.sosiuk@seco.com> Date: Wed, 8 Jan 2025 15:19:05 +0100 Subject: [PATCH] YT-311: Extend timeout for "changelog" job in Yocto build The "changelog" job occasionally fails wit timeout, during periods of high GitLab instance load or reduced performance. Extended job timeout to 15 minutes --- build-pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-pipeline.yml b/build-pipeline.yml index 5c5a549b..57c86781 100644 --- a/build-pipeline.yml +++ b/build-pipeline.yml @@ -231,6 +231,7 @@ workflow: .changelog: extends: .infrastructure + timeout: 15m script: - PROJECT_ARGS="" - for project in ${CHANGELOG_PROJECTS}; do -- GitLab