Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dCache
cta
Commits
d76589f1
Commit
d76589f1
authored
2 years ago
by
Jorge Camarero Vera
Browse files
Options
Downloads
Patches
Plain Diff
allow_failure false for cta_valgrind
parent
1cb42297
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab/ci/tests.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab/ci/tests.gitlab-ci.yml
ReleaseNotes.md
+1
-0
1 addition, 0 deletions
ReleaseNotes.md
with
3 additions
and
2 deletions
.gitlab/ci/tests.gitlab-ci.yml
+
2
−
2
View file @
d76589f1
...
...
@@ -3,10 +3,10 @@ cta_valgrind:
rules
:
-
if
:
$CI_PIPELINE_SOURCE == "web"
when
:
manual
allow_failure
:
tru
e
allow_failure
:
fals
e
-
if
:
$CI_PIPELINE_SOURCE == "push"
when
:
manual
allow_failure
:
tru
e
allow_failure
:
fals
e
-
if
:
$CI_PIPELINE_SOURCE == "schedule"
when
:
on_success
allow_failure
:
false
...
...
This diff is collapsed.
Click to expand it.
ReleaseNotes.md
+
1
−
0
View file @
d76589f1
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment