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.

@SortaCookie SortaCookie force-pushed the main branch 3 times, most recently from 5de9067 to 0c39678 Compare August 20, 2025 20:03
@SortaCookie SortaCookie force-pushed the main branch 2 times, most recently from e5fea95 to 7dd4094 Compare September 9, 2025 18:38
@SortaCookie SortaCookie force-pushed the main branch 4 times, most recently from 36bd2a6 to 230cead Compare September 12, 2025 18:39
@SortaCookie SortaCookie force-pushed the main branch 3 times, most recently from 6e38faf to 2e3ef2f Compare September 12, 2025 20:46
@SortaCookie SortaCookie force-pushed the main branch 5 times, most recently from 13162cc to 9ad8257 Compare September 15, 2025 20:19
@SortaCookie SortaCookie force-pushed the main branch 2 times, most recently from 5fcc30a to 0ca8ad7 Compare October 14, 2025 20:14
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.

3 participants