From 7b45478aa7401bf109316a877dfc98d496b04b2b Mon Sep 17 00:00:00 2001 From: Raul Sanchez-Mateos Date: Tue, 8 Oct 2024 16:07:15 +0200 Subject: [PATCH] Fix github workflows Signed-off-by: Raul Sanchez-Mateos --- .github/workflows/reusable-windows-ci.yml | 33 ----------------------- .github/workflows/test.yml | 3 +-- 2 files changed, 1 insertion(+), 35 deletions(-) diff --git a/.github/workflows/reusable-windows-ci.yml b/.github/workflows/reusable-windows-ci.yml index e23e1997..7238c647 100644 --- a/.github/workflows/reusable-windows-ci.yml +++ b/.github/workflows/reusable-windows-ci.yml @@ -4,39 +4,6 @@ # - [ 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: windows-ci diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9477441d..5468ff14 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,6 @@ on: - main jobs: - reusable_tests_ubuntu: name: ubuntu-ci uses: ./.github/workflows/reusable-ubuntu-ci.yml @@ -45,4 +44,4 @@ jobs: custom_version_build: ${{ inputs.custom_version_build || 'v3' }} dependencies_artifact_postfix: ${{ inputs.dependencies_artifact_postfix || '_nightly' }} ref: ${{ github.ref }} - secrets: inherit + secrets: inherit \ No newline at end of file