File tree Expand file tree Collapse file tree 4 files changed +18
-4
lines changed Expand file tree Collapse file tree 4 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 19
19
In case of bug fixes, please provide the list of supported branches where this fix should be also merged.
20
20
Please uncomment following line, adjusting the corresponding target branches for the backport.
21
21
-->
22
- <!-- @Mergifyio backport 3.0.x 2.14.x 2.10.x 2.6.x -->
22
+ <!-- @Mergifyio backport 3.1.x 3. 0.x 2.14.x 2.10.x 2.6.x -->
23
23
24
24
<!-- If an issue is already opened, please uncomment next line with the corresponding issue number. -->
25
25
<!-- Fixes #(issue) -->
Original file line number Diff line number Diff line change 13
13
fail-fast : false
14
14
matrix :
15
15
dest_branch :
16
- - ' 3.1 .x'
16
+ - ' 3.2 .x'
17
17
- ' 3.x'
18
18
steps :
19
19
- name : Mirror action step
Original file line number Diff line number Diff line change 20
20
run-tests : true
21
21
use-ccache : false
22
22
23
+ nightly-ubuntu-ci-3_1_x :
24
+ uses : eProsima/Fast-DDS-docs/.github/workflows/reusable-ubuntu-ci.yml@3.1.x
25
+ with :
26
+ # It would be desirable to have a matrix of ubuntu OS for this job, but due to the issue opened in this ticket:
27
+ # https://github.com/orgs/community/discussions/128118 , it has been set as a single OS job.
28
+ os-version : ' ubuntu-24.04'
29
+ label : ' nightly-ubuntu-ci-3.1.x'
30
+ fastdds-docs-branch : ' 3.1.x'
31
+ fastdds-branch : ' 3.1.x'
32
+ fastdds-python-branch : ' 2.1.x'
33
+ run-build : true
34
+ run-tests : true
35
+ use-ccache : false
36
+
23
37
nightly-ubuntu-ci-3_0_x :
24
38
uses : eProsima/Fast-DDS-docs/.github/workflows/reusable-ubuntu-ci.yml@3.0.x
25
39
with :
Original file line number Diff line number Diff line change @@ -401,9 +401,9 @@ def configure_doxyfile(
401
401
# built documents.
402
402
#
403
403
# The short X.Y version.
404
- version = u'3.1 .0'
404
+ version = u'3.2 .0'
405
405
# The full version, including alpha/beta/rc tags.
406
- release = u'3.1 .0'
406
+ release = u'3.2 .0'
407
407
408
408
# The language for content autogenerated by Sphinx. Refer to documentation
409
409
# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments