@@ -15,40 +15,15 @@ jobs:
1515 dependencies_artifact_postfix : ' _nightly'
1616 secrets : inherit
1717
18- # Uncomment this block to run the tests for Fast DDS v3 when DDS Router is updated
19- # Also specify here (and above) the workflow version/branch to use (@v0, @main, etc.)
20- # reusable_tests_v3:
21- # name: reusable_tests_v3
22- # uses: ./.github/workflows/reusable-workflow.yml
23- # with:
24- # custom_version_build: 'v3'
25- # dependencies_artifact_postfix: '_nightly'
26- # secrets: inherit
27-
2818 reusable_docker_tests_v2 :
2919 name : reusable_docker_tests_v2
3020 uses : ./.github/workflows/docker-reusable-workflow.yml
3121 with :
3222 fastcdr_branch : ' 2.x'
3323 fastdds_branch : ' 2.x'
3424 dev_utils_branch : ' 0.x'
35- ddspipe_branch : ' main '
36- ddsrouter_branch : ' main '
25+ ddspipe_branch : ' 0.x '
26+ ddsrouter_branch : ' 2.x '
3727 custom_version_build : ' v2'
3828 dependencies_artifact_postfix : ' _nightly'
3929 secrets : inherit
40-
41- # Uncomment this block to run the tests for Fast DDS v3 when DDS Router is updated
42- # Also specify here (and above) the workflow version/branch to use (@v0, @main, etc.)
43- # reusable_docker_tests_v3:
44- # name: reusable_docker_tests_v3
45- # uses: ./.github/workflows/docker-reusable-workflow.yml
46- # with:
47- # fastcdr_branch: '2.x'
48- # fastdds_branch: '3.x'
49- # ddspipe_branch: 'main'
50- # ddsrouter_branch: 'main'
51- # custom_version_build: 'v3'
52- # dependencies_artifact_postfix: '_nightly'
53- # secrets: inherit
54-
0 commit comments