Skip to content

WIP: Add ci tests

Christoph Hasse requested to merge add_ci into master

trying to add a ci worker to this repo that does:

  1. run a very simple throughput test via run_throughput_jobs.py -n 200 -j 1 -t 2 $RECOCONFROOT/options/hlt1_reco_baseline.py

  2. run a profile job via run_throughput_jobs.py --profile -n 200000 -j 1 -t 1 $RECOCONFROOT/options/hlt1_reco_baseline.py

the second one is more complicated as the job shouldn't be allowed to finish before vtune starts. Will likely require a bit of fine tuning for the ci

cc @rmatev

Edited by Christoph Hasse

Merge request reports