-
Notifications
You must be signed in to change notification settings - Fork 9
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
Added ros_buildfarm_config to be used in the Gazebo buildfarm #1153
Conversation
Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]>
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 don't have 100% of the context needed on the Gazebo side of things, but I don't see any problems here.
It might be good to figure out how to handle the python3-distutils
key at some point. If it needs to be skipped here, then it probably needs to be skipped for end users as well, which isn't great. Not a problem that we need to solve here.
jenkins-scripts/ros_buildfarm_config/global/colcon_gpu_any-manual.yaml
Outdated
Show resolved
Hide resolved
jenkins-scripts/ros_buildfarm_config/global/colcon_any-manual.yaml
Outdated
Show resolved
Hide resolved
…yaml Co-authored-by: Scott K Logan <[email protected]>
…ual.yaml Co-authored-by: Scott K Logan <[email protected]>
Co-authored-by: Scott K Logan <[email protected]>
The PR adds the ros_buildfarm_config to be used with ros_buildfarm code to generate jobs in the build.o.o Jenkins. The configuration can generate four jobs of two categories:
docker
nodes (no GPU).I added a
README.md
file with the rationale of this ros_buildfarm_config and the way of generating the jobs.The ros_buildfarm code requires ros-infrastructure/ros_buildfarm#1059 to make the GPU jobs to work and the Jammy builds depend on ros-infrastructure/ros_buildfarm#1062