Skip to content

Commit

Permalink
Add jammy rosdoc2 jobs as well. (#1037)
Browse files Browse the repository at this point in the history
I couldn't figure out if there was a better solution than just doubling
the existing job. I marked the previous one as for Noble and the one I
just added for Humble as "jammy" I guess that when we introduce new
platforms we'd roll these forward or back based on what is currently
supported.
  • Loading branch information
nuclearsandwich authored Mar 29, 2024
1 parent a087b97 commit b9f642f
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,8 @@ jobs:
os_code_name: jammy
repo: rcutils

ros2_doc:
name: ROS 2 Doc
ros2_doc_noble:
name: ROS 2 Doc (Noble)
runs-on: ubuntu-20.04
steps:
- name: Check out project
Expand All @@ -314,6 +314,23 @@ jobs:
repo: rcl
output_directory: ws/docs_output

ros2_doc_jammy:
name: ROS 2 Doc (Jammy)
runs-on: ubuntu-20.04
steps:
- name: Check out project
uses: actions/checkout@v2
- name: Install dependencies
uses: ./.github/actions/setup
- name: Run job
uses: ./.github/actions/doc
with:
config_url: https://raw.githubusercontent.com/ros2/ros_buildfarm_config/ros2/index.yaml
ros_distro: humble
os_code_name: jammy
repo: rcl
output_directory: ws/docs_output

ros2_prerelease:
name: ROS 2 Prerelease
runs-on: ubuntu-20.04
Expand Down

0 comments on commit b9f642f

Please sign in to comment.