Skip to content

Commit

Permalink
Refs #21226: TODO DROP: Test against Discovery Server 1.2.x
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso committed Jul 11, 2024
1 parent 114afcd commit 6b06086
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ on:
description: 'Branch or tag of Discovery Server repository'
required: false
type: string
default: 'v1.2.1'
default: '1.2.x'
run-build:
description: 'Build Fast DDS Gen'
required: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
description: 'Branch or tag of Discovery Server repository'
required: false
type: string
default: 'v1.2.1'
default: '1.2.x'
run-tests:
description: 'Run test suite of Fast DDS Gen'
required: false
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
fastdds-branch: ${{ inputs.fastdds-branch || '2.10.x' }}
fastcdr-branch: ${{ inputs.fastcdr-branch || '1.0.x' }}
fastdds-python-branch: ${{ inputs.fastdds-python-branch || '1.2.x' }}
discovery-server-branch: ${{ inputs.discovery-server-branch || 'v1.2.1' }}
discovery-server-branch: ${{ inputs.discovery-server-branch || '1.2.x' }}
run-build: ${{ !(github.event_name == 'pull_request') || !contains(github.event.pull_request.labels.*.name, 'skip-ci') }}
run-tests: ${{ (inputs.run-tests == true) || ((github.event_name == 'pull_request') && (!contains(github.event.pull_request.labels.*.name, 'no-test'))) }}
use-ccache: ${{ (inputs.use-ccache == true) || false }}

0 comments on commit 6b06086

Please sign in to comment.