Skip to content

Commit

Permalink
Removed other tests while investigating CI
Browse files Browse the repository at this point in the history
  • Loading branch information
simonge committed May 16, 2024
1 parent e3475b1 commit 5b972e4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,18 +130,18 @@ get_data:

include:
# - local: 'benchmarks/backgrounds/config.yml'
- local: 'benchmarks/ecal_gaps/config.yml'
- local: 'benchmarks/tracking_detectors/config.yml'
- local: 'benchmarks/barrel_ecal/config.yml'
- local: 'benchmarks/barrel_hcal/config.yml'
- local: 'benchmarks/zdc/config.yml'
- local: 'benchmarks/material_maps/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/ecal_gaps/config.yml'
# - local: 'benchmarks/tracking_detectors/config.yml'
# - local: 'benchmarks/barrel_ecal/config.yml'
# - local: 'benchmarks/barrel_hcal/config.yml'
# - local: 'benchmarks/zdc/config.yml'
# - local: 'benchmarks/material_maps/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/LOWQ2/config.yml'

'''
deploy_results:
stage: deploy
needs:
Expand Down Expand Up @@ -222,4 +222,4 @@ pages:
paths:
- public


'''
2 changes: 1 addition & 1 deletion benchmarks/LOWQ2/analysis/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ eicrecon {input} -Pdd4hep:xml_files={params.XML} -Ppodio:output_include_collecti

rule run_benchmarks:
input:
"/scratch/EIC/ReconOut/{tag}_new.root"
config["RECO_DIRECTORY"]+FILE_BASE+".tagger_recon"+RECO_EXTENSION
params:
xmlName=XMLFILE,
timeBased = lambda wildcards: tag_params[wildcards.tag]["timeBased"],
Expand Down

0 comments on commit 5b972e4

Please sign in to comment.