Skip to content

Commit

Permalink
Set parallel test therads to 1
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Martín Rico <[email protected]>
  • Loading branch information
fmrico committed Oct 12, 2024
1 parent 2b1562d commit 80a8808
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/jazzy-devel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,14 @@ jobs:
- name: build and test
uses: ros-tooling/[email protected]
with:
package-name: rclcpp_cascade_lifecycle cascade_lifecycle_msgs
package-name: rclcpp_cascade_lifecycle rclcpy_cascade_lifecycle cascade_lifecycle_msgs
target-ros2-distro: jazzy
colcon-defaults: |
{
"test": {
"parallel-workers" : 1
}
}
vcs-repo-file-url: ""
colcon-mixin-name: coverage-gcc
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rolling-devel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: build and test
uses: ros-tooling/[email protected]
with:
package-name: rclcpp_cascade_lifecycle cascade_lifecycle_msgs
package-name: rclcpp_cascade_lifecycle rclcpy_cascade_lifecycle cascade_lifecycle_msgs
target-ros2-distro: rolling
vcs-repo-file-url: ""
colcon-mixin-name: coverage-gcc
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/rolling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,14 @@ jobs:
- name: build and test
uses: ros-tooling/[email protected]
with:
package-name: rclcpp_cascade_lifecycle cascade_lifecycle_msgs
package-name: rclcpp_cascade_lifecycle rclpy_cascade_lifecycle cascade_lifecycle_msgs
target-ros2-distro: rolling
colcon-defaults: |
{
"test": {
"parallel-workers" : 1
}
}
vcs-repo-file-url: ""
colcon-mixin-name: coverage-gcc
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
Expand Down

0 comments on commit 80a8808

Please sign in to comment.