Skip to content

Commit

Permalink
Fix github workflows (#161)
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com>
  • Loading branch information
rsanchez15 authored Oct 8, 2024
1 parent 7b209d0 commit 57421e1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 67 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
# TEST

multiplatform-tests:
runs-on: ${{ matrix.os }}-ci
name: ${{ matrix.os }}-ci
strategy:
fail-fast: false
matrix:
Expand Down
34 changes: 1 addition & 33 deletions .github/workflows/reusable-windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,38 +5,6 @@
# - [ Debug | Release ]
# - execute tests in different versions of ubuntu with different build types
#
# - asan
# - ubuntu-22.04
# - execute tests with ASAN flag
#
# - tsan
# - ubuntu-22.04
# - execute tests with TSAN flag
#
# - clang
# - ubuntu-22.04
# - execute clang-tidy check
#
# - coverage
# - ubuntu-22.04
# - execute test with coverage flag and upload results
#
# - flaky
# - ubuntu-22.04
# - execute flaky tests
#
# - docs
# - ubuntu-22.04
# - execute docs compile and tests
#
# - uncrustify
# - ubuntu-22.04
# - test uncrustify
#
# - python-linter
# - ubuntu-22.04
# - test python linter
#

name: windows-ci

Expand Down Expand Up @@ -78,7 +46,7 @@ jobs:
# TEST

multiplatform-tests:
runs-on: ${{ matrix.os }}-ci
name: ${{ matrix.os }}-ci
strategy:
fail-fast: false
matrix:
Expand Down
33 changes: 0 additions & 33 deletions .github/workflows/reusable-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,42 +1,9 @@
# Reusable workflow to run the following jobs:
#
# - multiplatform-tests
# - [ ubuntu-22.04 | ubuntu-24.04 | windows-2019 | windows-2022 ]
# - [ Debug | Release ]
# - execute tests in different versions of ubuntu with different build types
#
# - asan
# - ubuntu-22.04
# - execute tests with ASAN flag
#
# - tsan
# - ubuntu-22.04
# - execute tests with TSAN flag
#
# - clang
# - ubuntu-22.04
# - execute clang-tidy check
#
# - coverage
# - ubuntu-22.04
# - execute test with coverage flag and upload results
#
# - flaky
# - ubuntu-22.04
# - execute flaky tests
#
# - docs
# - ubuntu-22.04
# - execute docs compile and tests
#
# - uncrustify
# - ubuntu-22.04
# - test uncrustify
#
# - python-linter
# - ubuntu-22.04
# - test python linter
#

name: reusable-workflow

Expand Down

0 comments on commit 57421e1

Please sign in to comment.