@@ -13,42 +13,42 @@ jobs:
1313 with :
1414 custom_version_build : ' v2'
1515 dependencies_artifact_postfix : ' _nightly'
16+ ref : ' 2.x'
1617 secrets : inherit
1718
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
19+ reusable_tests_v3 :
20+ name : reusable_tests_v3
21+ uses : ./.github/workflows/reusable-workflow.yml
22+ with :
23+ custom_version_build : ' v3'
24+ dependencies_artifact_postfix : ' _nightly'
25+ ref : ' main'
26+ secrets : inherit
2727
2828 reusable_docker_tests_v2 :
2929 name : reusable_docker_tests_v2
3030 uses : ./.github/workflows/docker-reusable-workflow.yml
3131 with :
3232 fastcdr_branch : ' 2.x'
3333 fastdds_branch : ' 2.x'
34- dev_utils_branch : ' 0.x'
35- ddspipe_branch : ' main '
36- ddsrouter_branch : ' main '
34+ devutils_branch : ' 0.x'
35+ ddspipe_branch : ' 0.x '
36+ ddsrouter_branch : ' 2.x '
3737 custom_version_build : ' v2'
3838 dependencies_artifact_postfix : ' _nightly'
39+ ref : ' 2.x'
3940 secrets : inherit
4041
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
42+ reusable_docker_tests_v3 :
43+ name : reusable_docker_tests_v3
44+ uses : ./.github/workflows/docker-reusable-workflow.yml
45+ with :
46+ fastcdr_branch : ' 2.x'
47+ fastdds_branch : ' 3.x'
48+ devutils_branch : ' 1.x'
49+ ddspipe_branch : ' 1.x'
50+ custom_version_build : ' v3'
51+ dependencies_artifact_postfix : ' _nightly'
52+ ref : ' main'
53+ secrets : inherit
5454
0 commit comments