From b86bfb08c3852d69662b8486646f111f4c4ca6a8 Mon Sep 17 00:00:00 2001 From: danipiza Date: Mon, 26 Jan 2026 09:55:06 +0100 Subject: [PATCH 1/3] [#24061] Fixed wrong tag in nightly Signed-off-by: danipiza --- .github/workflows/nightly-ubuntu-ci.yml | 2 +- .github/workflows/nightly-windows-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly-ubuntu-ci.yml b/.github/workflows/nightly-ubuntu-ci.yml index 9d42445..8dfeaa2 100644 --- a/.github/workflows/nightly-ubuntu-ci.yml +++ b/.github/workflows/nightly-ubuntu-ci.yml @@ -14,7 +14,7 @@ jobs: with: custom_version_build: 'v2' dependencies_artifact_postfix: '_nightly' - ref: '2.x' + ref: '1.x' secrets: inherit reusable_tests_v3: diff --git a/.github/workflows/nightly-windows-ci.yml b/.github/workflows/nightly-windows-ci.yml index fb005d5..f29c75d 100644 --- a/.github/workflows/nightly-windows-ci.yml +++ b/.github/workflows/nightly-windows-ci.yml @@ -14,7 +14,7 @@ jobs: with: custom_version_build: 'v2' dependencies_artifact_postfix: '_nightly' - ref: '2.x' + ref: '1.x' secrets: inherit reusable_tests_v3: From 9a1b89986232753a3ac59410aa81adde0f9c73aa Mon Sep 17 00:00:00 2001 From: danipiza Date: Wed, 28 Jan 2026 15:24:23 +0100 Subject: [PATCH 2/3] [#24061] Changed eProsima-CI tag for test Signed-off-by: danipiza --- .github/actions/project_dependencies/action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/project_dependencies/action.yml b/.github/actions/project_dependencies/action.yml index 9441aea..49deeda 100644 --- a/.github/actions/project_dependencies/action.yml +++ b/.github/actions/project_dependencies/action.yml @@ -41,18 +41,18 @@ runs: steps: - name: Install Fast DDS dependencies - uses: eProsima/eProsima-CI/multiplatform/install_fastdds_dependencies@v0 + uses: eProsima/eProsima-CI/multiplatform/install_fastdds_dependencies@main with: cmake_build_type: ${{ inputs.cmake_build_type }} - name: Install yaml cpp dependency - uses: eProsima/eProsima-CI/multiplatform/install_yamlcpp@v0 + uses: eProsima/eProsima-CI/multiplatform/install_yamlcpp@main with: cmake_build_type: ${{ inputs.cmake_build_type }} # Fast DDS artifact - name: Download dependencies artifact - uses: eProsima/eProsima-CI/multiplatform/download_dependency@v0 + uses: eProsima/eProsima-CI/multiplatform/download_dependency@main with: artifact_name: build_fastdds_${{ inputs.custom_version_build }}_${{ inputs.os }}_${{ inputs.cmake_build_type }}${{ inputs.dependencies_artifact_postfix }} workflow_source: build_fastdds.yml From e70fee45275d070b6a0802c927fee91d82d9e6d4 Mon Sep 17 00:00:00 2001 From: danipiza Date: Fri, 30 Jan 2026 08:11:16 +0100 Subject: [PATCH 3/3] [#24061] Reverted eProsima-CI tags to realease Signed-off-by: danipiza --- .github/actions/project_dependencies/action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/project_dependencies/action.yml b/.github/actions/project_dependencies/action.yml index 49deeda..9441aea 100644 --- a/.github/actions/project_dependencies/action.yml +++ b/.github/actions/project_dependencies/action.yml @@ -41,18 +41,18 @@ runs: steps: - name: Install Fast DDS dependencies - uses: eProsima/eProsima-CI/multiplatform/install_fastdds_dependencies@main + uses: eProsima/eProsima-CI/multiplatform/install_fastdds_dependencies@v0 with: cmake_build_type: ${{ inputs.cmake_build_type }} - name: Install yaml cpp dependency - uses: eProsima/eProsima-CI/multiplatform/install_yamlcpp@main + uses: eProsima/eProsima-CI/multiplatform/install_yamlcpp@v0 with: cmake_build_type: ${{ inputs.cmake_build_type }} # Fast DDS artifact - name: Download dependencies artifact - uses: eProsima/eProsima-CI/multiplatform/download_dependency@main + uses: eProsima/eProsima-CI/multiplatform/download_dependency@v0 with: artifact_name: build_fastdds_${{ inputs.custom_version_build }}_${{ inputs.os }}_${{ inputs.cmake_build_type }}${{ inputs.dependencies_artifact_postfix }} workflow_source: build_fastdds.yml