Skip to content

don't stop ART job on ERROR message, or IDPVM error

Tim Adye requested to merge adye-main-patch-ad59 into main

Allow test_run4_acts_ckf_ttbar_PU200.sh to continue to runIDPVM.py and dcube.py if there was an unignored ERROR, because the results might still be useful. Also, don't stop on runIDPVM.py error, just skip that job's dcube.py.

This is implemented as follows:

  1. don't stop job on ERROR message (Reco_tf.py return code 68)
  2. don't stop job if there is an runIDPVM.py error - just don't run dcube.py on those results
  3. final exit code is the first non-zero return code

Merge request reports