From 2fc5a7df40e4aa3e9e01153f7f427541719407e5 Mon Sep 17 00:00:00 2001 From: gitbot <gitbot.north@seco.com> Date: Wed, 8 Jan 2025 14:28:30 +0000 Subject: [PATCH] Integrate gitlab-ci/yt-311-extend-timeout-for-changelog-job -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/b0e2742538db51cf6468d6125fea93206cb87b4b 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 --- .gitlab-ci | 2 +- .gitlab-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index 8a7e9c9..b0e2742 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit 8a7e9c94c2f5c012669eaddbf09ccebf83e7f320 +Subproject commit b0e2742538db51cf6468d6125fea93206cb87b4b diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6b2ac6c..e84d341 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,9 +4,9 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: 8a7e9c94c2f5c012669eaddbf09ccebf83e7f320 + ref: b0e2742538db51cf6468d6125fea93206cb87b4b file: 'manifest-integration.yml' variables: - GITLAB_CI_REVISION: 8a7e9c94c2f5c012669eaddbf09ccebf83e7f320 + GITLAB_CI_REVISION: b0e2742538db51cf6468d6125fea93206cb87b4b BB_RECIPE_NAME: kernel-module-touchgpio -- GitLab