-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix travis push build: Travis + Docker + jsk_travis==0.4.34 #1565
Conversation
c6aed03
to
ec91be3
Compare
ec91be3
to
a2a86ab
Compare
242bbfc
to
d4d3f09
Compare
I found that this approach is the only one solution at current. The test fail is caused by the issue reported/will be solved in jsk-ros-pkg/jsk_travis#349. |
@@ -15,7 +17,9 @@ env: | |||
- ROS_PARALLEL_JOBS="-j8" | |||
- ROS_PARALLEL_TEST_JOBS="-j1" | |||
- CATKIN_PARALLEL_TEST_JOBS="-j1" | |||
- USE_JENKINS=true | |||
- USE_JENKINS=false | |||
- USE_TRAVIS=true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wkentaro What does it mean if USE_TRAVIS
and USE_DOCKER
are both true?
When I created this option, I assumed either one is true.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure, so I set UES_JENKINS=false
and USE_TRAVIS=true
.
Actually, I'm not sure how to fix below error only on precise: Do you have any idea? @k-okada @furushchev
|
please update to latest .travis.yaml, which does not require hydro test.
…--
◉ Kei Okada
2017-11-02 23:42 GMT+09:00 Kentaro Wada <[email protected]>:
Actually, I'm not sure how to fix below error only on precise:
Do you have any idea? @k-okada <https://github.com/k-okada> @furushchev
<https://github.com/furushchev>
No packages found matching iproute2.
ERROR: the following packages/stacks could not have their rosdep keys resolved
to system dependencies:
jsk_tools: Cannot locate rosdep definition for [rosemacs]
jsk_data: No definition of [python-click] for OS version [precise]
libcmt: No definition of [libopencv-dev] for OS version [precise]
Continuing to install resolvable dependencies...
No packages found matching iproute2.
�[1mexecuting command [sudo -H apt-get install -y -qq iproute2]�[0m
E: Unable to locate package iproute2
No packages found matching iproute2.
ERROR: the following rosdeps failed to install
apt: command [sudo -H apt-get install -y -qq iproute2] failed
apt: Failed to detect successful installation of [iproute2]
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1565 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAeG3KC3xbdPaSTQI-n6NhXSGctMisyzks5sydTrgaJpZM4QKNOW>
.
|
Looks good to me. |
Close #1552
Close #1566
Close #1563
Close #1562
Close #1555
Close #1554
Close #1552