From 926a951229e888bbc7dacc06fb041582a541c6a8 Mon Sep 17 00:00:00 2001 From: JesusPoderoso Date: Wed, 6 Mar 2024 16:09:07 +0100 Subject: [PATCH] Refs #20542: Address last rev suggestions Signed-off-by: JesusPoderoso --- ...sanitizer-tests.yaml => address-sanitizers.yaml} | 12 ++---------- .github/workflows/config/default_ci_2.11.x.repos | 13 ------------- .github/workflows/documentation-tests.yaml | 9 +-------- .github/workflows/mac-ci.yml | 7 ------- .github/workflows/thread-sanitizer.yaml | 7 ------- .github/workflows/windows-ci.yml | 7 ------- 6 files changed, 3 insertions(+), 52 deletions(-) rename .github/workflows/{sanitizer-tests.yaml => address-sanitizers.yaml} (97%) delete mode 100644 .github/workflows/config/default_ci_2.11.x.repos diff --git a/.github/workflows/sanitizer-tests.yaml b/.github/workflows/address-sanitizers.yaml similarity index 97% rename from .github/workflows/sanitizer-tests.yaml rename to .github/workflows/address-sanitizers.yaml index e1213b249ca..20c62a6a037 100644 --- a/.github/workflows/sanitizer-tests.yaml +++ b/.github/workflows/address-sanitizers.yaml @@ -1,4 +1,4 @@ -name: Sanitizer analysis +name: Address Sanitizer analysis on: workflow_dispatch: @@ -11,13 +11,7 @@ on: description: 'Branch or tag of Fast DDS repository (https://github.com/eProsima/Fast-DDS)' required: true default: '2.12.x' - push: - branches: - - 2.12.x - paths-ignore: - - '**.md' - - '**.txt' - - '!**/CMakeLists.txt' + pull_request: branches: - '2.12.x' @@ -25,8 +19,6 @@ on: - '**.md' - '**.txt' - '!**/CMakeLists.txt' - schedule: - - cron: '0 1 * * *' concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} diff --git a/.github/workflows/config/default_ci_2.11.x.repos b/.github/workflows/config/default_ci_2.11.x.repos deleted file mode 100644 index abef4e4e7b5..00000000000 --- a/.github/workflows/config/default_ci_2.11.x.repos +++ /dev/null @@ -1,13 +0,0 @@ -repositories: - fastcdr: - type: git - url: https://github.com/eProsima/Fast-CDR.git - version: 1.1.x - foonathan_memory_vendor: - type: git - url: https://github.com/eProsima/foonathan_memory_vendor.git - version: v1.3.1 - googletest-distribution: - type: git - url: https://github.com/google/googletest.git - version: release-1.11.0 diff --git a/.github/workflows/documentation-tests.yaml b/.github/workflows/documentation-tests.yaml index de37314a265..3b38997770e 100644 --- a/.github/workflows/documentation-tests.yaml +++ b/.github/workflows/documentation-tests.yaml @@ -7,14 +7,7 @@ on: required: true type: string default: '2.12.x' - - push: - branches: - - '2.12.x' - paths-ignore: - - '**.md' - - '**.txt' - - '!**/CMakeLists.txt' + pull_request: branches: - '2.12.x' diff --git a/.github/workflows/mac-ci.yml b/.github/workflows/mac-ci.yml index 0620313eb7e..a436fe03d79 100644 --- a/.github/workflows/mac-ci.yml +++ b/.github/workflows/mac-ci.yml @@ -24,13 +24,6 @@ on: type: string required: true - push: - branches: - - '2.12.x' - paths-ignore: - - '**.md' - - '**.txt' - - '!**/CMakeLists.txt' pull_request: branches: - '2.12.x' diff --git a/.github/workflows/thread-sanitizer.yaml b/.github/workflows/thread-sanitizer.yaml index c15d0e58e41..59bf37a5d12 100644 --- a/.github/workflows/thread-sanitizer.yaml +++ b/.github/workflows/thread-sanitizer.yaml @@ -15,13 +15,6 @@ on: required: false type: string - push: - branches: - - '2.12.x' - paths-ignore: - - '**.md' - - '**.txt' - - '!**/CMakeLists.txt' pull_request: branches: - '2.12.x' diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index b6f3dba2488..e6f8a715078 100644 --- a/.github/workflows/windows-ci.yml +++ b/.github/workflows/windows-ci.yml @@ -24,13 +24,6 @@ on: type: string required: true - push: - branches: - - '2.12.x' - paths-ignore: - - '**.md' - - '**.txt' - - '!**/CMakeLists.txt' pull_request: branches: - '2.12.x'