Skip to content

Commit 26b5d39

Browse files
Set Fast DDS 2.13.x as EOL (#162)
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
1 parent f9575d2 commit 26b5d39

3 files changed

Lines changed: 6 additions & 16 deletions

File tree

.github/workflows/nightly-ubuntu-ci.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,16 @@ jobs:
2020
run-tests: true
2121
use-ccache: false
2222

23-
# python 1.4.x - fastdds 2.14.x/2.13.x
23+
# python 1.4.x - fastdds 2.14.x
2424
nightly-ubuntu-ci-1_4_x:
25-
strategy:
26-
fail-fast: false
27-
matrix:
28-
fastdds-branch:
29-
- '2.14.x'
30-
- '2.13.x'
3125
uses: eProsima/Fast-DDS-Python/.github/workflows/reusable-ubuntu-ci.yml@1.4.x
3226
with:
3327
# It would be desirable to have a matrix of ubuntu OS for this job, but due to the issue opened in this ticket:
3428
# https://github.com/orgs/community/discussions/128118 , it has been set as a single OS job.
3529
os-version: 'ubuntu-22.04'
36-
label: 'nightly-ubuntu-ci-1.4.x-${{ matrix.fastdds-branch }}'
30+
label: 'nightly-ubuntu-ci-1.4.x-2.14.x'
3731
fastdds-python-branch: '1.4.x'
38-
fastdds-branch: ${{ matrix.fastdds-branch }}
32+
fastdds-branch: '2.14.x'
3933
run-build: true
4034
run-tests: true
4135
use-ccache: false

.github/workflows/nightly-windows-ci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,21 @@ jobs:
1818
run-build: true
1919
run-tests: true
2020

21-
# python 1.4.x - fastdds 2.14.x/2.13.x
21+
# python 1.4.x - fastdds 2.14.x
2222
nightly-windows-ci-1_4_x:
2323
strategy:
2424
fail-fast: false
2525
matrix:
2626
vs-toolset:
2727
- 'v141'
2828
- 'v142'
29-
fastdds-branch:
30-
- '2.14.x'
31-
- '2.13.x'
3229
uses: eProsima/Fast-DDS-Python/.github/workflows/reusable-windows-ci.yml@1.4.x
3330
with:
3431
os-version: 'windows-2019'
3532
vs-toolset: ${{ matrix.vs-toolset }}
36-
label: 'nightly-windows-${{ matrix.vs-toolset }}-ci-1.4.x-${{ matrix.fastdds-branch }}'
33+
label: 'nightly-windows-${{ matrix.vs-toolset }}-ci-1.4.x-2.14.x'
3734
fastdds-python-branch: '1.4.x'
38-
fastdds-branch: ${{ matrix.fastdds-branch }}
35+
fastdds-branch: '2.14.x'
3936
run-build: true
4037
run-tests: true
4138

RELEASE_SUPPORT.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Please, refer to the [main branch](https://github.com/eProsima/Fast-DDS-Python/b
1010
|Fast DDS Version|Fast DDS Python Version|Fast DDS Python Version branch|Fast DDS Python Latest Release|
1111
|----------------|-----------------------|------------------------------|------------------------------|
1212
|2.14|1.4|[1.4.x](https://github.com/eProsima/Fast-DDS-Python/tree/1.4.x)|[v1.4.2](https://github.com/eProsima/Fast-DDS-Python/releases/tag/v1.4.2)|
13-
|2.13|1.4|[1.4.x](https://github.com/eProsima/Fast-DDS-Python/tree/1.4.x)|[v1.4.2](https://github.com/eProsima/Fast-DDS-Python/releases/tag/v1.4.2)|
1413
|2.10|1.2|[1.2.x](https://github.com/eProsima/Fast-DDS-Python/tree/1.2.x)|[v1.2.3](https://github.com/eProsima/Fast-DDS-Python/releases/tag/v1.2.3)|
1514
|2.6|1.0|[1.0.x](https://github.com/eProsima/Fast-DDS-Python/tree/1.0.x)|[v1.0.2](https://github.com/eProsima/Fast-DDS-Python/releases/tag/v1.0.2)|
1615

0 commit comments

Comments
 (0)