Skip to content

Commit

Permalink
eic-shell CI job: Help jana find the correct plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwbrei committed Jul 19, 2024
1 parent f8a9967 commit 6b5fac2
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/eicshell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ jobs:
with:
platform-release: "jug_xl:nightly"
run: |
$GITHUB_WORKSPACE/jana_home/bin/jana -PPLUGINS=JTest -Pjana:nevents=100
$GITHUB_WORKSPACE/jana_home/bin/jana \
-Pjana:plugin_path=$GITHUB_WORKSPACE/jana_home/plugins \
-Pplugins=JTest \
-Pjana:nevents=100
- name: Run jana-unit-tests
uses: eic/run-cvmfs-osg-eic-shell@main
Expand All @@ -61,7 +64,11 @@ jobs:
platform-release: "jug_xl:nightly"
run: |
echo "--- Running TimesliceExample with simple topology ------------------------------"
$GITHUB_WORKSPACE/jana_home/bin/jana -Pjana:plugin_path=$GITHUB_WORKSPACE/jana_home/plugins -Pplugins=TimesliceExample -Pjana:nevents=100 events.root
$GITHUB_WORKSPACE/jana_home/bin/jana \
-Pjana:plugin_path=$GITHUB_WORKSPACE/jana_home/plugins \
-Pplugins=TimesliceExample \
-Pjana:nevents=100 \
events.root
- name: Run TimesliceExample with complex (timeslice) topology
uses: eic/run-cvmfs-osg-eic-shell@main
Expand Down

0 comments on commit 6b5fac2

Please sign in to comment.