Skip to content

Commit

Permalink
Update ROS 1 CI (#36)
Browse files Browse the repository at this point in the history
* Remove melodic CI

* Only trigger xs, slate CI on updates to xs, slate

* Update noetic checkout to v4
  • Loading branch information
lukeschmitt-tr authored Apr 17, 2024
1 parent 9a4dc90 commit a8d4e0e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 36 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/slate-noetic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,21 @@ name: build-slate-noetic

on:
push:
paths-ignore:
- 'interbotix_ros_uxarms/**'
- 'interbotix_ros_xseries/**'
branches:
- main
- devel
- noetic
pull_request:
paths-ignore:
- 'interbotix_ros_uxarms/**'
- 'interbotix_ros_xseries/**'
branches:
- main
- devel
- noetic
workflow_dispatch:

defaults:
Expand Down
34 changes: 0 additions & 34 deletions .github/workflows/xs-melodic.yaml

This file was deleted.

8 changes: 7 additions & 1 deletion .github/workflows/xs-noetic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@ name: build-xs-noetic

on:
push:
paths-ignore:
- 'interbotix_ros_slate/**'
- 'interbotix_ros_uxarms/**'
branches:
- main
- devel
pull_request:
paths-ignore:
- 'interbotix_ros_slate/**'
- 'interbotix_ros_uxarms/**'
branches:
- main
- devel
Expand All @@ -24,7 +30,7 @@ jobs:
- {ROS_DISTRO: noetic, ROS_REPO: main, BUILDER: catkin_make}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Create src directory for xs
run: |
rm interbotix_ros_xseries/CATKIN_IGNORE
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Support-level software can be found in the [interbotix_ros_toolboxes](https://gi

| ROS Distro | X-Series ROS Core Build |
| :------- | :------- |
| ROS 1 Melodic | [![build-xs-melodic](https://github.com/Interbotix/interbotix_ros_core/actions/workflows/xs-melodic.yaml/badge.svg)](https://github.com/Interbotix/interbotix_ros_core/actions/workflows/xs-melodic.yaml) |
| ROS 1 Noetic | [![build-xs-noetic](https://github.com/Interbotix/interbotix_ros_core/actions/workflows/xs-noetic.yaml/badge.svg)](https://github.com/Interbotix/interbotix_ros_core/actions/workflows/xs-noetic.yaml) |
| ROS 2 Galactic | [![build-xs-galactic](https://github.com/Interbotix/interbotix_ros_core/actions/workflows/xs-galactic.yaml/badge.svg)](https://github.com/Interbotix/interbotix_ros_core/actions/workflows/xs-galactic.yaml) |
| ROS 2 Humble | [![build-xs-humble](https://github.com/Interbotix/interbotix_ros_core/actions/workflows/xs-humble.yaml/badge.svg)](https://github.com/Interbotix/interbotix_ros_core/actions/workflows/xs-humble.yaml) |
Expand Down

0 comments on commit a8d4e0e

Please sign in to comment.