Skip to content

Commit

Permalink
Clean up workflows (#3838)
Browse files Browse the repository at this point in the history
* Refs #19490: Clean up workflows

Signed-off-by: Eduardo Ponz <[email protected]>

* Refs #19490: Fix ASan workflow branch selection

Signed-off-by: Eduardo Ponz <[email protected]>

---------

Signed-off-by: Eduardo Ponz <[email protected]>
  • Loading branch information
EduPonz authored Sep 11, 2023
1 parent bfc3229 commit a8a4f42
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 160 deletions.
File renamed without changes.
25 changes: 0 additions & 25 deletions .github/workflows/config/coverage.meta

This file was deleted.

12 changes: 6 additions & 6 deletions .github/workflows/sanitizer-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: eProsima/eProsima-CI/ubuntu/get_file_from_repo@v0
with:
source_repository: eProsima/Fast-DDS
source_repository_branch: ${{ github.head_ref || github.event.inputs.fastdds_branch || master }}
source_repository_branch: ${{ github.head_ref || github.event.inputs.fastdds_branch || 'master' }}
file_name: fastrtps.repos
file_result: fastrtps.repos

Expand All @@ -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 @@ -112,7 +112,7 @@ jobs:
- uses: eProsima/eProsima-CI/ubuntu/get_file_from_repo@v0
with:
source_repository: eProsima/Fast-DDS
source_repository_branch: ${{ github.head_ref || github.event.inputs.fastdds_branch || master }}
source_repository_branch: ${{ github.head_ref || github.event.inputs.fastdds_branch || 'master' }}
file_name: fastrtps.repos
file_result: fastrtps.repos

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 a8a4f42

Please sign in to comment.