Skip to content

Commit

Permalink
Don't need second config generation
Browse files Browse the repository at this point in the history
  • Loading branch information
gartung committed Nov 11, 2024
1 parent 6be906f commit 9186612
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pr_testing/run-pr-profiling.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ for PROFILING_WORKFLOW in $WORKFLOWS;do
cd $WORKING_DIR
eval `scram run -sh`
cd $WORKSPACE
$WORKSPACE/profiling/Gen_tool/Gen.sh $CMSSW_VERSION || true
for f in $(find $WORKSPACE/$CMSSW_VERSION/$PROFILING_WORKFLOW -name step*.json);do
b=$(basename $f)
cp -v $f $WORKSPACE/$CMSSW_VERSION/$PROFILING_WORKFLOW/$CMSSW_VERSION-$b || true
Expand Down

0 comments on commit 9186612

Please sign in to comment.