Skip to content
Snippets Groups Projects
Commit ee1a28c6 authored by Jorge Camarero Vera's avatar Jorge Camarero Vera Committed by Joao Afonso
Browse files

Resolve "Allow Failure in cta_valgrind tests."

parent 25f327c0
No related branches found
No related tags found
No related merge requests found
...@@ -5,10 +5,10 @@ cta_valgrind: ...@@ -5,10 +5,10 @@ cta_valgrind:
when: never when: never
- if: $CI_PIPELINE_SOURCE == "web" - if: $CI_PIPELINE_SOURCE == "web"
when: manual when: manual
allow_failure: false allow_failure: true
- if: $CI_PIPELINE_SOURCE == "push" - if: $CI_PIPELINE_SOURCE == "push"
when: manual when: manual
allow_failure: false allow_failure: true
- if: $CI_PIPELINE_SOURCE == "schedule" - if: $CI_PIPELINE_SOURCE == "schedule"
when: on_success when: on_success
allow_failure: false allow_failure: false
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
- cta/CTA#238 - Compilation fails when using cta::common::Configuration::getConfEntInt(...) - cta/CTA#238 - Compilation fails when using cta::common::Configuration::getConfEntInt(...)
### Continuous Integration ### Continuous Integration
- cta/CTA#205 - Updating EOS4/EOS4 in versionlock for v4.8.95/v5.1.5 - 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 # v4.8.1-1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment