From ee1a28c6af813e717c5ddf3664cc4dd1a0043398 Mon Sep 17 00:00:00 2001
From: Jorge Camarero Vera <jorge.camarero@cern.ch>
Date: Tue, 20 Dec 2022 10:45:22 +0100
Subject: [PATCH] Resolve "Allow Failure in cta_valgrind tests."

---
 .gitlab/ci/tests.gitlab-ci.yml | 4 ++--
 ReleaseNotes.md                | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitlab/ci/tests.gitlab-ci.yml b/.gitlab/ci/tests.gitlab-ci.yml
index 8d6423ca57..00846d546e 100644
--- a/.gitlab/ci/tests.gitlab-ci.yml
+++ b/.gitlab/ci/tests.gitlab-ci.yml
@@ -5,10 +5,10 @@ cta_valgrind:
       when: never
     - if: $CI_PIPELINE_SOURCE == "web"
       when: manual
-      allow_failure: false
+      allow_failure: true
     - if: $CI_PIPELINE_SOURCE == "push"
       when: manual
-      allow_failure: false
+      allow_failure: true
     - if: $CI_PIPELINE_SOURCE == "schedule"
       when: on_success
       allow_failure: false
diff --git a/ReleaseNotes.md b/ReleaseNotes.md
index 4398d81f78..ec0ff572dc 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -15,6 +15,7 @@
 - cta/CTA#238 - Compilation fails when using cta::common::Configuration::getConfEntInt(...)
 ### Continuous Integration
 - cta/CTA#205 - Updating EOS4/EOS4 in versionlock for v4.8.95/v5.1.5
+- cta/CTA#253 - Allow Failure for cta_valgrind tests
 
 # v4.8.1-1
 
-- 
GitLab