From 9544e303052b1cc36e7f640bb543af7650357bdc Mon Sep 17 00:00:00 2001 From: Miguel Company Date: Thu, 18 Jun 2026 12:54:58 +0200 Subject: [PATCH 1/3] Refs #24136. Remove nightly jobs for 3.4.x. Signed-off-by: Miguel Company --- .github/workflows/nightly-mac-3.4.x.yml | 22 --------------- .../workflows/nightly-sanitizers-3.4.x .yml | 21 --------------- .github/workflows/nightly-ubuntu-3.4.x.yml | 27 ------------------- .github/workflows/nightly-windows-3.4.x.yml | 21 --------------- 4 files changed, 91 deletions(-) delete mode 100644 .github/workflows/nightly-mac-3.4.x.yml delete mode 100644 .github/workflows/nightly-sanitizers-3.4.x .yml delete mode 100644 .github/workflows/nightly-ubuntu-3.4.x.yml delete mode 100644 .github/workflows/nightly-windows-3.4.x.yml diff --git a/.github/workflows/nightly-mac-3.4.x.yml b/.github/workflows/nightly-mac-3.4.x.yml deleted file mode 100644 index 31012301b41..00000000000 --- a/.github/workflows/nightly-mac-3.4.x.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Fast DDS MacOS CI (nightly 3.4.x) - -on: - workflow_dispatch: - schedule: - - cron: '0 22 * * *' # At 22:00 GMT - -jobs: - nightly-mac-ci-3_4_x: - strategy: - fail-fast: false - matrix: - security: - - 'ON' - - 'OFF' - uses: eProsima/Fast-DDS/.github/workflows/reusable-mac-ci.yml@3.4.x - with: - label: 'nightly-sec-${{ matrix.security }}-mac-ci-3.4.x' - cmake-args: "-DSECURITY=${{ matrix.security }} -DTHIRDPARTY_Asio=FORCE" - ctest-args: "-LE xfail" - fastdds-branch: '3.4.x' - use-ccache: false diff --git a/.github/workflows/nightly-sanitizers-3.4.x .yml b/.github/workflows/nightly-sanitizers-3.4.x .yml deleted file mode 100644 index 85c6af4dadc..00000000000 --- a/.github/workflows/nightly-sanitizers-3.4.x .yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Fast DDS Sanitizers CI (nightly 3.4.x) - -on: - workflow_dispatch: - schedule: - - cron: '0 22 * * *' # At 22:00 GMT - -jobs: - nightly-sanitizers-ci-3_4_x: - uses: eProsima/Fast-DDS/.github/workflows/reusable-sanitizers-ci.yml@3.4.x - with: - label: 'nightly-sec-sanitizers-ci-3.4.x' - run_asan_fastdds: true - run_asan_discovery_server: true - run_tsan_fastdds: true - colcon_build_args: '' - colcon_test_args: '' - cmake_args: '' - ctest_args: '' - fastdds_ref: '3.4.x' - discovery_server_ref: '2.2.x' diff --git a/.github/workflows/nightly-ubuntu-3.4.x.yml b/.github/workflows/nightly-ubuntu-3.4.x.yml deleted file mode 100644 index d22969b3c7d..00000000000 --- a/.github/workflows/nightly-ubuntu-3.4.x.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: Fast DDS Ubuntu CI (nightly 3.4.x) - -on: - workflow_dispatch: - schedule: - - cron: '0 22 * * *' # At 22:00 GMT - -jobs: - nightly-ubuntu-ci-3_4_x: - strategy: - fail-fast: false - matrix: - os-image: - - 'ubuntu-22.04' - security: - - true - - false - uses: eProsima/Fast-DDS/.github/workflows/reusable-ubuntu-ci.yml@3.4.x - with: - os-image: ${{ matrix.os-image }} - label: '${{ matrix.os-image }}-nightly-sec-${{ matrix.security }}-ubuntu-ci-3.4.x' - ctest-args: "-LE xfail" - fastdds-branch: '3.4.x' - security: ${{ matrix.security }} - run-build: true - run-tests: true - use-ccache: false diff --git a/.github/workflows/nightly-windows-3.4.x.yml b/.github/workflows/nightly-windows-3.4.x.yml deleted file mode 100644 index c26438988d7..00000000000 --- a/.github/workflows/nightly-windows-3.4.x.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Fast DDS Windows CI (nightly 3.4.x) - -on: - workflow_dispatch: - schedule: - - cron: '0 22 * * *' # At 22:00 GMT - -jobs: - nightly-windows-ci-3_4_x: - strategy: - fail-fast: false - matrix: - security: - - 'ON' - - 'OFF' - uses: eProsima/Fast-DDS/.github/workflows/reusable-windows-ci.yml@3.4.x - with: - label: 'nightly-sec-${{ matrix.security }}-windows-ci-3.4.x' - cmake-args: "-DSECURITY=${{ matrix.security }}" - ctest-args: "-LE xfail" - fastdds_branch: '3.4.x' From 51dc5d6863b2fc567e4e5e5da086ab518795f145 Mon Sep 17 00:00:00 2001 From: Miguel Company Date: Thu, 18 Jun 2026 12:56:48 +0200 Subject: [PATCH 2/3] Refs #24136. Update RELEASE_SUPPORT Signed-off-by: Miguel Company --- RELEASE_SUPPORT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_SUPPORT.md b/RELEASE_SUPPORT.md index f83a4715713..6b891ffb1b5 100644 --- a/RELEASE_SUPPORT.md +++ b/RELEASE_SUPPORT.md @@ -33,7 +33,7 @@ A detailed view of the features of each supported version is available at [Fast |Version|Version branch|Latest Release|Release Date|EOL Date| |-------|--------------|--------------|------------|--------| |3.5|[3.5.x](https://github.com/eProsima/Fast-DDS/tree/3.5.x)|[v3.5.0](https://github.com/eProsima/Fast-DDS/releases/tag/v3.5.0)|February 2026|April 2026| -|3.4|[3.4.x](https://github.com/eProsima/Fast-DDS/tree/3.4.x)|[v3.4.0](https://github.com/eProsima/Fast-DDS/releases/tag/v3.4.0)|October 2025|June 2026| +|3.4|[3.4.x](https://github.com/eProsima/Fast-DDS/tree/3.4.x)|[v3.4.3](https://github.com/eProsima/Fast-DDS/releases/tag/v3.4.3)|October 2025|June 2026| |3.3|[3.3.x](https://github.com/eProsima/Fast-DDS/tree/3.3.x)|[v3.3.1](https://github.com/eProsima/Fast-DDS/releases/tag/v3.3.1)|July 2025|January 2026| |3.1|[3.1.x](https://github.com/eProsima/Fast-DDS/tree/3.1.x)|[v3.1.3](https://github.com/eProsima/Fast-DDS/releases/tag/v3.1.3)|October 2024|June 2025| |3.0|[3.0.x](https://github.com/eProsima/Fast-DDS/tree/3.0.x)|[v3.0.2](https://github.com/eProsima/Fast-DDS/releases/tag/v3.0.2)|August 2024|February 2025| From 19e30718658bc1d85aa108e824b3ced926fe7cb2 Mon Sep 17 00:00:00 2001 From: Miguel Company Date: Thu, 18 Jun 2026 12:59:12 +0200 Subject: [PATCH 3/3] Refs #24136. Update PR template. Signed-off-by: Miguel Company --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 327328685bc..1323118d1ac 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -21,7 +21,7 @@ In case of bug fixes, please provide the list of supported branches where this fix should be also merged. Please uncomment following line, adjusting the corresponding target branches for the backport. --> - +