We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98cff6b commit 8f7c787Copy full SHA for 8f7c787
pr_testing/run-pr-profiling.sh
@@ -32,6 +32,7 @@ for PROFILING_WORKFLOW in $WORKFLOWS;do
32
PROF_RES="OK"
33
export PROFILING_WORKFLOW
34
$WORKSPACE/profiling/Gen_tool/Gen.sh $CMSSW_VERSION || true
35
+ get_jenkins_artifacts profiling/${CMSSW_VERSION}/${SCRAM_ARCH}/${PROFILING_WORKFLOW}/step2.root ${CMSSW_VERSION}/${SCRAM_ARCH}/${PROFILING_WORKFLOW}/step2.root || true
36
$WORKSPACE/profiling/Gen_tool/runall.sh $CMSSW_VERSION || true
37
$WORKSPACE/profiling/Gen_tool/runall_cpu.sh $CMSSW_VERSION || true
38
$WORKSPACE/profiling/Gen_tool/runall_mem_GC.sh $CMSSW_VERSION || true
0 commit comments