-
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
5de9067 to
0c39678
Compare
0c39678 to
1ce619e
Compare
e5fea95 to
7dd4094
Compare
027f72a to
9c4102d
Compare
36bd2a6 to
230cead
Compare
230cead to
9401684
Compare
6e38faf to
2e3ef2f
Compare
2e3ef2f to
ae74e35
Compare
f3aae0e to
2c8b212
Compare
13162cc to
9ad8257
Compare
290f9ca to
f25e09f
Compare
1993a2c to
f4e01b0
Compare
5fcc30a to
0ca8ad7
Compare
0ca8ad7 to
8aa848c
Compare
0ca8ad7 to
bf52231
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