Skip to content

Commit a5c3cd1

Browse files
authored
Update PR template and nighties due to EOL versions (#1078)
* Refs #23269: Rmove EOLs from pr template Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com> * Refs #23269: Rmove EOLs nighties Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com> --------- Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
1 parent 8d703cd commit a5c3cd1

File tree

2 files changed

+1
-43
lines changed

2 files changed

+1
-43
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
In case of bug fixes, please provide the list of supported branches where this fix should be also merged.
2020
Please uncomment following line, adjusting the corresponding target branches for the backport.
2121
-->
22-
<!-- @Mergifyio backport 3.1.x 3.0.x 2.14.x 2.10.x 2.6.x -->
22+
<!-- @Mergifyio backport 2.14.x -->
2323

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

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

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

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-
37-
nightly-ubuntu-ci-3_0_x:
38-
uses: eProsima/Fast-DDS-docs/.github/workflows/reusable-ubuntu-ci.yml@3.0.x
39-
with:
40-
# It would be desirable to have a matrix of ubuntu OS for this job, but due to the issue opened in this ticket:
41-
# https://github.com/orgs/community/discussions/128118 , it has been set as a single OS job.
42-
os-version: 'ubuntu-24.04'
43-
label: 'nightly-ubuntu-ci-3.0.x'
44-
fastdds-docs-branch: '3.0.x'
45-
fastdds-branch: '3.0.x'
46-
fastdds-python-branch: '2.0.x'
47-
run-build: true
48-
run-tests: true
49-
use-ccache: false
50-
5123
nightly-ubuntu-ci-2_14_x:
5224
uses: eProsima/Fast-DDS-docs/.github/workflows/reusable-ubuntu-ci.yml@2.14.x
5325
with:
@@ -61,17 +33,3 @@ jobs:
6133
run-build: true
6234
run-tests: true
6335
use-ccache: false
64-
65-
nightly-ubuntu-ci-2_10_x:
66-
uses: eProsima/Fast-DDS-docs/.github/workflows/reusable-ubuntu-ci.yml@2.10.x
67-
with:
68-
# It would be desirable to have a matrix of ubuntu OS for this job, but due to the issue opened in this ticket:
69-
# https://github.com/orgs/community/discussions/128118 , it has been set as a single OS job.
70-
os-version: 'ubuntu-22.04'
71-
label: '-nightly-ubuntu-ci-2.10.x'
72-
fastdds-docs-branch: '2.10.x'
73-
fastdds-branch: '2.10.x'
74-
fastdds-python-branch: '1.2.x'
75-
run-build: true
76-
run-tests: true
77-
use-ccache: false

0 commit comments

Comments
 (0)