Skip to content

Commit 3e7f83e

Browse files
authored
Update 2.2.x to be a supported branch (#238)
* Refs #23269: Remove EOL versions from pr template Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com> * Refs #23269: Remove EOL nighties Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com> * Refs #23269: Remove unused workflows Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com> * Refs #23269: Update refs to python 2.2.x and Fast 3.2.x Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com> --------- Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
1 parent 8246837 commit 3e7f83e

File tree

10 files changed

+5
-204
lines changed

10 files changed

+5
-204
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 1.4.x 1.2.x 1.0.x -->
20+
<!-- @Mergifyio backport 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: 0 additions & 24 deletions
This file was deleted.

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

Lines changed: 0 additions & 63 deletions
This file was deleted.

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

Lines changed: 0 additions & 68 deletions
This file was deleted.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ on:
3636
description: 'Branch or tag of Fast CDR repository (https://github.com/eProsima/Fast-CDR)'
3737
required: false
3838
type: string
39-
default: 'master'
39+
default: '2.3.x'
4040
run-build:
4141
description: 'Build Fast DDS Python (CI skipped otherwise)'
4242
required: false

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ on:
4141
description: 'Branch or tag of Fast CDR repository (https://github.com/eProsima/Fast-CDR)'
4242
required: false
4343
type: string
44-
default: 'master'
44+
default: '2.3.x'
4545
run-build:
4646
description: 'Build Fast DDS Python (CI skipped otherwise)'
4747
required: false

.github/workflows/ubuntu-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
cmake-args: ${{ inputs.cmake-args }}
6565
ctest-args: ${{ inputs.ctest-args }}
6666
fastdds-python-branch: ${{ inputs.fastdds-python-branch || github.ref }}
67-
fastdds-branch: ${{ inputs.fastdds-branch || 'master' }}
67+
fastdds-branch: ${{ inputs.fastdds-branch || '3.2.x' }}
6868
run-build: ${{ !(github.event_name == 'pull_request') || !contains(github.event.pull_request.labels.*.name, 'skip-ci') }}
6969
run-tests: ${{ (inputs.run-tests == true) || ((github.event_name == 'pull_request') && (!contains(github.event.pull_request.labels.*.name, 'no-test'))) }}
7070
use-ccache: ${{ inputs.use-ccache || false }}

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

Lines changed: 0 additions & 20 deletions
This file was deleted.

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

Lines changed: 0 additions & 24 deletions
This file was deleted.

.github/workflows/windows-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ jobs:
6565
cmake-args: ${{ inputs.cmake-args }}
6666
ctest-args: ${{ inputs.ctest-args }}
6767
fastdds-python-branch: ${{ inputs.fastdds-python-branch || github.ref }}
68-
fastdds-branch: ${{ inputs.fastdds-branch || 'master' }}
68+
fastdds-branch: ${{ inputs.fastdds-branch || '3.2.x' }}
6969
run-build: ${{ !(github.event_name == 'pull_request') || !contains(github.event.pull_request.labels.*.name, 'skip-ci') }}
7070
run-tests: ${{ (inputs.run-tests == true) || ((github.event_name == 'pull_request') && (!contains(github.event.pull_request.labels.*.name, 'no-test'))) }}

0 commit comments

Comments
 (0)