Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/coverage-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
ur_calibration
ur_controllers
ur_robot_driver
vcs-repo-file-url: |
https://raw.githubusercontent.com/${{ github.repository }}/${{ github.sha }}/Universal_Robots_ROS2_Driver-not-released.${{ env.ROS_DISTRO }}.repos
colcon-defaults: |
{
"build": {
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/humble-binary-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ jobs:
with:
ros_distro: humble
ros_repo: main
upstream_workspace: Universal_Robots_ROS2_Driver-not-released.humble.repos
ref_for_scheduled_build: humble
1 change: 0 additions & 1 deletion .github/workflows/humble-binary-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ jobs:
with:
ros_distro: humble
ros_repo: testing
upstream_workspace: Universal_Robots_ROS2_Driver-not-released.humble.repos
ref_for_scheduled_build: humble
16 changes: 0 additions & 16 deletions .github/workflows/humble-semi-binary-testing.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/jazzy-binary-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ jobs:
with:
ros_distro: jazzy
ros_repo: main
upstream_workspace: Universal_Robots_ROS2_Driver-not-released.jazzy.repos
ref_for_scheduled_build: main
1 change: 0 additions & 1 deletion .github/workflows/jazzy-binary-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ jobs:
with:
ros_distro: jazzy
ros_repo: testing
upstream_workspace: Universal_Robots_ROS2_Driver-not-released.jazzy.repos
ref_for_scheduled_build: main
21 changes: 0 additions & 21 deletions .github/workflows/jazzy-semi-binary-testing.yml

This file was deleted.

5 changes: 3 additions & 2 deletions .github/workflows/reusable_ici.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ on:

upstream_workspace:
description: 'UPSTREAM_WORKSPACE variable for industrial_ci. Usually path to local .repos file.'
required: true
required: false
default: ''
type: string
ros_distro:
description: 'ROS_DISTRO variable for industrial_ci'
Expand Down Expand Up @@ -41,7 +42,7 @@ jobs:
env:
DOCKER_RUN_OPTS: '-v /var/run/docker.sock:/var/run/docker.sock --network ursim_net'
CCACHE_DIR: ${{ github.workspace }}/${{ inputs.ccache_dir }}
CACHE_PREFIX: ${{ inputs.ros_distro }}-${{ inputs.upstream_workspace }}-${{ inputs.ros_repo }}-${{ github.job }}
CACHE_PREFIX: ${{ inputs.ros_distro }}-${{ inputs.upstream_workspace }}-${{ inputs.ros_repo }}
steps:
- name: Checkout ${{ github.ref_name }} since build is not scheduled
if: ${{ github.event_name != 'schedule' }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/rolling-binary-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ jobs:
with:
ros_distro: rolling
ros_repo: main
upstream_workspace: Universal_Robots_ROS2_Driver-not-released.rolling.repos
ref_for_scheduled_build: main
1 change: 0 additions & 1 deletion .github/workflows/rolling-binary-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ jobs:
with:
ros_distro: rolling
ros_repo: testing
upstream_workspace: Universal_Robots_ROS2_Driver-not-released.rolling.repos
ref_for_scheduled_build: main
21 changes: 0 additions & 21 deletions .github/workflows/rolling-semi-binary-testing.yml

This file was deleted.

6 changes: 0 additions & 6 deletions Universal_Robots_ROS2_Driver-not-released.jazzy.repos

This file was deleted.

6 changes: 0 additions & 6 deletions Universal_Robots_ROS2_Driver-not-released.rolling.repos

This file was deleted.

1 change: 1 addition & 0 deletions ur_controllers/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@

<test_depend>controller_manager</test_depend>
<test_depend>ros2_control_test_assets</test_depend>
<test_depend>hardware_interface_testing</test_depend>

<export>
<build_type>ament_cmake</build_type>
Expand Down
Loading