-
Notifications
You must be signed in to change notification settings - Fork 310
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3c2497d
commit a6375b0
Showing
5 changed files
with
27 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: Humble Semi-Binary Build | ||
# author: Denis Štogl <[email protected]> | ||
# description: 'Build & test all dependencies from released (binary) packages.' | ||
# description: 'Build & test all ros2_control dependencies from source.' | ||
|
||
on: | ||
workflow_dispatch: | ||
|
@@ -38,7 +38,7 @@ concurrency: | |
cancel-in-progress: ${{ github.ref != 'humble' }} | ||
|
||
jobs: | ||
binary: | ||
semi-binary: | ||
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-industrial-ci-with-cache.yml@master | ||
strategy: | ||
fail-fast: false | ||
|
@@ -50,3 +50,14 @@ jobs: | |
ros_repo: ${{ matrix.ROS_REPO }} | ||
upstream_workspace: ros2_control.${{ matrix.ROS_DISTRO }}.repos | ||
ref_for_scheduled_build: humble | ||
semi-binary-clang: | ||
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-industrial-ci-with-cache.yml@master | ||
with: | ||
ros_distro: humble | ||
ros_repo: testing | ||
upstream_workspace: ros2_control.humble.repos | ||
ref_for_scheduled_build: humble | ||
additional_debs: clang | ||
c_compiler: clang | ||
cxx_compiler: clang++ | ||
not_test_build: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: Jazzy Semi-Binary Build | ||
# author: Denis Štogl <[email protected]> | ||
# description: 'Build & test all dependencies from released (binary) packages.' | ||
# description: 'Build & test all ros2_control dependencies from source.' | ||
|
||
on: | ||
workflow_dispatch: | ||
|
@@ -38,7 +38,7 @@ concurrency: | |
cancel-in-progress: ${{ github.ref != 'master' }} | ||
|
||
jobs: | ||
binary: | ||
semi-binary: | ||
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-industrial-ci-with-cache.yml@master | ||
strategy: | ||
fail-fast: false | ||
|
@@ -50,3 +50,14 @@ jobs: | |
ros_repo: ${{ matrix.ROS_REPO }} | ||
upstream_workspace: ros2_control.${{ matrix.ROS_DISTRO }}.repos | ||
ref_for_scheduled_build: master | ||
semi-binary-clang: | ||
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-industrial-ci-with-cache.yml@master | ||
with: | ||
ros_distro: jazzy | ||
ros_repo: testing | ||
upstream_workspace: ros2_control-not-released.jazzy.repos | ||
ref_for_scheduled_build: master | ||
additional_debs: clang | ||
c_compiler: clang | ||
cxx_compiler: clang++ | ||
not_test_build: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: Rolling Semi-Binary Build | ||
# author: Denis Štogl <[email protected]> | ||
# description: 'Build & test all dependencies from released (binary) packages.' | ||
# description: 'Build & test all ros2_control dependencies from source.' | ||
|
||
on: | ||
workflow_dispatch: | ||
|