Closed knorth55 closed 3 years ago
all test passed!
@pazeshun I add github actions for faster CI than travis CI. we do not run several tests in github actions, and we run whole tests in travis CI. what do you think?
Another issue is that we want to support noetic for the near future. I started doing the integration in #2746, but we have to wait to upstream repositories.
@pazeshun I add github actions for faster CI than travis CI. we do not run several tests in github actions, and we run whole tests in travis CI. what do you think?
I think it's OK. Thank you very much for heavy installation!!!
* exclude `instance_occlsegm` and `grasp_fusion` test because of gdrive download maximum trials
Just out of curiosity, is this actually avoidable by using cache? https://dev.to/github/caching-dependencies-to-speed-up-workflows-in-github-actions-3efl Anyway, we currently have no time to use this, and travis targeting master branch is enough, I think.
@pazeshun thanks.
Just out of curiosity, is this actually avoidable by using cache? https://dev.to/github/caching-dependencies-to-speed-up-workflows-in-github-actions-3efl Anyway, we currently have no time to use this, and travis targeting master branch is enough, I think.
I will take a look later.
@pazeshun I fixed the typos before your suggestions.
@pazeshun I fixed the typos before your suggestions.
Oops, I overlooked this. Sorry...
github action cache does not work properly because of permission error.
https://github.com/ros-tooling/setup-ros-docker/issues/7 https://github.com/actions/cache/issues/404
I comment out github actions cache
add github actions for indigo, kinetic and melodic.
instance_occlsegm
andgrasp_fusion
test because of gdrive download maximum trials