Skip to content

Commit ac909dc

Browse files
Eduardo YapSkCQ
authored andcommitted
Update include_params for widevine configs
Bug: 462740093 Change-Id: Icdb291963fbb817ac3b37c961fc70f42d053e073 Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/1122636 Reviewed-by: Marcin Mordecki <[email protected]> Commit-Queue: Eduardo Yap <[email protected]>
1 parent ec67ce2 commit ac909dc

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

perf/configs/spanner/widevine-cdm.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,13 @@
6262
"improvement_direction": ["down"],
6363
"stat": ["value"]
6464
},
65-
"include_params": [
65+
"include_params": [
6666
"benchmark",
6767
"bot",
68-
"subtest_1",
6968
"test",
70-
"unit"
69+
"subtest_1",
70+
"subtest_2",
71+
"subtest_3"
7172
],
7273
"default_url_values": {
7374
"show_google_plot": "true",

perf/configs/spanner/widevine-whitebox.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,15 @@
6060
"enable_chart_tooltip": "true",
6161
"use_titles": "true",
6262
"useTestPicker": "true"
63-
}
63+
},
64+
"include_params": [
65+
"benchmark",
66+
"bot",
67+
"test",
68+
"subtest_1",
69+
"subtest_2",
70+
"subtest_3"
71+
]
6472
},
6573
"optimize_sqltracestore": true,
6674
"show_triage_link": true,

0 commit comments

Comments
 (0)