Skip to content

Commit

Permalink
Tests: Add Traffic Rider trace
Browse files Browse the repository at this point in the history
Test: angle_trace_tests --gtest_filter="*traffic_rider*"
Bug: b/370733451
Change-Id: I35703fcbc350fbbcaf3544ba6143d5bbb1966483
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5902662
Reviewed-by: Mark Łobodziński <[email protected]>
Commit-Queue: Cody Northrop <[email protected]>
  • Loading branch information
mark-lunarg authored and Angle LUCI CQ committed Oct 2, 2024
1 parent 55980db commit 9edd74e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@ vars = {
'checkout_angle_restricted_trace_toon_blast': 'checkout_angle_restricted_traces',
'checkout_angle_restricted_trace_top_war': 'checkout_angle_restricted_traces',
'checkout_angle_restricted_trace_township': 'checkout_angle_restricted_traces',
'checkout_angle_restricted_trace_traffic_rider': 'checkout_angle_restricted_traces',
'checkout_angle_restricted_trace_trex_200': 'checkout_angle_restricted_traces',
'checkout_angle_restricted_trace_uber': 'checkout_angle_restricted_traces',
'checkout_angle_restricted_trace_vainglory': 'checkout_angle_restricted_traces',
Expand Down Expand Up @@ -3658,6 +3659,16 @@ deps = {
'dep_type': 'cipd',
'condition': 'checkout_angle_restricted_trace_township',
},
'src/tests/restricted_traces/traffic_rider': {
'packages': [
{
'package': 'angle/traces/traffic_rider',
'version': 'version:1',
},
],
'dep_type': 'cipd',
'condition': 'checkout_angle_restricted_trace_traffic_rider',
},
'src/tests/restricted_traces/trex_200': {
'packages': [
{
Expand Down
2 changes: 1 addition & 1 deletion scripts/code_generation_hashes/restricted_traces.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"src/tests/restricted_traces/gen_restricted_traces.py":
"79978de70c2597f249241ed864562149",
"src/tests/restricted_traces/restricted_traces.json":
"282e9209a70da8b496942af0dfab91e9"
"b1f1f33ece05c65386fec9444adfbf01"
}
1 change: 1 addition & 0 deletions src/tests/restricted_traces/restricted_traces.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@
"toon_blast 5",
"top_war 1",
"township 5",
"traffic_rider 1",
"trex_200 5",
"uber 1",
"vainglory 1",
Expand Down

0 comments on commit 9edd74e

Please sign in to comment.