Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
atlas
athena
Merge requests
!38569
MessageSvc format string in MainServicesConfig: Use new option to shorten source name
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
MessageSvc format string in MainServicesConfig: Use new option to shorten source name
wlampl/athena:MainServiceMsgFormat
into
master
Overview
15
Commits
8
Pipelines
4
Changes
2
Merged
Walter Lampl
requested to merge
wlampl/athena:MainServiceMsgFormat
into
master
4 years ago
Overview
15
Commits
8
Pipelines
4
Changes
2
Expand
Same as
!38479 (merged)
does for RecExComon, now for the new config
Edited
4 years ago
by
Walter Lampl
1
0
Merge request reports
Compare
version 2
version 4
7526143b
4 years ago
version 3
3bfe1154
4 years ago
version 2
e26bec71
4 years ago
version 1
e75ed659
4 years ago
master (base)
and
version 3
latest version
64656e75
8 commits,
4 years ago
version 4
7526143b
4 commits,
4 years ago
version 3
3bfe1154
3 commits,
4 years ago
version 2
e26bec71
2 commits,
4 years ago
version 1
e75ed659
1 commit,
4 years ago
Show latest version
2 files
+
3
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
Control/AthenaConfiguration/python/AllConfigFlags.py
+
1
−
0
Options
@@ -54,6 +54,7 @@ def _createCfgFlags():
acf
.
addFlag
(
'
Scheduler.ShowDataFlow
'
,
True
)
acf
.
addFlag
(
'
Scheduler.ShowControlFlow
'
,
True
)
acf
.
addFlag
(
'
Common.MsgSourceLength
'
,
50
)
#Lenght of the source-field in the format str of MessageSvc
acf
.
addFlag
(
'
Common.isOnline
'
,
False
)
# Job runs in an online environment (access only to resources available at P1) # former global.isOnline
acf
.
addFlag
(
'
Common.useOnlineLumi
'
,
lambda
prevFlags
:
prevFlags
.
Common
.
isOnline
)
# Use online version of luminosity. ??? Should just use isOnline?
acf
.
addFlag
(
'
Common.doExpressProcessing
'
,
False
)
Loading