Skip to content

Commit

Permalink
Remove docker tests from ubuntu ci (#494)
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sanchez-Mateos <[email protected]>
  • Loading branch information
rsanchez15 authored Feb 19, 2025
1 parent cfe13bc commit 1f2108e
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/nightly-ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,32 +24,3 @@ jobs:
dependencies_artifact_postfix: '_nightly'
ref: 'main'
secrets: inherit

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'
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
with:
fastcdr_branch: '2.x'
fastdds_branch: '3.x'
devutils_branch: '1.x'
ddspipe_branch: '1.x'
ddsrouter_branch: '3.x'
custom_version_build: 'v3'
dependencies_artifact_postfix: '_nightly'
ref: 'main'
secrets: inherit

0 comments on commit 1f2108e

Please sign in to comment.