Skip to content

Commit

Permalink
Use workflows from ros2_control_ci
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Feb 11, 2024
1 parent 21dc7a5 commit 3aca891
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 214 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
binary:
uses: ros-controls/ros2_control/.github/workflows/reusable-industrial-ci-with-cache.yml@master
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-industrial-ci-with-cache.yml@master
strategy:
matrix:
ROS_DISTRO: [rolling, iron, humble]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
source_build:
uses: ./.github/workflows/reusable-ros-tooling-source-build.yml
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-ros-tooling-source-build.yml@master
strategy:
matrix:
ROS_DISTRO: [rolling, iron, humble]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/debian-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
debian_source_build:
uses: ./.github/workflows/reusable-debian-build.yml
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-debian-build.yml@master
strategy:
matrix:
ROS_DISTRO: [rolling, iron, humble]
Expand Down
78 changes: 0 additions & 78 deletions .github/workflows/reusable-debian-build.yml

This file was deleted.

82 changes: 0 additions & 82 deletions .github/workflows/reusable-rhel-binary-build.yml

This file was deleted.

50 changes: 0 additions & 50 deletions .github/workflows/reusable-ros-tooling-source-build.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/rhel-semi-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
rhel_semi_binary_build:
uses: ./.github/workflows/reusable-rhel-binary-build.yml
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-rhel-binary-build.yml@master
strategy:
matrix:
ROS_DISTRO: [rolling, iron, humble]
Expand Down

0 comments on commit 3aca891

Please sign in to comment.