Skip to content

Commit 5d7974e

Browse files
committed
Hide passed suites
Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com>
1 parent 4048bba commit 5d7974e

File tree

4 files changed

+26
-21
lines changed

4 files changed

+26
-21
lines changed

.github/workflows/nightly-windows-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: nightly-windows-ci
33

44
on:
5+
workflow_dispatch:
56
schedule:
67
- cron: '0 5 * * *'
78

.github/workflows/reusable-ubuntu-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ jobs:
133133
path: "${{ steps.compile_and_test.outputs.ctest_results_path }}*.xml"
134134
working-directory: 'src'
135135
list-tests: 'failed'
136+
list-suites: 'failed'
136137

137138
#####################################################################
138139
# TSAN
@@ -180,6 +181,7 @@ jobs:
180181
path: "${{ steps.compile_and_test.outputs.ctest_results_path }}*.xml"
181182
working-directory: 'src'
182183
list-tests: 'failed'
184+
list-suites: 'failed'
183185

184186
#####################################################################
185187
# CLANG
@@ -285,6 +287,7 @@ jobs:
285287
working-directory: 'src'
286288
fail-on-empty: 'false'
287289
list-tests: 'failed'
290+
list-suites: 'failed'
288291

289292
#####################################################################
290293
# DOCUMENTATION TEST

.github/workflows/reusable-workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,4 @@ jobs:
9595
working-directory: 'src'
9696
path-replace-backslashes: 'true'
9797
list-tests: 'failed'
98+
list-suites: 'failed'

.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)