Skip to content

Commit 6616985

Browse files
committed
(tmp) Remove some tests
Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com>
1 parent 00c678a commit 6616985

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

.github/workflows/test.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -68,25 +68,25 @@ jobs:
6868
ref: ${{ github.ref }}
6969
secrets: inherit
7070

71-
reusable_tests_windows:
72-
name: reusable_tests
73-
uses: ./.github/workflows/reusable-windows-ci.yml
74-
with:
75-
custom_version_build: ${{ inputs.custom_version_build || 'v3' }}
76-
dependencies_artifact_postfix: ${{ inputs.dependencies_artifact_postfix || '_nightly' }}
77-
ref: ${{ github.ref }}
78-
secrets: inherit
71+
# reusable_tests_windows:
72+
# name: reusable_tests
73+
# uses: ./.github/workflows/reusable-windows-ci.yml
74+
# with:
75+
# custom_version_build: ${{ inputs.custom_version_build || 'v3' }}
76+
# dependencies_artifact_postfix: ${{ inputs.dependencies_artifact_postfix || '_nightly' }}
77+
# ref: ${{ github.ref }}
78+
# secrets: inherit
7979

80-
reusable_docker_tests:
81-
name: reusable_docker_tests
82-
uses: ./.github/workflows/docker-reusable-workflow.yml
83-
with:
84-
fastcdr_branch: ${{ inputs.fastcdr_branch || '2.x' }}
85-
fastdds_branch: ${{ inputs.fastdds_branch || '3.x' }}
86-
devutils_branch: ${{ inputs.devutils_branch || '1.x' }}
87-
ddspipe_branch: ${{ inputs.ddspipe_branch || '1.x' }}
88-
ddsrouter_branch: ${{ inputs.ddsrouter_branch || github.head_ref || github.ref_name }}
89-
custom_version_build: ${{ inputs.custom_version_build || 'v3' }}
90-
dependencies_artifact_postfix: ${{ inputs.dependencies_artifact_postfix || '_nightly' }}
91-
ref: ${{ github.ref }}
92-
secrets: inherit
80+
# reusable_docker_tests:
81+
# name: reusable_docker_tests
82+
# uses: ./.github/workflows/docker-reusable-workflow.yml
83+
# with:
84+
# fastcdr_branch: ${{ inputs.fastcdr_branch || '2.x' }}
85+
# fastdds_branch: ${{ inputs.fastdds_branch || '3.x' }}
86+
# devutils_branch: ${{ inputs.devutils_branch || '1.x' }}
87+
# ddspipe_branch: ${{ inputs.ddspipe_branch || '1.x' }}
88+
# ddsrouter_branch: ${{ inputs.ddsrouter_branch || github.head_ref || github.ref_name }}
89+
# custom_version_build: ${{ inputs.custom_version_build || 'v3' }}
90+
# dependencies_artifact_postfix: ${{ inputs.dependencies_artifact_postfix || '_nightly' }}
91+
# ref: ${{ github.ref }}
92+
# secrets: inherit

0 commit comments

Comments
 (0)