From f2867d6d77c15ae40c120d55f782c6a91c73f3d1 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] fix: 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 7500036..ff61cdb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,6 +22,9 @@ default:
   tags:
     - origin:eclipse
     - tool:bitbake
+  retry:
+    max: 2
+    when: scheduler_failure
 
 dco:
   extends: .dco
-- 
GitLab