Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Lawrence Davou Christopher
athena
Commits
79419c5e
Commit
79419c5e
authored
6 years ago
by
Daniele Zanzi
Browse files
Options
Downloads
Patches
Plain Diff
TrigP1Test: fix in PS test (ATR-16799)
Former-commit-id: 39f00ec93b1bb406756fd581aefabc4d6b62682c
parent
8ac20a36
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Trigger/TrigValidation/TrigP1Test/test/test_physics_pp_v7_PSed_nightlyDayBefore_grid.sh
+2
-2
2 additions, 2 deletions
...est/test/test_physics_pp_v7_PSed_nightlyDayBefore_grid.sh
with
2 additions
and
2 deletions
Trigger/TrigValidation/TrigP1Test/test/test_physics_pp_v7_PSed_nightlyDayBefore_grid.sh
+
2
−
2
View file @
79419c5e
...
...
@@ -44,12 +44,12 @@ if [ -z ${release} ]; then
fi
l1psk
=
"'lvl1key':
${
l1psk
}
"
subshellcmd
=
'source $AtlasSetup/scripts/asetup.sh AthenaP1,21.1,'
${
release
}
'; athenaHLT.py -n 5000 -f /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/TrigP1Test/data17_13TeV.00339070.physics_EnhancedBias.merge.RAW._lb0101._SFO-1._0001.1 -o HLT_physicsV7_prescaled -J TrigConf::HLTJobOptionsSvc --use-database --db-type "Coral" --db-server "TRIGGERDBART" --db-smkey '
${
smk
}
' --db-hltpskey '
${
hltpsk
}
' --db-extra "{'
${
l1psk
}
'}"; Trig_reco_tf.py --inputBSFile=HLT_physicsV7_prescaled._0001.data --outputNTUP_TRIGCOST=trig_cost.root; RunTrigCostD3PD -f trig_cost.root --outputTagFromAthena --costMode --monitorRates --isCPUPrediction --useEBWeight --patternsMonitor HLT_costmonitor HLT_mistimemonj400 HLT_mistimemoncaltimenomu HLT_mistimemoncaltime HLT_l1topodebug HLT_l1calooverflow HLT_e5_lhvloose_nod0_bBeexM6000t HLT_2e5_lhvloose_nod0_bBeexM6000t HLT_cscmon_L1All HLT_j0_perf_ds1_L1J100 --patternsInvert --predictionLumi 1.50e34; chainDump.py -n -S 2>&1 | tee ${JOB_LOG}
'
subshellcmd
=
'source $AtlasSetup/scripts/asetup.sh AthenaP1,21.1,'
${
release
}
'; athenaHLT.py -n 5000 -f /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/TrigP1Test/data17_13TeV.00339070.physics_EnhancedBias.merge.RAW._lb0101._SFO-1._0001.1 -o HLT_physicsV7_prescaled -J TrigConf::HLTJobOptionsSvc --use-database --db-type "Coral" --db-server "TRIGGERDBART" --db-smkey '
${
smk
}
' --db-hltpskey '
${
hltpsk
}
' --db-extra "{'
${
l1psk
}
'}"; Trig_reco_tf.py --inputBSFile=HLT_physicsV7_prescaled._0001.data --outputNTUP_TRIGCOST=trig_cost.root; RunTrigCostD3PD -f trig_cost.root --outputTagFromAthena --costMode --monitorRates --isCPUPrediction --useEBWeight --patternsMonitor HLT_costmonitor HLT_mistimemonj400 HLT_mistimemoncaltimenomu HLT_mistimemoncaltime HLT_l1topodebug HLT_l1calooverflow HLT_e5_lhvloose_nod0_bBeexM6000t HLT_2e5_lhvloose_nod0_bBeexM6000t HLT_cscmon_L1All HLT_j0_perf_ds1_L1J100 --patternsInvert --predictionLumi 1.50e34; chainDump.py -n -S 2>&1 | tee
'
${
JOB_LOG
}
echo
"running in subshell:
$subshellcmd
"
(
eval
$subshellcmd
)
grep
-r
"RATE_"
costMonitoring_
*
/csv/Table_Rate_Group_HLT_All.csv |
awk
'{split($0,a,","); print a[1]"\t"a[4] }'
>>
HLTChain.txt
grep
"TrigSteer_HLT.TrigChainMoni"
*
stdout
*
|
awk
'{split($0,a,":|\t"); print a[4]" "a[10] }'
|
sed
's/\s*active\s*/_rerun\t/g'
|
sed
's/\s*HLT/HLT/g'
>>
HLTChain.txt
grep
"TrigSteer_HLT.TrigChainMoni"
${
JOB_LOG
}
|
awk
'{split($0,a,":|\t"); print a[4]" "a[10] }'
|
sed
's/\s*active\s*/_rerun\t/g'
|
sed
's/\s*HLT/HLT/g'
>>
HLTChain.txt
ATH_RETURN
=
${
PIPESTATUS
[0]
}
echo
"art-result:
${
ATH_RETURN
}
${
NAME
}
"
...
...
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