Skip to content

Commit

Permalink
fix(colcon-test): remove label-regex filter (#305)
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
xmfcx authored Jun 27, 2024
1 parent 6c71a4d commit 0cd5a72
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions colcon-test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
rosdistro: galactic
target-packages: ${{ steps.get-modified-packages.outputs.modified-packages }}
build-depends-repos: build_depends.repos
label-regex: ${{ matrix.test-label }}

- name: Upload coverage to Codecov
if: ${{ steps.test.outputs.coverage-report-files != '' }}
Expand All @@ -76,7 +75,6 @@ jobs:
| rosdistro | true | ROS distro. |
| target-packages | true | The target packages to test. |
| build-depends-repos | false | The `.repos` file that includes build dependencies. |
| label-regex | false | The regex pattern of test labels to be run. |
| token | false | The token for build dependencies. |

## Outputs
Expand Down
5 changes: 0 additions & 5 deletions colcon-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ inputs:
build-depends-repos:
description: ""
required: false
label-regex:
description: ""
required: false
default: .* # Run all tests
token:
description: ""
required: false
Expand Down Expand Up @@ -93,7 +89,6 @@ runs:
colcon test --event-handlers console_cohesion+ \
--mixin coverage-pytest \
--packages-above ${{ inputs.target-packages }} \
--ctest-args -L "${{ inputs.label-regex }}" \
--executor sequential \
--return-code-on-test-failure
Expand Down

0 comments on commit 0cd5a72

Please sign in to comment.