From 0310c1e084ca33a74a20c9e6599c829e780731c7 Mon Sep 17 00:00:00 2001 From: Dmitry Makovey Date: Wed, 2 Apr 2025 14:19:23 -0700 Subject: [PATCH] Increase image wait Increase image wait past 2h as we're observing premature pipeline failures while images are beeing built. For example: https://gitlab.com/gitlab-org/charts/gitlab/-/issues/5997 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f51b8be57c..faea637584 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -502,7 +502,7 @@ trigger-eks131: wait_for_dev_images: # Remove after https://gitlab.com/gitlab-org/charts/gitlab/-/issues/2370 is complete - timeout: 2h + timeout: 3h image: "${CI_REGISTRY}/${CI_TOOLS_NAMESPACE}/gitlab-omnibus-builder/distribution_ci_tools:${CI_TOOLS_VERSION}" stage: prepare extends: .dind -- GitLab