Skip to content
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ references:
parameters:
workspace:
type: string
mixins:
type: string
steps:
- run:
name: Test Workspace | << parameters.workspace >>
Expand All @@ -154,11 +152,9 @@ references:
set -o xtrace
colcon test \
--packages-select ${TEST_PACKAGES} \
Comment thread
SteveMacenski marked this conversation as resolved.
Outdated
--mixin << parameters.mixins >>
colcon test \
--packages-select ${TEST_PACKAGES} \
--packages-select-test-failures \
--mixin << parameters.mixins >> \
--retest-until-pass ${RETEST_UNTIL_PASS} \
--ctest-args --test-regex "test_.*"
colcon test-result \
Expand Down Expand Up @@ -265,7 +261,6 @@ references:
test_overlay_workspace: &test_overlay_workspace
test_workspace:
workspace: /opt/overlay_ws
mixins: ${OVERLAY_MIXINS}
collect_overlay_coverage: &collect_overlay_coverage
run:
name: Collect Code Coverage
Expand Down