Skip to content

runTrigART: Add option ALL and new "minimal" tests

Rafal Bielski requested to merge rbielski/athena:runTrigART-minimal into master

A few small modifications of runTrigART.py script:

  • add the option to specify ALL as package name, in which case tests from all four packages will be considered (TrigUpgradeTest, TriggerTest, TrigAnalysisTest, TrigP1Test)
  • make ALL the default value used if the package name is not specified
  • add two tests to the "minimal" list: test_trigAna_q221_RDOtoRDOTrig_mt1_build.sh (ATR-19810) and test_trigUpgr_full_menu_cf_configOnly_build.sh (ATR-20059)
  • print a warning if user is running more than 5*maxJobs tests
  • minor code fixes

When this is merged, the developer's guide should be updated to recommend running runTrigART.py -m -j4.

cc @hartj, @jpanduro, @tbold

Edited by Rafal Bielski

Merge request reports