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

Unified Diff: scripts/slave/recipe_modules/webrtc/chromium_config.py

Issue 2460493002: WebRTC: Add new Linux (more configs) bots. (Closed)
Patch Set: Rebased Created 4 years, 2 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 | « masters/master.tryserver.webrtc/slaves.cfg ('k') | scripts/slave/recipes/webrtc/more_configs.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/webrtc/chromium_config.py
diff --git a/scripts/slave/recipe_modules/webrtc/chromium_config.py b/scripts/slave/recipe_modules/webrtc/chromium_config.py
index 933dc0ed9f3eed650575a9f4c7394c389e741a14..cc66d6fd37f6a6c8680af4c7a8f2a4defb4fe9ce 100644
--- a/scripts/slave/recipe_modules/webrtc/chromium_config.py
+++ b/scripts/slave/recipe_modules/webrtc/chromium_config.py
@@ -11,11 +11,12 @@ CONFIG_CTX = DEPS['chromium'].CONFIG_CTX
SUPPORTED_TARGET_ARCHS = ('intel', 'arm')
-
-@CONFIG_CTX(includes=['chromium', 'dcheck', 'webrtc_openh264'])
-def webrtc_standalone(c):
+@CONFIG_CTX(includes=['chromium'])
+def webrtc_minimal(c):
_compiler_defaults(c)
+@CONFIG_CTX(includes=['webrtc_minimal', 'dcheck', 'webrtc_openh264'])
+def webrtc_standalone(c):
c.runtests.memory_tests_runner = c.CHECKOUT_PATH.join(
'tools', 'valgrind-webrtc', 'webrtc_tests',
platform_ext={'win': '.bat', 'mac': '.sh', 'linux': '.sh'})
« no previous file with comments | « masters/master.tryserver.webrtc/slaves.cfg ('k') | scripts/slave/recipes/webrtc/more_configs.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698