Skip to content
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

Change travis conf to use industrial_ci & docker #45

Merged
merged 3 commits into from Mar 10, 2018

Conversation

artivis
Copy link
Collaborator

@artivis artivis commented Feb 16, 2018

  • using industrial_ci simplifies a lot .travis.yml
  • using Docker enables CI for kinetic & lunar

- using industrial_ci simplifies a lot the travis conf file
- using Docker enables CI for kinetic & lunar
@artivis artivis self-assigned this Feb 16, 2018
Copy link

@130s 130s left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1
AFAICT there's nothing particular to the current CI config, so switching to generic solution like industrial_ci should do only better without losing anything.

In addition, industrial_ci only uses install space (i.e. not build into devel space), which means the issues like what #46 addresses can be found upon pull requests.

CC @geoffreychiou

- ROS_DISTRO="indigo" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
- ROS_DISTRO="indigo" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu
- ROS_DISTRO="indigo" PRERELEASE=true
- ROS_DISTRO="jade" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jade is EOL so maybe we can allow_failure them.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here Jade is allowed to fail and pre-release is disabled.
Actually all other pre-release jobs are allowed to fail.

@artivis artivis merged commit 3f5b900 into develop Mar 10, 2018
@artivis artivis deleted the feature/travis_industrial_ci branch March 23, 2018 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants