Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
- name: run test
run: |
ls -lhtr
./coatjava/bin/decoder -n 10000 -o dog.hipo ./clas_018779.evio.00001
./coatjava/bin/decoder -l FINE -n 10000 -o dog.hipo ./clas_018779.evio.00001

test_clara:
needs: [ build, download_test_data ]
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ decoder:
dependencies: [build,download]
script:
- tar -xzf clara.tar.gz
- decoder -n 1000 -o clas_018779_00001.hipo clas_018779.evio.00001
- decoder -l FINE -n 1000 -o clas_018779_00001.hipo clas_018779.evio.00001
artifacts:
when: always
expire_in: 1 day
Expand Down
2 changes: 1 addition & 1 deletion validation/advanced-tests/run-eb-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ then
then
GEOMDBVAR=$geoDbVariation
export GEOMDBVAR
../../coatjava/bin/recon-util -i ${webDir}/${stub}.hipo -o out_${stub}.hipo -c 2
../../coatjava/bin/recon-util -l FINE -i ${webDir}/${stub}.hipo -o out_${stub}.hipo -c 2
else
echo "set inputDir $PWD/" > cook.clara
echo "set outputDir $PWD/" >> cook.clara
Expand Down