|
61 | 61 | env:
|
62 | 62 | security-cmake-flag: ${{ inputs.security == true && '-DSECURITY=ON' || '-DSECURITY=OFF' }}
|
63 | 63 | colcon-build-default-cmake-args: '-DCMAKE_CXX_FLAGS="-Werror -Wall -Wextra -Wpedantic -Wunused-value -Woverloaded-virtual"'
|
| 64 | + fastdds-python-branch: '1.4.x' |
| 65 | + fastdds-docs-branch: '2.14.x' |
| 66 | + shapes-demo-branch: '2.14.x' |
| 67 | + discovery-server-branch: '1.2.x' |
| 68 | + |
64 | 69 | defaults:
|
65 | 70 | run:
|
66 | 71 | shell: bash
|
@@ -313,7 +318,7 @@ jobs:
|
313 | 318 | uses: eProsima/eProsima-CI/ubuntu/get_related_branch_from_repo@v0
|
314 | 319 | with:
|
315 | 320 | remote_repository: eProsima/Fast-DDS-python
|
316 |
| - fallback_branch: '1.4.x' |
| 321 | + fallback_branch: ${{ env.fastdds-python-branch }} |
317 | 322 |
|
318 | 323 | - name: Download Fast DDS Python repo
|
319 | 324 | uses: eProsima/eProsima-CI/external/checkout@v0
|
@@ -476,7 +481,7 @@ jobs:
|
476 | 481 | uses: eProsima/eProsima-CI/ubuntu/get_related_branch_from_repo@v0
|
477 | 482 | with:
|
478 | 483 | remote_repository: eProsima/Fast-DDS-docs
|
479 |
| - fallback_branch: '2.14.x' |
| 484 | + fallback_branch: ${{ env.fastdds-docs-branch }} |
480 | 485 |
|
481 | 486 | - name: Download Fast DDS documentation repo
|
482 | 487 | uses: eProsima/eProsima-CI/external/checkout@v0
|
@@ -583,7 +588,7 @@ jobs:
|
583 | 588 | uses: eProsima/eProsima-CI/ubuntu/get_related_branch_from_repo@v0
|
584 | 589 | with:
|
585 | 590 | remote_repository: eProsima/ShapesDemo
|
586 |
| - fallback_branch: '2.14.x' |
| 591 | + fallback_branch: ${{ env.shapes-demo-branch }} |
587 | 592 |
|
588 | 593 | - name: Download Shapes Demo repo
|
589 | 594 | uses: eProsima/eProsima-CI/external/checkout@v0
|
@@ -663,7 +668,7 @@ jobs:
|
663 | 668 | uses: eProsima/eProsima-CI/ubuntu/get_related_branch_from_repo@v0
|
664 | 669 | with:
|
665 | 670 | remote_repository: eProsima/Discovery-Server
|
666 |
| - fallback_branch: '1.2.x' |
| 671 | + fallback_branch: ${{ env.discovery-server-branch }} |
667 | 672 |
|
668 | 673 | - name: Download Discovery Server repo
|
669 | 674 | uses: eProsima/eProsima-CI/external/checkout@v0
|
|
0 commit comments