Skip to content

Commit 48b3fe0

Browse files
authored
Updates due to 2.0.x EOL branch (#230)
* Remove EOL 2.0.x from PR template Signed-off-by: Mario Dominguez <[email protected]> * Remove 2.0.x workflows Signed-off-by: Mario Dominguez <[email protected]> --------- Signed-off-by: Mario Dominguez <[email protected]>
1 parent 7997ab2 commit 48b3fe0

File tree

3 files changed

+1
-27
lines changed

3 files changed

+1
-27
lines changed

.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 2.1.x 2.0.x 1.4.x 1.2.x 1.0.x -->
20+
<!-- @Mergifyio backport 2.1.x 1.4.x 1.2.x 1.0.x -->
2121

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

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

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,6 @@ jobs:
3434
run-tests: true
3535
use-ccache: false
3636

37-
# python 2.0.x - fastdds 3.0.x
38-
nightly-ubuntu-ci-2_0_x:
39-
uses: eProsima/Fast-DDS-Python/.github/workflows/[email protected]
40-
with:
41-
# It would be desirable to have a matrix of ubuntu OS for this job, but due to the issue opened in this ticket:
42-
# https://github.com/orgs/community/discussions/128118 , it has been set as a single OS job.
43-
os-version: 'ubuntu-22.04'
44-
label: 'nightly-ubuntu-ci-2.0.x-3.0.x'
45-
fastdds-python-branch: '2.0.x'
46-
fastdds-branch: '3.0.x'
47-
run-build: true
48-
run-tests: true
49-
use-ccache: false
50-
5137
# python 1.4.x - fastdds 2.14.x
5238
nightly-ubuntu-ci-1_4_x:
5339
uses: eProsima/Fast-DDS-Python/.github/workflows/[email protected]

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,6 @@ jobs:
3030
run-build: true
3131
run-tests: true
3232

33-
# python 2.0.x - fastdds 3.0.x
34-
nightly-windows-ci-2_0_x:
35-
uses: eProsima/Fast-DDS-Python/.github/workflows/[email protected]
36-
with:
37-
os-version: 'windows-2019'
38-
vs-toolset: 'v142'
39-
label: 'nightly-windows-v142-ci-2.0.x-3.0.x'
40-
fastdds-python-branch: '2.0.x'
41-
fastdds-branch: '3.0.x'
42-
run-build: true
43-
run-tests: true
44-
4533
# python 1.4.x - fastdds 2.14.x
4634
nightly-windows-ci-1_4_x:
4735
strategy:

0 commit comments

Comments
 (0)