diff --git a/manifest-build.yml b/manifest-build.yml
index 12967359bc7fc3396fc7ba7797894ae2fad528f6..93df684176b8063f46c1f912960ba92a20773c9e 100644
--- a/manifest-build.yml
+++ b/manifest-build.yml
@@ -168,6 +168,7 @@ variables:
   stage: build
   rules:
     - when: manual
+      allow_failure: true
   variables:
     BITBAKE_TASK: "populate_sdk"
 
@@ -222,6 +223,7 @@ variables:
     - .package
   rules:
     - when: manual
+      allow_failure: true
   artifacts:
     paths:
       - release/**/**/*
@@ -240,6 +242,7 @@ variables:
   rules:
     - if: $CI_COMMIT_TAG
       when: manual
+      allow_failure: true
   timeout: 30m
 
 .uploadsdkftp: