From 9700e6c23bb0790bbc491c1ea49747e47711ec40 Mon Sep 17 00:00:00 2001 From: Raul Sanchez-Mateos Date: Tue, 22 Sep 2026 12:00:48 +0200 Subject: [PATCH 1/2] Remove the nightly CI jobs targeting the End-of-Life 2.x branch Signed-off-by: Raul Sanchez-Mateos --- .github/workflows/nightly-system-ci.yml | 14 -------------- .github/workflows/nightly-ubuntu-ci.yml | 9 --------- .github/workflows/nightly-windows-ci.yml | 9 --------- 3 files changed, 32 deletions(-) diff --git a/.github/workflows/nightly-system-ci.yml b/.github/workflows/nightly-system-ci.yml index ae5a3b4c6..c9ac3b965 100644 --- a/.github/workflows/nightly-system-ci.yml +++ b/.github/workflows/nightly-system-ci.yml @@ -8,20 +8,6 @@ on: jobs: - reusable_docker_tests_v2: - name: reusable_docker_tests_v2 - uses: ./.github/workflows/docker-reusable-workflow.yml - with: - fastcdr_branch: '2.x' - fastdds_branch: '2.x' - devutils_branch: '0.x' - ddspipe_branch: '0.x' - ddsrouter_branch: '2.x' - custom_version_build: 'v2' - dependencies_artifact_postfix: '_nightly' - ref: '2.x' - secrets: inherit - reusable_docker_tests_v3: name: reusable_docker_tests_v3 uses: ./.github/workflows/docker-reusable-workflow.yml diff --git a/.github/workflows/nightly-ubuntu-ci.yml b/.github/workflows/nightly-ubuntu-ci.yml index c2688a967..ec729bd78 100644 --- a/.github/workflows/nightly-ubuntu-ci.yml +++ b/.github/workflows/nightly-ubuntu-ci.yml @@ -8,15 +8,6 @@ on: jobs: - reusable_tests_v2: - name: reusable_tests_v2 - uses: ./.github/workflows/reusable-ubuntu-ci.yml - with: - custom_version_build: 'v2' - dependencies_artifact_postfix: '_nightly' - ref: '2.x' - secrets: inherit - reusable_tests_v3: name: reusable_tests_v3 uses: ./.github/workflows/reusable-ubuntu-ci.yml diff --git a/.github/workflows/nightly-windows-ci.yml b/.github/workflows/nightly-windows-ci.yml index 27c706327..494d6b355 100644 --- a/.github/workflows/nightly-windows-ci.yml +++ b/.github/workflows/nightly-windows-ci.yml @@ -8,15 +8,6 @@ on: jobs: - reusable_tests_v2: - name: reusable_tests_v2 - uses: ./.github/workflows/reusable-windows-ci.yml - with: - custom_version_build: 'v2' - dependencies_artifact_postfix: '_nightly' - ref: '2.x' - secrets: inherit - reusable_tests_v3: name: reusable_tests_v3 uses: ./.github/workflows/reusable-windows-ci.yml From dafc60105ad06cf88d1ada963987c8521922d03a Mon Sep 17 00:00:00 2001 From: Raul Sanchez-Mateos Date: Tue, 22 Sep 2026 12:51:09 +0200 Subject: [PATCH 2/2] Remove the Fast DDS v2 option from the workflow dispatch inputs Signed-off-by: Raul Sanchez-Mateos --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a28d259a3..f371973b6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,13 +38,12 @@ on: custom_version_build: description: > Use the custom version build from eProsima-CI. - If set to false, the workflow will run the tests for Fast DDS v2 and v3. + If set to false, the workflow will run the tests for Fast DDS v3. required: true type: choice default: 'custom' options: - custom - - v2 - v3 dependencies_artifact_postfix: