Skip to content
Snippets Groups Projects
Commit d76589f1 authored by Jorge Camarero Vera's avatar Jorge Camarero Vera
Browse files

allow_failure false for cta_valgrind

parent 1cb42297
Branches
Tags
No related merge requests found
......@@ -3,10 +3,10 @@ cta_valgrind:
rules:
- if: $CI_PIPELINE_SOURCE == "web"
when: manual
allow_failure: true
allow_failure: false
- if: $CI_PIPELINE_SOURCE == "push"
when: manual
allow_failure: true
allow_failure: false
- if: $CI_PIPELINE_SOURCE == "schedule"
when: on_success
allow_failure: false
......
......@@ -8,6 +8,7 @@
- cta/CTA#173 - Update release notes and small changes to refactoring of operation tools cmd line parsing - Compatible with operations 0.4-95 or later
### Continuous Integration
- cta/CTA#118 - Add unit tests for OSM label
- cta/CTA#191 - Block merge until cta_valgrind success
### Bug fixes
- cta/CTA#48 - Catch tape server exception and log an error instead
- cta/CTA#123 - Change some tape server errors into warnings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment