Skip to content
Snippets Groups Projects

Draft: Update .gitlab-ci.yml: only enable imaging_shower_ML for testing

Closed Wouter Deconinck requested to merge ml-testing into master
1 file
+ 9
9
Compare changes
  • Side-by-side
  • Inline
+ 9
9
@@ -69,19 +69,19 @@ common:detector:
interruptible: true
include:
- local: 'benchmarks/ecal/config.yml'
- local: 'benchmarks/track_finding/config.yml'
- local: 'benchmarks/track_fitting/config.yml'
- local: 'benchmarks/tracking/config.yml'
- local: 'benchmarks/clustering/config.yml'
# - local: 'benchmarks/rich/config.yml'
- local: 'benchmarks/imaging_ecal/config.yml'
# - local: 'benchmarks/ecal/config.yml'
# - local: 'benchmarks/track_finding/config.yml'
# - local: 'benchmarks/track_fitting/config.yml'
# - local: 'benchmarks/tracking/config.yml'
# - local: 'benchmarks/clustering/config.yml'
# - local: 'benchmarks/rich/config.yml'
# - local: 'benchmarks/imaging_ecal/config.yml'
- local: 'benchmarks/imaging_shower_ML/config.yml'
- local: 'benchmarks/far_forward/config.yml'
# - local: 'benchmarks/far_forward/config.yml'
final_report:
stage: finish
needs: ["ecal_collect", "tracking_central_electrons", "clustering:results", "track_finding:collect", "track_fitting:collect"]
#needs: ["ecal_collect", "tracking_central_electrons", "clustering:results", "track_finding:collect", "track_fitting:collect"]
script:
# disabled while we address ACTS issues
#- mkdir -p results/views && cd results/views && bash ../../bin/download_views
Loading