Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MooreOnline
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
MooreOnline
Merge requests
!162
Reorganize task configuration, non-interactive testbench and cleanups
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Reorganize task configuration, non-interactive testbench and cleanups
rm-emulator
into
master
Overview
27
Commits
14
Pipelines
12
Changes
60
Merged
Rosen Matev
requested to merge
rm-emulator
into
master
2 years ago
Overview
27
Commits
14
Pipelines
12
Changes
60
Expand
Cleanups
Remove Dataflow_UI compoenent as might not be not compiled
Set UTGID properly with TEST partition
Remove template specialization for OnlineRawBanks
Use absolute path in writer configuration
Fix tcmalloc LD_PRELOAD (move after numactl)
Support partition names starting with TEST (but not exactly)
Replace RunType by Activity
RecoMon cleanup
Support sanitizer builds
Reorganize DF task options and architecture files
Would cause many conflicts in ongoing developments but should hopefully make life easier.
Non-interactive testbench
Enabled adding QMT tests for common tasks
Used to automate throughput measurement
Support running in the nightlies Test with
Online!769 (merged)
lhcb-datapkg/PRConfig!261 (merged)
Edited
2 years ago
by
Rosen Matev
0
0
Merge request reports
Compare
master
version 10
5d5399ba
2 years ago
version 9
b1510f1d
2 years ago
version 8
d948b18c
2 years ago
version 7
9197cc09
2 years ago
version 6
9258102a
2 years ago
version 5
bcd5da41
2 years ago
version 4
5e2bc906
2 years ago
version 3
f60e515e
2 years ago
version 2
0a0b4ce1
2 years ago
version 1
713537dd
2 years ago
master (base)
and
latest version
latest version
771169d0
14 commits,
2 years ago
version 10
5d5399ba
16 commits,
2 years ago
version 9
b1510f1d
16 commits,
2 years ago
version 8
d948b18c
14 commits,
2 years ago
version 7
9197cc09
13 commits,
2 years ago
version 6
9258102a
13 commits,
2 years ago
version 5
bcd5da41
13 commits,
2 years ago
version 4
5e2bc906
13 commits,
2 years ago
version 3
f60e515e
13 commits,
2 years ago
version 2
0a0b4ce1
12 commits,
2 years ago
version 1
713537dd
12 commits,
2 years ago
60 files
+
1236
−
442
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
60
Search (e.g. *.vue) (Ctrl+P)
MooreOnlineConf/options/hlt2slim.py
+
1
−
1
Options
@@ -27,7 +27,7 @@ options.n_threads = 40
try
:
import
OnlineEnvBase
as
OnlineEnv
if
OnlineEnv
.
PartitionName
==
"
TEST
"
:
if
OnlineEnv
.
PartitionName
.
startswith
(
"
TEST
"
)
:
options
.
output_manifest_file
=
"
tck.json
"
except
ImportError
:
pass
Loading