Skip to content

Commit b5e7938

Browse files
authored
Increase CI logging verbosity (#1042)
1 parent b3195a9 commit b5e7938

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
- name: run test
194194
run: |
195195
ls -lhtr
196-
./coatjava/bin/decoder -n 10000 -o dog.hipo ./clas_018779.evio.00001
196+
./coatjava/bin/decoder -l FINE -n 10000 -o dog.hipo ./clas_018779.evio.00001
197197
198198
test_clara:
199199
needs: [ build, download_test_data ]

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ decoder:
148148
dependencies: [build,download]
149149
script:
150150
- tar -xzf clara.tar.gz
151-
- decoder -n 1000 -o clas_018779_00001.hipo clas_018779.evio.00001
151+
- decoder -l FINE -n 1000 -o clas_018779_00001.hipo clas_018779.evio.00001
152152
artifacts:
153153
when: always
154154
expire_in: 1 day

validation/advanced-tests/run-eb-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ then
136136
then
137137
GEOMDBVAR=$geoDbVariation
138138
export GEOMDBVAR
139-
../../coatjava/bin/recon-util -i ${webDir}/${stub}.hipo -o out_${stub}.hipo -c 2
139+
../../coatjava/bin/recon-util -l FINE -i ${webDir}/${stub}.hipo -o out_${stub}.hipo -c 2
140140
else
141141
echo "set inputDir $PWD/" > cook.clara
142142
echo "set outputDir $PWD/" >> cook.clara

0 commit comments

Comments
 (0)