-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Feature/gitlab ci #1563
Feature/gitlab ci #1563
Conversation
@sgermanserrano Thank you for the great contribution! Everything seems fine under the Gitlab-CI infrastructure. Would you tell me the following questions (your experience)?
|
The questions above is about your experience after your following modification:
|
@kfunaoka See answers below:
I have not yet experienced errors related to the network. The failed jobs were tied to bugs on the gitlab-ci files.
I'm not sure how the time shown in the pipelines is calculated. If you go inside the pipelines 02:15:58 & 1:23:18, each job has taken less than 1h30min. It might be adding the time till the jobs started. |
This can be solved by running the Gitlab runners on our own infrastructure. Gitlab's hosted runners are rather slow and with not too much memory. |
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.
Thanks!
I've withdrawn #1517 (which used Azure DevOps) in favor of this one. It'd be great to have this PR deployed as soon as possible, either on Gitlab's infrastructure or our own. |
Is Travis CI going to be abandoned in favour of Gitlab CI? Since the current implementation of Travis CI using industrial_ci doesn't seem to support colcon / ament / ROS2 releases and cross builds? |
@maximosipov Gitlab CI is currently being used |
* Added gitlab-ci.yml
Status
DEVELOPMENT
Description
autowarefoundation/autoware_ai#327 Added gitlab-ci yaml file to run the same tasks as in travis. The jobs are successfully run https://gitlab.com/ServandoGS/Autoware/pipelines