Skip to content

Commit c843200

Browse files
committed
Do not require setting an upstream workspace
It could potentially just be empty. With that we can remove the empty not-released files
1 parent d28a47a commit c843200

9 files changed

+2
-19
lines changed

.github/workflows/humble-binary-main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ jobs:
1111
with:
1212
ros_distro: humble
1313
ros_repo: main
14-
upstream_workspace: Universal_Robots_ROS2_Driver-not-released.humble.repos
1514
ref_for_scheduled_build: humble

.github/workflows/humble-binary-testing.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ jobs:
1212
with:
1313
ros_distro: humble
1414
ros_repo: testing
15-
upstream_workspace: Universal_Robots_ROS2_Driver-not-released.humble.repos
1615
ref_for_scheduled_build: humble

.github/workflows/jazzy-binary-main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ jobs:
1717
with:
1818
ros_distro: jazzy
1919
ros_repo: main
20-
upstream_workspace: Universal_Robots_ROS2_Driver-not-released.jazzy.repos
2120
ref_for_scheduled_build: main

.github/workflows/jazzy-binary-testing.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ jobs:
1717
with:
1818
ros_distro: jazzy
1919
ros_repo: testing
20-
upstream_workspace: Universal_Robots_ROS2_Driver-not-released.jazzy.repos
2120
ref_for_scheduled_build: main

.github/workflows/reusable_ici.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ on:
1212

1313
upstream_workspace:
1414
description: 'UPSTREAM_WORKSPACE variable for industrial_ci. Usually path to local .repos file.'
15-
required: true
15+
required: false
16+
default: ''
1617
type: string
1718
ros_distro:
1819
description: 'ROS_DISTRO variable for industrial_ci'

.github/workflows/rolling-binary-main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ jobs:
1717
with:
1818
ros_distro: rolling
1919
ros_repo: main
20-
upstream_workspace: Universal_Robots_ROS2_Driver-not-released.rolling.repos
2120
ref_for_scheduled_build: main

.github/workflows/rolling-binary-testing.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ jobs:
1717
with:
1818
ros_distro: rolling
1919
ros_repo: testing
20-
upstream_workspace: Universal_Robots_ROS2_Driver-not-released.rolling.repos
2120
ref_for_scheduled_build: main

Universal_Robots_ROS2_Driver-not-released.jazzy.repos

Lines changed: 0 additions & 6 deletions
This file was deleted.

Universal_Robots_ROS2_Driver-not-released.rolling.repos

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)