From a203ebb7132235ecd49c00f766bc7c62398512c8 Mon Sep 17 00:00:00 2001
From: Philippe Coval <philippe.coval@huawei.com>
Date: Tue, 26 Oct 2021 15:50:29 +0200
Subject: [PATCH] .gitlab-ci.yml: Temporary disable reuse

This may be reverted ASAP,
this change was suggested by @zyga to suspend bot failures
on release

Cc: @zyga
Forwarded: https://booting.oniroproject.org/distro/oniro/-/merge_requests/383
Signed-off-by: Philippe Coval <philippe.coval@huawei.com>
---
 .gitlab-ci.yml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c73f0511..de435437 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,16 +26,11 @@ include:
  - local: '/.oniro-ci/test-generic.yaml'
  - local: '/.oniro-ci/machines-and-flavours.yaml'
  - local: '/.oniro-ci/dco.yaml'
- - local: '/.oniro-ci/reuse.yaml'
  - template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
 
 dco:
   extends: .dco
 
-reuse:
-  extends: .reuse
-  allow_failure: true
-
 build-docs:
   extends: .build-docs
 
-- 
GitLab