-
Notifications
You must be signed in to change notification settings - Fork 38
Updating MH gateway script to include test_target name in the message to include it in the results link #759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Updating gateway script to include test_target name in the message to include it in the results link
Datadog ReportBranch report: ✅ 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}') |
There was a problem hiding this comment.
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.') |
There was a problem hiding this comment.
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.
6259a06 to
d7a2be9
Compare
e6b6385 to
b41ef6d
Compare
b41ef6d to
b2f8e30
Compare
c735912 to
caa08fe
Compare
097e9c9 to
c41cdd0
Compare
c41cdd0 to
7dc7279
Compare
bd772ba to
784320a
Compare
784320a to
6038abf
Compare
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