Skip to content

Commit

Permalink
move to noetic and focal from melodic and bionic
Browse files Browse the repository at this point in the history
  • Loading branch information
tfoote committed Jan 2, 2024
1 parent 12b41c5 commit c51d6c4
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
- name: Run job
uses: ./.github/actions/audit
with:
ros_distro: melodic
os_code_name: bionic
ros_distro: noetic
os_code_name: focal

ros1_config:
name: ROS 1 Config Validation
Expand Down Expand Up @@ -74,8 +74,8 @@ jobs:
- name: Run job
uses: ./.github/actions/devel
with:
ros_distro: melodic
os_code_name: bionic
ros_distro: noetic
os_code_name: focal
build_tool: ${{matrix.build_tool}}
repo: roscpp_core

Expand All @@ -97,8 +97,8 @@ jobs:
- name: Run job
uses: ./.github/actions/doc
with:
ros_distro: melodic
os_code_name: bionic
ros_distro: noetic
os_code_name: focal
repo: roscpp_core

ros1_prerelease:
Expand All @@ -119,8 +119,8 @@ jobs:
- name: Run job
uses: ./.github/actions/prerelease
with:
ros_distro: melodic
os_code_name: bionic
ros_distro: noetic
os_code_name: focal
overlay_pkg: roscpp
underlay_repos: roscpp_core

Expand Down Expand Up @@ -148,8 +148,8 @@ jobs:
- name: Run job
uses: ./.github/actions/prerelease
with:
ros_distro: melodic
os_code_name: bionic
ros_distro: noetic
os_code_name: focal
source_dir: ${{github.workspace}}/dummy_package

ros1_release:
Expand All @@ -170,8 +170,8 @@ jobs:
- name: Run job
uses: ./.github/actions/release
with:
ros_distro: melodic
os_code_name: bionic
ros_distro: noetic
os_code_name: focal
pkg_name: rostime

ros1_release_reconfigure:
Expand All @@ -192,7 +192,7 @@ jobs:
- name: Run job
uses: ./.github/actions/release_reconfigure
with:
ros_distro: melodic
ros_distro: noetic
pkg_names: rostime

ros1_status_pages:
Expand All @@ -213,7 +213,7 @@ jobs:
- name: Run job
uses: ./.github/actions/status_pages
with:
ros_distro: melodic
ros_distro: noetic

ros1_sync_criteria_check:
name: ROS 1 Sync Criteria Check
Expand All @@ -229,8 +229,8 @@ jobs:
- name: Run job
uses: ./.github/actions/sync_criteria_check
with:
ros_distro: melodic
os_code_name: bionic
ros_distro: noetic
os_code_name: focal

ros1_trigger:
name: ROS 1 Trigger
Expand All @@ -246,7 +246,7 @@ jobs:
- name: Run job
uses: ./.github/actions/trigger
with:
ros_distro: melodic
ros_distro: noetic

ros2_audit:
name: ROS 2 Audit
Expand Down

0 comments on commit c51d6c4

Please sign in to comment.