From 1e6e3e02d204b1e9df5f24bf922bdb3b70dce8fa Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Sat, 24 Jul 2021 23:29:51 -0500 Subject: [PATCH] Let's see how much we can abuse the junit report --- .gitlab-ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a3563cb..794f0df6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -100,6 +100,16 @@ deploy_results: - ["collect_results:zdc","collect_results:barrel_ecal","collect_results:barrel_hcal","collect_results:crystal_calorimeter"] script: - echo "deploy results!" + - ls -1 results/* > results/detector_report.xml + artifacts: + expire_in: 15 days + paths: + - results + - config + - juggler.env + reports: + junit: results/detector_report.xml + benchmarks:reconstruction: stage: trigger @@ -136,3 +146,4 @@ pages: - public + -- GitLab