Skip to content

Commit 0921680

Browse files
authored
Branch out 2.3.x (#237)
* Refs #23269: Bump to 2.3.0 Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com> * Refs #23269: Update pr template Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com> * Refs #23269: Update workflows Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com> --------- Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
1 parent 91d2da4 commit 0921680

5 files changed

Lines changed: 29 additions & 3 deletions

File tree

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
In case of bug fixes, please provide the list of supported branches where this fix should be also merged.
1818
Please uncomment following line, adjusting the corresponding target branches for the backport.
1919
-->
20-
<!-- @Mergifyio backport 1.4.x -->
20+
<!-- @Mergifyio backport 2.2.x 1.4.x -->
2121

2222
<!-- If an issue is already opened, please uncomment next line with the corresponding issue number. -->
2323
<!-- Fixes #(issue) -->

.github/workflows/mirror.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
dest_branch:
15-
- '2.2.x'
15+
- '2.3.x'
1616
- '2.x'
1717
steps:
1818
- name: Mirror action step

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,20 @@ jobs:
2020
run-tests: true
2121
use-ccache: false
2222

23+
# python 2.2.x - fastdds 3.2.x
24+
nightly-ubuntu-ci-2_2_x:
25+
uses: eProsima/Fast-DDS-Python/.github/workflows/reusable-ubuntu-ci.yml@2.2.x
26+
with:
27+
# It would be desirable to have a matrix of ubuntu OS for this job, but due to the issue opened in this ticket:
28+
# https://github.com/orgs/community/discussions/128118 , it has been set as a single OS job.
29+
os-version: 'ubuntu-22.04'
30+
label: 'nightly-ubuntu-ci-2.2.x-3.2.x'
31+
fastdds-python-branch: '2.2.x'
32+
fastdds-branch: '3.2.x'
33+
run-build: true
34+
run-tests: true
35+
use-ccache: false
36+
2337
# python 1.4.x - fastdds 2.14.x
2438
nightly-ubuntu-ci-1_4_x:
2539
uses: eProsima/Fast-DDS-Python/.github/workflows/reusable-ubuntu-ci.yml@1.4.x

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

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

21+
# python 2.2.x - fastdds 3.2.x
22+
nightly-windows-ci-2_2_x:
23+
uses: eProsima/Fast-DDS-Python/.github/workflows/reusable-windows-ci.yml@2.2.x
24+
with:
25+
os-version: 'windows-2019'
26+
vs-toolset: 'v142'
27+
label: 'nightly-windows-v142-ci-2.2.x-3.2.x'
28+
fastdds-python-branch: '2.2.x'
29+
fastdds-branch: '3.2.x'
30+
run-build: true
31+
run-tests: true
32+
2133
# python 1.4.x - fastdds 2.14.x
2234
nightly-windows-ci-1_4_x:
2335
strategy:

fastdds_python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if(POLICY CMP0086)
2424
cmake_policy(SET CMP0086 NEW)
2525
endif()
2626

27-
project(fastdds_python VERSION 2.2.0)
27+
project(fastdds_python VERSION 2.3.0)
2828

2929
# Set BUILD_TESTING to OFF by default.
3030
if(NOT BUILD_TESTING)

0 commit comments

Comments
 (0)