Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LHCb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
LHCb
LHCb
Merge requests
!4677
Fix GaudiAlg tests and reference files for Gaudi v39
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix GaudiAlg tests and reference files for Gaudi v39
gaudialg-tests-fixes-for-gaudi-39-run2
into
run2-patches
Overview
1
Commits
2
Pipelines
5
Changes
11
Merged
Marco Cattaneo
requested to merge
gaudialg-tests-fixes-for-gaudi-39-run2
into
run2-patches
7 months ago
Overview
1
Commits
2
Pipelines
5
Changes
11
Expand
Not backward compatible due to changes in reference files. Cherry-picked from
!4668 (merged)
0
0
Merge request reports
Compare
run2-patches
version 4
58b00609
6 months ago
version 3
4949e577
7 months ago
version 2
d57de87b
7 months ago
version 1
a0d7d840
7 months ago
run2-patches (base)
and
latest version
latest version
a37f9f15
2 commits,
6 months ago
version 4
58b00609
2 commits,
6 months ago
version 3
4949e577
2 commits,
7 months ago
version 2
d57de87b
2 commits,
7 months ago
version 1
a0d7d840
2 commits,
7 months ago
11 files
+
23
−
12
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
GaudiAlg/tests/qmtest/gaudialg.qms/auditors_user_timing.qmt
+
1
−
1
Options
@@ -15,7 +15,7 @@
<argument
name=
"options"
><text>
from Gaudi.Configuration import *
from Configurables import AuditorTestAlg, GaudiExamples__LoggingAuditor as LoggingAuditor
from Configurables import AuditorTestAlg, GaudiExamples__LoggingAuditor as LoggingAuditor
, TimingAuditor
AuditorSvc().Auditors += [ TimingAuditor("TIMER"),
LoggingAuditor("LoggingAuditor") ]
Loading