Skip to content

InDetART run 4 test: don't auto-fail after each step

Louis-Guillaume Gagnon requested to merge lgagnon/athena:idart-dcube-run4 into master

Instead of auto-failing after each step, only put a barrier between the reco and dcube sections of the test. This way, if reco is successful, the second dcube step always run regardless of the returned status of the first dcube run. Dcube reports a non-zero status when the overall monitoring status is "failed" and not only upon error, which is why we have to do this.

cc @pagessin @tstreble @keli

Edited by Louis-Guillaume Gagnon

Merge request reports