Skip to content

Commit

Permalink
add collect_results:material_scan
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Apr 18, 2024
1 parent 5c894d2 commit c1f73bd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ include:
deploy_results:
stage: deploy
needs:
- ["collect_results:zdc","collect_results:barrel_ecal","collect_results:barrel_hcal"]
- ["collect_results:zdc","collect_results:barrel_ecal","collect_results:barrel_hcal","collect_results:material_scan"]
script:
- echo "deploy results!"
- find results -print | sort | tee summary.txt
Expand Down
8 changes: 8 additions & 0 deletions benchmarks/material_scan/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,11 @@ bench:material_scan:
stage: benchmarks
script:
- snakemake --cores 1 epic_craterlake/results/material_scan_details.pdf

collect_results:material_scan:
extends: .det_benchmark
stage: collect
needs:
- ["bench:material_scan"]
script:
- ls -lrht

0 comments on commit c1f73bd

Please sign in to comment.