Skip to content

Conversation

@Libzu
Copy link
Contributor

@Libzu Libzu commented Apr 11, 2025

Update on_device_tests_gateway_client.py
Updating gateway script to include test_target name in the message to include it in the results link

Libzu added 2 commits April 11, 2025 14:20
Updating gateway script to include test_target name in the message to include it in the results link
@Libzu Libzu added the on_device Add this label to run On-Device Tests label Apr 11, 2025
@Libzu Libzu requested a review from a team as a code owner April 11, 2025 22:29
@Libzu Libzu requested review from johnxwork and removed request for a team April 11, 2025 22:29
@Libzu Libzu changed the title Libzu patch 2 Updating MH gateway script to include test_target name in the message to include it in the results link Apr 11, 2025
@Libzu Libzu requested review from isarkis and oxve April 11, 2025 22:40
@datadog-cobalt-youtube
Copy link

datadog-cobalt-youtube bot commented Apr 11, 2025

Datadog Report

Branch report: Libzu-patch-2
Commit report: 695c27a
Test service: cobalt_sandbox

✅ 0 Failed, 71865 Passed, 170 Skipped, 12m 35.28s Total Time

for gtest_target in args.targets.split(','):
_, target_name = gtest_target.split(':')
print(f' Processing gtest_target: {gtest_target}')
# print(f' Processing gtest_target: {gtest_target}')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove (and the other commented out statement below)? I don't think we need this arg as the gtest filter will be displayed in the target log.

# print(f' gtest_filter = {gtest_filter}')
if gtest_filter == '-*':
print(f'Skipping {target_name} due to test filter.')
# print(f'Skipping {target_name} due to test filter.')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keep this one though so it's clear that the target was skipped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

on_device Add this label to run On-Device Tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants