Skip to content

Commit

Permalink
Refs #19490: Clean up workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Ponz <[email protected]>
  • Loading branch information
EduPonz committed Sep 11, 2023
1 parent bfc3229 commit f469b5f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 158 deletions.
File renamed without changes.
25 changes: 0 additions & 25 deletions .github/workflows/config/coverage.meta

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/sanitizer-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ jobs:

- name: Build workspace
run: |
cat src/fastrtps/.github/workflows/asan/asan_colcon.meta
cat src/fastrtps/.github/workflows/config/asan_colcon.meta
colcon build \
--event-handlers=console_direct+ \
--metas src/fastrtps/.github/workflows/asan/asan_colcon.meta
--metas src/fastrtps/.github/workflows/config/asan_colcon.meta
- name: Run tests Fast DDS
run: |
Expand Down Expand Up @@ -144,10 +144,10 @@ jobs:

- name: Build workspace
run: |
cat src/fastrtps/.github/workflows/asan/asan_colcon.meta
cat src/fastrtps/.github/workflows/config/asan_colcon.meta
colcon build \
--event-handlers=console_direct+ \
--metas src/fastrtps/.github/workflows/asan/asan_colcon.meta
--metas src/fastrtps/.github/workflows/config/asan_colcon.meta
- name: Run tests Fast DDS
run: |
Expand Down
110 changes: 0 additions & 110 deletions .github/workflows/statistics_coverage.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/statistics_module.meta

This file was deleted.

0 comments on commit f469b5f

Please sign in to comment.