Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .github/workflows/nightly-system-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,6 @@ on:

jobs:

reusable_docker_tests_v2:
name: reusable_docker_tests_v2
uses: ./.github/workflows/docker-reusable-workflow.yml
with:
fastcdr_branch: '2.x'
fastdds_branch: '2.x'
devutils_branch: '0.x'
ddspipe_branch: '0.x'
ddsrouter_branch: '2.x'
custom_version_build: 'v2'
Comment thread
cferreiragonz marked this conversation as resolved.
dependencies_artifact_postfix: '_nightly'
ref: '2.x'
secrets: inherit

reusable_docker_tests_v3:
name: reusable_docker_tests_v3
uses: ./.github/workflows/docker-reusable-workflow.yml
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/nightly-ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@ on:

jobs:

reusable_tests_v2:
name: reusable_tests_v2
uses: ./.github/workflows/reusable-ubuntu-ci.yml
with:
custom_version_build: 'v2'
dependencies_artifact_postfix: '_nightly'
ref: '2.x'
secrets: inherit

reusable_tests_v3:
name: reusable_tests_v3
uses: ./.github/workflows/reusable-ubuntu-ci.yml
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/nightly-windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@ on:

jobs:

reusable_tests_v2:
name: reusable_tests_v2
uses: ./.github/workflows/reusable-windows-ci.yml
with:
custom_version_build: 'v2'
dependencies_artifact_postfix: '_nightly'
ref: '2.x'
secrets: inherit

reusable_tests_v3:
name: reusable_tests_v3
uses: ./.github/workflows/reusable-windows-ci.yml
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,12 @@ on:
custom_version_build:
description: >
Use the custom version build from eProsima-CI.
If set to false, the workflow will run the tests for Fast DDS v2 and v3.
If set to false, the workflow will run the tests for Fast DDS v3.
required: true
type: choice
default: 'custom'
options:
- custom
- v2
- v3

dependencies_artifact_postfix:
Expand Down
Loading