Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(362)

Unified Diff: testing/buildbot/chromium.gpu.json

Issue 2631783004: Remove min fps requirements for VDA unittest on windows bots. (Closed)
Patch Set: rebase Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/test/gpu/generate_buildbot_json.py ('k') | testing/buildbot/chromium.gpu.fyi.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.gpu.json
diff --git a/testing/buildbot/chromium.gpu.json b/testing/buildbot/chromium.gpu.json
index 6c491b583952d3ff716c57a8e228ae01e78632ef..1f74d1d75be1647a261bbadc58f7742e40447495 100644
--- a/testing/buildbot/chromium.gpu.json
+++ b/testing/buildbot/chromium.gpu.json
@@ -1825,7 +1825,8 @@
},
{
"args": [
- "--use-test-data-path"
+ "--use-test-data-path",
+ "--test_video_data=test-25fps.h264:320:240:250:258:::1"
],
"swarming": {
"can_use_on_swarming_builders": true,
@@ -2139,7 +2140,8 @@
},
{
"args": [
- "--use-test-data-path"
+ "--use-test-data-path",
+ "--test_video_data=test-25fps.h264:320:240:250:258:::1"
],
"swarming": {
"can_use_on_swarming_builders": true,
« no previous file with comments | « content/test/gpu/generate_buildbot_json.py ('k') | testing/buildbot/chromium.gpu.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698