Skip to content

Commit

Permalink
Set num workers to 1 in all CIs
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 Jul 5, 2021
1 parent 741e63b commit 9064488
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 40 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/foxy-devel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ jobs:
with:
package-name: plansys2_bringup plansys2_bt_actions plansys2_domain_expert plansys2_executor plansys2_lifecycle_manager plansys2_msgs plansys2_pddl_parser plansys2_planner plansys2_popf_plan_solver plansys2_problem_expert plansys2_terminal plansys2_tests
target-ros2-distro: foxy
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
40 changes: 0 additions & 40 deletions .github/workflows/master.yaml

This file was deleted.

0 comments on commit 9064488

Please sign in to comment.