Skip to content

Commit 641d8aa

Browse files
committed
Refs #23269: Update refs to python 2.2.x and Fast 3.2.x
Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
1 parent 586f39f commit 641d8aa

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