@@ -562,7 +562,7 @@ jobs:
562562 - name : Sync eProsima/Fast-DDS repository
563563 uses : eProsima/eProsima-CI/external/checkout@v0
564564 with :
565- path : src/fastdds
565+ path : src/fastrtps
566566 submodules : true
567567 ref : ${{ inputs.fastdds_ref }}
568568
@@ -612,27 +612,27 @@ jobs:
612612 - name : Fetch Fast DDS dependencies
613613 uses : eProsima/eProsima-CI/ubuntu/vcs_import@v0
614614 with :
615- vcs_repos_file : ${{ github.workspace }}/src/fastdds/fastdds .repos
615+ vcs_repos_file : ${{ github.workspace }}/src/fastrtps/fastrtps .repos
616616 destination_workspace : src
617617 skip_existing : ' true'
618618
619619 - name : Fetch Fast DDS CI dependencies
620620 uses : eProsima/eProsima-CI/ubuntu/vcs_import@v0
621621 with :
622- vcs_repos_file : ${{ github.workspace }}/src/fastdds /.github/workflows/config/fastdds_test.repos
622+ vcs_repos_file : ${{ github.workspace }}/src/fastrtps /.github/workflows/config/fastdds_test.repos
623623 destination_workspace : src
624624 skip_existing : ' true'
625625
626626 - name : Show .meta file
627627 id : show_meta
628628 run : |
629- cat ${{ github.workspace }}/src/fastdds /.github/workflows/config/ubsan.meta
629+ cat ${{ github.workspace }}/src/fastrtps /.github/workflows/config/ubsan.meta
630630
631631 - name : Colcon build
632632 continue-on-error : false
633633 uses : eProsima/eProsima-CI/ubuntu/colcon_build@v0
634634 with :
635- colcon_meta_file : ${{ github.workspace }}/src/fastdds /.github/workflows/config/ubsan.meta
635+ colcon_meta_file : ${{ github.workspace }}/src/fastrtps /.github/workflows/config/ubsan.meta
636636 colcon_build_args : ${{ inputs.colcon_build_args }}
637637 cmake_args : ${{ inputs.cmake_args }}
638638 cmake_args_default : ' '
@@ -717,7 +717,7 @@ jobs:
717717 colcon_test_args_default : ' --event-handlers=console_direct+ --return-code-on-test-failure'
718718 ctest_args : ${{ inputs.ctest_args }}
719719 ctest_args_default : ' --timeout 300 --label-exclude "xfail"'
720- packages_names : fastdds
720+ packages_names : fastrtps
721721 workspace : ${{ github.workspace }}
722722 workspace_dependencies : ' '
723723 test_report_artifact : ${{ format('test_report_{0}_{1}', inputs.label, github.job) }}
@@ -727,13 +727,13 @@ jobs:
727727 # UBSan finding header lines look like:
728728 # <file>:<line>:<col>: runtime error: <description>
729729 # Filter on ": runtime error:" so we keep one line per finding (the header)
730- bash src/fastdds /.github/workflows/utils/specific_errors_filter.sh \
730+ bash src/fastrtps /.github/workflows/utils/specific_errors_filter.sh \
731731 ": runtime error:" \
732- log/latest_test/fastdds /stdout_stderr.log \
732+ log/latest_test/fastrtps /stdout_stderr.log \
733733 _tmp_specific_error_file.log
734734
735- python3 src/fastdds /.github/workflows/utils/log_parser.py \
736- --log-file log/latest_test/fastdds /stdout_stderr.log \
735+ python3 src/fastrtps /.github/workflows/utils/log_parser.py \
736+ --log-file log/latest_test/fastrtps /stdout_stderr.log \
737737 --specific-error-file _tmp_specific_error_file.log \
738738 --output-file $GITHUB_STEP_SUMMARY \
739739 --sanitizer ubsan
0 commit comments