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

Plumb 'build_environment_variables' into doc jobs #1079

Merged
merged 2 commits into from
Dec 13, 2024

Conversation

cottsay
Copy link
Member

@cottsay cottsay commented Dec 12, 2024

This buildfarm configuration variable has always been included for doc job configurations, but has been left unused. With this change, those variables are now used in 'doc' and 'rosdoc2' jobs in the same way that they're used for devel, CI, and release jobs.

This should be a non-breaking change that doesn't require a staged rollout to the buildfarm because the newly added --env-vars argument to the scripts is optional, so it should be OK for the buildfarm to continue consuming HEAD even though the change hasn't been deployed to the Jenkins jobs yet.

This buildfarm configuration variable has always been included for doc
job configurations, but has been left unused. With this change, those
variables are now used in 'doc' and 'rosdoc2' jobs in the same way that
they're used for devel, CI, and release jobs.
@cottsay cottsay self-assigned this Dec 12, 2024
@cottsay
Copy link
Member Author

cottsay commented Dec 12, 2024

It looks like we've had a ROS_PYTHON_VERSION variable defined in the buildfarm config for rosdoc2 jobs since day 1, and it appears that it gets plumbed through correctly with this change (at least, according to the GitHub Actions jobs).

@cottsay cottsay merged commit b04aae8 into master Dec 13, 2024
24 checks passed
@cottsay cottsay deleted the cottsay/rosdoc-env-vars branch December 13, 2024 16:10
tfoote added a commit to ros2/ros_buildfarm_config that referenced this pull request Dec 13, 2024
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.

2 participants