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

Side by Side Diff: scripts/slave/recipes/webrtc/more_configs.py

Issue 2457613003: WebRTC: Remove Intelligibility test for now. (Closed)
Patch Set: Created 4 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « no previous file | scripts/slave/recipes/webrtc/more_configs.expected/full_client_webrtc_Linux__more_configs_.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 from recipe_engine.types import freeze 5 from recipe_engine.types import freeze
6 6
7 7
8 DEPS = [ 8 DEPS = [
9 'depot_tools/bot_update', 9 'depot_tools/bot_update',
10 'chromium', 10 'chromium',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 def RunSteps(api): 61 def RunSteps(api):
62 webrtc = api.webrtc 62 webrtc = api.webrtc
63 webrtc.apply_bot_config(BUILDERS, RECIPE_CONFIGS) 63 webrtc.apply_bot_config(BUILDERS, RECIPE_CONFIGS)
64 64
65 api.webrtc.checkout() 65 api.webrtc.checkout()
66 api.chromium.ensure_goma() 66 api.chromium.ensure_goma()
67 api.chromium.runhooks() 67 api.chromium.runhooks()
68 68
69 BuildSteps(api, name='minimal') 69 BuildSteps(api, name='minimal')
70 BuildSteps(api, gn_arg='rtc_enable_intelligibility_enhancer=true') 70 BuildSteps(api, gn_arg='rtc_enable_intelligibility_enhancer=true')
71 api.chromium.runtest(test='modules_unittests',
72 args=['--gtest_filter=Intelligibility*'])
73 71
74 72
75 def GenTests(api): 73 def GenTests(api):
76 for test in api.chromium.gen_tests_for_builders(BUILDERS): 74 for test in api.chromium.gen_tests_for_builders(BUILDERS):
77 yield test 75 yield test
OLDNEW
« no previous file with comments | « no previous file | scripts/slave/recipes/webrtc/more_configs.expected/full_client_webrtc_Linux__more_configs_.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698