From d9a67e00c9dc59aa6f07878bcd2464df11981f6e Mon Sep 17 00:00:00 2001
From: Pierre JACQUOT <pierre.jacquot@inria.fr>
Date: Thu, 16 Mar 2023 09:23:14 +0100
Subject: [PATCH] [CI] Allow wikigen stage to fail, to deploy toulouse API.

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0aba5126239..f36dc55673c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,6 +29,7 @@ validate-data:
 wikigen:
   extends: .test-for-bullseye
   stage: validate
+  allow_failure: true
   parallel:
     matrix:
       - GENERATOR: [cpu_parameters, disk_reservation, environments, group_storage, hardware, kwollect_metrics, oar_properties, status]
-- 
GitLab