Skip to content

Commit 7513a12

Browse files
committed
Restore changes to use eprosima-ci
Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com>
1 parent 5ad942b commit 7513a12

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126

127127

128128
- name: Test Report
129-
uses: eProsima/eProsima-CI/external/test-reporter@feature/upgrade-test-reporter
129+
uses: eProsima/eProsima-CI/external/test-reporter@v0
130130
if: success() || failure()
131131
with:
132132
name: "Report: ASAN "
@@ -174,7 +174,7 @@ jobs:
174174
test_report_artifact: test_report_tsan${{ inputs.dependencies_artifact_postfix }}_${{ inputs.custom_version_build }}
175175

176176
- name: Test Report
177-
uses: eProsima/eProsima-CI/external/test-reporter@feature/upgrade-test-reporter
177+
uses: eProsima/eProsima-CI/external/test-reporter@v0
178178
if: success() || failure()
179179
with:
180180
name: "Report: TSAN "
@@ -279,7 +279,7 @@ jobs:
279279
test_report_artifact: test_report_flaky${{ inputs.dependencies_artifact_postfix }}_${{ inputs.custom_version_build }}
280280

281281
- name: Test Report
282-
uses: eProsima/eProsima-CI/external/test-reporter@feature/upgrade-test-reporter
282+
uses: eProsima/eProsima-CI/external/test-reporter@v0
283283
if: success() || failure()
284284
with:
285285
name: "Report: Flaky "

.github/workflows/reusable-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787

8888

8989
- name: Test Report
90-
uses: eProsima/eProsima-CI/external/test-reporter@feature/upgrade-test-reporter
90+
uses: eProsima/eProsima-CI/external/test-reporter@v0
9191
if: success() || failure()
9292
with:
9393
name: "Report: ${{ inputs.os }} | ${{ matrix.cmake_build_type }} "

ddsrouter_core/test/unittest/ParticipantFactoryTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ TEST(ParticipantFactoryTest, create_echo_participant)
128128

129129
ASSERT_TRUE(echo_participant) << "Failed to create Echo Participant";
130130

131-
ASSERT_EQ(echo_participant->configuration_->app_id, "DDS_ROUTER_FAIL");
131+
ASSERT_EQ(echo_participant->configuration_->app_id, "DDS_ROUTER");
132132
ASSERT_EQ(echo_participant->configuration_->app_metadata, "");
133133
}
134134
}

0 commit comments

Comments
 (0)