Skip to content

Commit 5bf884e

Browse files
committed
Updating CI workflows to use always 2.3.x and its deps
Signed-off-by: Emilio Cuesta <emiliocuesta@eprosima.com>
1 parent 86a36b2 commit 5bf884e

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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/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)