diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 51a42040..23cdb07a 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: dest_branch: - - '0.x' + - '1.x' steps: - name: Mirror action step id: mirror diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index aa7498a3..cc9a6c63 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -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 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4c7198f9..61db0642 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/ddspipe.repos b/ddspipe.repos index e0fba690..b02c2285 100644 --- a/ddspipe.repos +++ b/ddspipe.repos @@ -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