ipa320 / cob_perception_common

Apache License 2.0
13 stars 59 forks source link

[kinetic] use industrial_ci for travis #70

Closed benmaidel closed 7 years ago

ipa-rmb commented 7 years ago

Travis fails...

benmaidel commented 7 years ago

This is strange. Looks like travis exceeds the log size of 4MB and failes. @ipa-fmw do you see the same?

floweisshardt commented 7 years ago

yes, we had this issue too with the care-o-bot build scripts for travis. We solved it with surpressing output with 2>&1.

I found another thread using a script to fill a log file and then only show the tail to limit log file size: http://stackoverflow.com/questions/26082444/how-to-work-around-travis-cis-4mb-output-limit (haven't tried this yet.) Would make sense to open an issue or PR to ros-industrial/industrial-ci.

benmaidel commented 7 years ago

there is already an issue open https://github.com/ros-industrial/industrial_ci/issues/66 But no solution so far.

benmaidel commented 7 years ago

Fine to approve :)

ipa-rmb commented 7 years ago

If everybody is fine with the file, I will merge.