Skip to content
Snippets Groups Projects
Commit ba7e299f authored by Shunan Zhang's avatar Shunan Zhang
Browse files

Add new Sprucing input files

parent f4c873bf
No related branches found
No related tags found
1 merge request!364Add new Dec2023 samples for Sprucing PR tests
Pipeline #6552517 failed
......@@ -13483,3 +13483,27 @@ testfiles(
},
comment='Real data selected by HLT1 from run 269939.',
test_file_db=test_file_db)
testfiles(
myname='upgrade-minbias-hlt2-full-output-Dec2023',
filenames=[
"mdf:root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/hlt2_full_stream_Dec2023/MagDown/hlt2_full_stream_{0}.mdf"
.format(i) for i in list(range(35)) + list(range(36, 240))
] + [
"mdf:root://eoslhcb.cern.ch//eos/lhcb/wg/dpa/wp1/hlt2_full_stream_Dec2023/MagUp/hlt2_full_stream_{0}.mdf"
.format(i) for i in list(range(117)) + list(range(118, 135))
],
qualifiers={
'Author': 'Shunan Zhang',
'Format': 'MDF',
'DataType': 'Upgrade',
'Date': '2023-12-01',
'Simulation': True,
"CondDB": "sim-20171127-vc-md100",
"GeometryVersion": "run3/trunk",
"ConditionsVersion": "master",
"DDDB": "dddb-20171126",
},
comment=
'Hlt2 Full stream output as of December 2023, used as inputs for Sprucing tests, input rate around 128 kHz',
test_file_db=test_file_db)
\ No newline at end of file
......@@ -22,9 +22,9 @@ fi
export THOR_JIT_N_SPLITS=8
export THOR_JIT_N_JOBS=8
python -m MooreTests.run_throughput_jobs -n=2e4 --avg-event-size=300000 --test-file-db-key=upgrade-minbias-hlt2-full-output-Aug2023 '$MOOREROOT/tests/options/disable-git-metadata-write.py' '$HLT2CONFROOT/options/sprucing/spruce_all_lines.py' "${cache_dirs[@]}"
python -m MooreTests.run_throughput_jobs -n=2e4 --avg-event-size=300000 --test-file-db-key=upgrade-minbias-hlt2-full-output-Dec2023 '$MOOREROOT/tests/options/disable-git-metadata-write.py' '$HLT2CONFROOT/options/sprucing/spruce_all_lines.py' "${cache_dirs[@]}"
python -m MooreTests.run_throughput_jobs -n=-1 -j 1 --profile --avg-event-size=300000 --test-file-db-key=upgrade-minbias-hlt2-full-output-Aug2023 '$MOOREROOT/tests/options/disable-git-metadata-write.py' '$HLT2CONFROOT/options/sprucing/spruce_all_lines.py' "${cache_dirs[@]}"
python -m MooreTests.run_throughput_jobs -n=-1 -j 1 --profile --avg-event-size=300000 --test-file-db-key=upgrade-minbias-hlt2-full-output-Dec2023 '$MOOREROOT/tests/options/disable-git-metadata-write.py' '$HLT2CONFROOT/options/sprucing/spruce_all_lines.py' "${cache_dirs[@]}"
# force 0 return code so the handler runs even for failed jobs
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment