Skip to content

Commit

Permalink
lkl: fix valgrind tests remained issues
Browse files Browse the repository at this point in the history
The 30mins timeout isn't sometime enough so increase to 90 mins.  The
junit xml collection process was also broken on valgrind tests.  This
fixes those issues.

Signed-off-by: Hajime Tazaki <thehajime@gmail.com>
  • Loading branch information
thehajime committed Jan 9, 2018
1 parent fdf1933 commit e8a7608
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,10 @@ do_steps: &do_steps
if [[ -n "$VALGRIND" ]]; then
cd ./tools/lkl/ && find ./ -type f -name "valgrind-*.xml" \
-exec ./tests/valgrind2xunit.py {} \;
cd ../..
fi
find ./tools/lkl/ -type f -name "*.xml" -exec mv {} ~/junit/ \;
no_output_timeout: "30m"
no_output_timeout: "90m"
- store_test_results:
path: ~/junit
- store_artifacts:
Expand Down

0 comments on commit e8a7608

Please sign in to comment.