From 80b159c5b22993de069bfedf19e02bdba293f50f Mon Sep 17 00:00:00 2001 From: Raul Sanchez-Mateos Date: Tue, 8 Oct 2024 16:24:03 +0200 Subject: [PATCH] Fix github workflows Signed-off-by: Raul Sanchez-Mateos --- .github/workflows/reusable-ubuntu-ci.yml | 2 +- .github/workflows/reusable-windows-ci.yml | 34 +---------------------- .github/workflows/reusable-workflow.yml | 33 ---------------------- 3 files changed, 2 insertions(+), 67 deletions(-) diff --git a/.github/workflows/reusable-ubuntu-ci.yml b/.github/workflows/reusable-ubuntu-ci.yml index 1357156a..c7a375c8 100644 --- a/.github/workflows/reusable-ubuntu-ci.yml +++ b/.github/workflows/reusable-ubuntu-ci.yml @@ -78,7 +78,7 @@ jobs: # TEST multiplatform-tests: - runs-on: ${{ matrix.os }}-ci + name: ${{ matrix.os }}-ci strategy: fail-fast: false matrix: diff --git a/.github/workflows/reusable-windows-ci.yml b/.github/workflows/reusable-windows-ci.yml index e23e1997..1364b7c5 100644 --- a/.github/workflows/reusable-windows-ci.yml +++ b/.github/workflows/reusable-windows-ci.yml @@ -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 @@ -78,7 +46,7 @@ jobs: # TEST multiplatform-tests: - runs-on: ${{ matrix.os }}-ci + name: ${{ matrix.os }}-ci strategy: fail-fast: false matrix: diff --git a/.github/workflows/reusable-workflow.yml b/.github/workflows/reusable-workflow.yml index 48db8c22..a983b801 100644 --- a/.github/workflows/reusable-workflow.yml +++ b/.github/workflows/reusable-workflow.yml @@ -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