From fe6db66e3e15dce0225255bbc215cfece54520ba Mon Sep 17 00:00:00 2001 From: "sebastien.heurtematte" <sebastien.heurtematte@eclipse-foundation.org> Date: Wed, 2 Nov 2022 16:18:27 +0100 Subject: [PATCH] ci: bitbake build jobs failed on node assignment Related to https://gitlab.eclipse.org/eclipse-wg/oniro-wg/products-services-oniro-wg/it-services-oniro-wg/pipelines-architecture-oniro-wg/-/issues/56 Signed-off-by: sebastien.heurtematte <sebastien.heurtematte@eclipse-foundation.org> --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e3ce6a6..4ead30f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,6 +24,9 @@ default: tags: - origin:eclipse - tool:bitbake + retry: + max: 2 + when: scheduler_failure dco: extends: .dco -- GitLab