From f1617ba3b76df0a38f11b073736c7dcc3ca510da Mon Sep 17 00:00:00 2001 From: elianalf <62831776+elianalf@users.noreply.github.com> Date: Thu, 8 Feb 2024 14:49:54 +0100 Subject: [PATCH] GitHub CI for 3.0.x (#4358) * Refs #19452: Change github workflow for discovery-server Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com> * Refs #19452: Change github workflow for documentation Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com> --------- Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com> --- .github/workflows/documentation-tests.yaml | 4 ++-- .github/workflows/sanitizers-ci.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/documentation-tests.yaml b/.github/workflows/documentation-tests.yaml index ce35dd442ae..6cf88b01536 100644 --- a/.github/workflows/documentation-tests.yaml +++ b/.github/workflows/documentation-tests.yaml @@ -90,7 +90,7 @@ jobs: uses: eProsima/eProsima-CI/ubuntu/get_related_branch_from_repo@v0 with: remote_repository: eProsima/Fast-DDS-python - fallback_branch: ${{ inputs.fastdds_python_branch || 'main' }} + fallback_branch: ${{ inputs.fastdds_python_branch || '3.0.x-devel' }} - name: Download Fast DDS Python repo uses: eProsima/eProsima-CI/external/checkout@v0 @@ -104,7 +104,7 @@ jobs: uses: eProsima/eProsima-CI/ubuntu/get_related_branch_from_repo@v0 with: remote_repository: eProsima/Fast-DDS-docs - fallback_branch: ${{ inputs.fastdds_docs_branch || 'master' }} + fallback_branch: ${{ inputs.fastdds_docs_branch || '3.0.x-devel' }} - name: Download Fast DDS documentation repo uses: eProsima/eProsima-CI/external/checkout@v0 diff --git a/.github/workflows/sanitizers-ci.yml b/.github/workflows/sanitizers-ci.yml index bb13baecd13..164324756fb 100644 --- a/.github/workflows/sanitizers-ci.yml +++ b/.github/workflows/sanitizers-ci.yml @@ -73,5 +73,5 @@ jobs: colcon_test_args: ${{ inputs.colcon_test_args || '' }} cmake_args: ${{ inputs.cmake_args || '' }} ctest_args: ${{ inputs.ctest_args || '' }} - fastdds_ref: ${{ inputs.fastdds_ref || github.ref || 'master' }} - discovery_server_ref: ${{ inputs.discovery_server_ref || 'master' }} + fastdds_ref: ${{ inputs.fastdds_ref || github.ref || '3.0.x-devel' }} + discovery_server_ref: ${{ inputs.discovery_server_ref || '3.0.x-devel' }}