Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions .github/workflows/linux-eic-shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,21 +151,19 @@ jobs:
- check-tracking-geometry
steps:
- uses: actions/checkout@v5
with:
ref: 25.07.0
- uses: actions/download-artifact@v6
with:
name: build-gcc-25.07.0-stable-full-eic-shell
name: build-gcc-nightly-full-eic-shell
path: install/
- uses: cvmfs-contrib/github-action-cvmfs@v5
- uses: eic/run-cvmfs-osg-eic-shell@main
with:
platform-release: "eic_xl:25.07.0-stable"
platform-release: "eic_xl:nightly"
setup: install/bin/thisepic.sh
run: |
pushd scripts/material_map
export DETECTOR_CONFIG=epic_craterlake_material_map_25_07_0
./run_material_map_validation.sh --nevents 500
export DETECTOR_CONFIG=epic_craterlake_material_map
./run_material_map_validation.sh
popd
- uses: actions/upload-artifact@v5
with:
Expand Down
4 changes: 2 additions & 2 deletions configurations/craterlake_material_map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ features:
dirc:
pfrich:
drich:
#far_forward:
far_forward:
# FIXME: disabled due to:
# 16:39:13 StraightLine VERBOSE Step with size 10000 performed. We are now at -131706 -162867 -9.98943e+06 with direction -0.0131817 -0.0163004 -0.99978
# 16:39:13 StraightLine VERBOSE PathLimit aborter | Target stepSize (path limit) updated to ( +∞, +∞, +∞, 10000)
# 16:39:13 StraightLine ERROR Propagation reached the step count limit of 1000 (did 1000 steps)
#default:
default:
26 changes: 0 additions & 26 deletions configurations/craterlake_material_map_25_07_0.yml

This file was deleted.

Loading