Skip to content

Commit a3c656c

Browse files
Updated workflows, PR template, .repos and version to bump to 3.4.0 (#215)
Signed-off-by: Emilio Cuesta <emiliocuesta@eprosima.com>
1 parent ec0b2ed commit a3c656c

File tree

7 files changed

+33
-7
lines changed

7 files changed

+33
-7
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
In case of bug fixes, please provide the list of supported branches where this fix should be also merged.
1717
Please uncomment following line, adjusting the corresponding target branches for the backport.
1818
-->
19-
<!-- @Mergifyio backport 3.2.x 2.14.x -->
19+
<!-- @Mergifyio backport 3.3.x 3.2.x 2.14.x -->
2020

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

.github/workflows/mirror.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
dest_branch:
16-
- '3.3.x'
16+
- '3.4.x'
1717
- '3.x'
1818
steps:
1919
- name: Mirror action step

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ jobs:
1616
run-build: true
1717
use-ccache: false
1818

19+
nightly-ubuntu-ci-3_3_x:
20+
uses: eProsima/ShapesDemo/.github/workflows/reusable-ubuntu-ci.yml@3.3.x
21+
with:
22+
os-version: 'ubuntu-22.04'
23+
label: 'nightly-ubuntu-ci-3.3.x'
24+
shapes-demo-branch: '3.3.x'
25+
fastdds-branch: '3.3.x'
26+
run-build: true
27+
use-ccache: false
28+
1929
nightly-ubuntu-ci-3_2_x:
2030
uses: eProsima/ShapesDemo/.github/workflows/reusable-ubuntu-ci.yml@3.2.x
2131
with:

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,22 @@ jobs:
2222
fastdds-branch: 'master'
2323
run-build: true
2424

25+
nightly-windows-ci-3_3_x:
26+
strategy:
27+
fail-fast: false
28+
matrix:
29+
vs-toolset:
30+
- 'v142'
31+
- 'v143'
32+
uses: eProsima/ShapesDemo/.github/workflows/reusable-windows-ci.yml@3.3.x
33+
with:
34+
os-version: 'windows-2022'
35+
vs-toolset: ${{ matrix.vs-toolset }}
36+
label: 'nightly-windows-${{ matrix.vs-toolset }}-ci-3.3.x'
37+
shapes-demo-branch: '3.3.x'
38+
fastdds-branch: '3.3.x'
39+
run-build: true
40+
2541
nightly-windows-ci-3_2_x:
2642
strategy:
2743
fail-fast: false

shapes-demo-ros2.repos

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ repositories:
1010
fastdds:
1111
type: git
1212
url: https://github.com/eProsima/Fast-DDS.git
13-
version: 3.3.x
13+
version: 3.4.x
1414
shapes-demo-typesupport:
1515
type: git
1616
url: https://github.com/eProsima/ShapesDemo-TypeSupport.git
1717
version: v1.0.0
1818
shapes-demo:
1919
type: git
2020
url: https://github.com/eProsima/ShapesDemo.git
21-
version: 3.3.x
21+
version: 3.4.x

shapes-demo.repos

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ repositories:
1010
fastdds:
1111
type: git
1212
url: https://github.com/eProsima/Fast-DDS.git
13-
version: 3.3.x
13+
version: 3.4.x
1414
shapes-demo:
1515
type: git
1616
url: https://github.com/eProsima/ShapesDemo.git
17-
version: 3.3.x
17+
version: 3.4.x

version.pri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SHAPESVERSION="3.3.0"
1+
SHAPESVERSION="3.4.0"

0 commit comments

Comments
 (0)