File tree Expand file tree Collapse file tree
actions/project_dependencies Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 - name : Download dependencies artifact
5151 uses : eProsima/eProsima-CI/multiplatform/download_dependency@v0
5252 with :
53- artifact_name : built_fastdds_ ${{ inputs.custom_version_build }}_${{ inputs.os }}_${{ inputs.cmake_build_type }}${{ inputs.dependencies_artifact_postfix }}
53+ artifact_name : build_fastdds_ ${{ inputs.custom_version_build }}_${{ inputs.os }}_${{ inputs.cmake_build_type }}${{ inputs.dependencies_artifact_postfix }}
5454 workflow_source : build_fastdds.yml
5555 workflow_source_repository : eProsima/eProsima-CI
5656 target_workspace : ${{ inputs.target_workspace }}
Original file line number Diff line number Diff line change 11# Reusable workflow to run the following jobs:
22#
33# - multiplatform-tests
4- # - [ ubuntu-22.04 | ubuntu-20 .04 | windows-2019 | windows-2022 ]
4+ # - [ ubuntu-22.04 | ubuntu-24 .04 | windows-2019 | windows-2022 ]
55# - [ Debug | Release ]
66# - execute tests in different versions of ubuntu with different build types
77#
8383 - Release
8484 - Debug
8585 os :
86- - ubuntu-20.04
8786 - ubuntu-22.04
87+ - ubuntu-24.04
8888 - windows-2019
8989 - windows-2022
9090
Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ Community members may provide assistance with these platforms.
3131
3232## Platforms
3333
34- | Architecture| Ubuntu Focal (20.04)| Ubuntu Jammy (22.04)| Windows 10 (VS2019)| Windows 10 (VS2022)| Debian Buster (10)|
35- | ------------| --------------------| --------------------| -------------------| -------------------| ------------------|
36- | amd64 | Tier 1 | Tier 1 | Tier 1 | Tier 1 | Tier 3 |
37- | arm64 | Tier 3 | | | | Tier 3 |
34+ | Architecture| Ubuntu Focal (20.04)| Ubuntu Jammy (22.04)| Ubuntu Noble (24.04) | Windows 10 (VS2019)| Windows 10 (VS2022)| Debian Buster (10)|
35+ | ------------| --------------------| --------------------| -------------------- | ------------------- | -------------------| ------------------|
36+ | amd64 | Tier 3 | Tier 1 | Tier 1 | Tier 1 | Tier 1 | Tier 3 |
37+ | arm64 | Tier 3 | | | | | Tier 3 |
3838
3939## Compilers
4040
You can’t perform that action at this time.
0 commit comments