Skip to content

Commit c5464f2

Browse files
Changes after fastcdr branch-out to 2.4.x (#578)
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
1 parent 6c1e623 commit c5464f2

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
label: 'nightly-ubuntu-ci-master'
2121
fastddsgen-branch: 'master'
2222
fastdds-branch: 'master'
23-
fastcdr-branch: 'master'
23+
fastcdr-branch: '2.3.x'
2424
fastdds-python-branch: 'master'
2525
discovery-server-branch: 'master'
2626
run-build: true
@@ -78,7 +78,7 @@ jobs:
7878
- 'openjdk-17-jdk'
7979
fastcdr-branch:
8080
- '1.1.x'
81-
- '2.x'
81+
- '2.3.x'
8282
uses: eProsima/Fast-DDS-Gen/.github/workflows/reusable-ubuntu-ci.yml@3.3.x
8383
with:
8484
os-version: 'ubuntu-22.04'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
2828
description: 'Branch or tag of Fast CDR repository'
2929
required: false
3030
type: string
31-
default: 'master'
31+
default: '2.3.x'
3232
fastdds-python-branch:
3333
description: 'Branch or tag of Fast DDS Python repository'
3434
required: false

.github/workflows/ubuntu-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
description: 'Branch or tag of Fast CDR repository'
1717
required: false
1818
type: string
19-
default: 'master'
19+
default: '2.3.x'
2020
fastdds-python-branch:
2121
description: 'Branch or tag of Fast DDS Python repository'
2222
required: false
@@ -69,7 +69,7 @@ jobs:
6969
label: 'ubuntu-ci-${{ matrix.java-version }}'
7070
fastddsgen-branch: ${{ inputs.fastddsgen-branch || github.ref }}
7171
fastdds-branch: ${{ inputs.fastdds-branch || 'master' }}
72-
fastcdr-branch: ${{ inputs.fastcdr-branch || 'master' }}
72+
fastcdr-branch: ${{ inputs.fastcdr-branch || '2.3.x' }}
7373
fastdds-python-branch: ${{ inputs.fastdds-python-branch || 'master' }}
7474
discovery-server-branch: ${{ inputs.discovery-server-branch || 'master' }}
7575
run-build: ${{ !(github.event_name == 'pull_request') || !contains(github.event.pull_request.labels.*.name, 'skip-ci') }}

0 commit comments

Comments
 (0)