Skip to content

Commit 06471eb

Browse files
Update 2.3.x to be a supported branch (#249)
* Deleting mirror, nightly and weekly tasks Signed-off-by: Emilio Cuesta <emiliocuesta@eprosima.com> * Updating CI workflows to use always 2.3.x and its deps Signed-off-by: Emilio Cuesta <emiliocuesta@eprosima.com> --------- Signed-off-by: Emilio Cuesta <emiliocuesta@eprosima.com>
1 parent 2b27f11 commit 06471eb

File tree

9 files changed

+4
-181
lines changed

9 files changed

+4
-181
lines changed

.github/workflows/mirror.yml

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

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

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

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

Lines changed: 0 additions & 60 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.3.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 & 23 deletions
This file was deleted.

.github/workflows/windows-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ jobs:
6666
cmake-args: ${{ inputs.cmake-args }}
6767
ctest-args: ${{ inputs.ctest-args }}
6868
fastdds-python-branch: ${{ inputs.fastdds-python-branch || github.ref }}
69-
fastdds-branch: ${{ inputs.fastdds-branch || 'master' }}
69+
fastdds-branch: ${{ inputs.fastdds-branch || '3.3.x' }}
7070
run-build: ${{ !(github.event_name == 'pull_request') || !contains(github.event.pull_request.labels.*.name, 'skip-ci') }}
7171
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)