From 95d7939957dd7b00df2df25f70e2839acc3b9935 Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Mon, 7 Oct 2024 13:26:59 -0400 Subject: [PATCH] Revert "DONTMERGE disable other benchmarks" This reverts commit ffdfae931e8a8cd218bb651f310a21bf5fa6fa1f. --- .gitlab-ci.yml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e61024..f25c74e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -123,8 +123,31 @@ get_data: when: - runner_system_failure -include: +include: + - local: 'benchmarks/backgrounds/config.yml' + - local: 'benchmarks/backwards_ecal/config.yml' + - local: 'benchmarks/ecal_gaps/config.yml' + - local: 'benchmarks/tracking_detectors/config.yml' + - local: 'benchmarks/tracking_performances/config.yml' + - local: 'benchmarks/tracking_performances_dis/config.yml' + - local: 'benchmarks/barrel_ecal/config.yml' + - local: 'benchmarks/barrel_hcal/config.yml' - local: 'benchmarks/lfhcal/config.yml' + - local: 'benchmarks/zdc/config.yml' + - local: 'benchmarks/zdc_lyso/config.yml' + - local: 'benchmarks/zdc_photon/config.yml' + - local: 'benchmarks/zdc_pi0/config.yml' + - local: 'benchmarks/material_scan/config.yml' + - local: 'benchmarks/pid/config.yml' + - local: 'benchmarks/timing/config.yml' + - local: 'benchmarks/b0_tracker/config.yml' + - local: 'benchmarks/insert_muon/config.yml' + - local: 'benchmarks/zdc_sigma/config.yml' + - local: 'benchmarks/zdc_lambda/config.yml' + - local: 'benchmarks/insert_neutron/config.yml' + - local: 'benchmarks/femc_electron/config.yml' + - local: 'benchmarks/femc_photon/config.yml' + - local: 'benchmarks/femc_pi0/config.yml' deploy_results: allow_failure: true stage: deploy