Skip to content

Commit

Permalink
Bump CI to use Fast DDS v3 (#125)
Browse files Browse the repository at this point in the history
* Bump CI to use Fast DDS v3

Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com>

* Update .repos file

Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com>

---------

Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com>
  • Loading branch information
rsanchez15 committed Sep 10, 2024
1 parent 68162ec commit 9de993f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
dest_branch:
- '0.x'
- '1.x'
steps:
- name: Mirror action step
id: mirror
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
ref: '0.x'
secrets: inherit

# reusable_tests_v3:
# name: reusable_tests_v3
# uses: ./.github/workflows/reusable-workflow.yml
# with:
# custom_version_build: 'v3'
# dependencies_artifact_postfix: '_nightly'
# ref: 'main'
# secrets: inherit
reusable_tests_v3:
name: reusable_tests_v3
uses: ./.github/workflows/reusable-workflow.yml
with:
custom_version_build: 'v3'
dependencies_artifact_postfix: '_nightly'
ref: 'main'
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
name: reusable_tests
uses: ./.github/workflows/reusable-workflow.yml
with:
custom_version_build: ${{ github.event.inputs.custom_version_build || 'v2' }}
custom_version_build: ${{ github.event.inputs.custom_version_build || 'v3' }}
dependencies_artifact_postfix: ${{ github.event.inputs.dependencies_artifact_postfix || '_nightly' }}
ref: ${{ github.ref }}
secrets: inherit
4 changes: 2 additions & 2 deletions ddspipe.repos
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ repositories:
fastdds:
type: git
url: https://github.com/eProsima/Fast-DDS.git
version: 2.x
version: 3.x
dev_utils:
type: git
url: https://github.com/eProsima/dev-utils.git
version: 0.x
version: 1.x
ddspipe:
type: git
url: https://github.com/eProsima/DDS-Pipe.git
Expand Down

0 comments on commit 9de993f

Please sign in to comment.