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

Unified Diff: masters/master.client.webrtc/master_linux_cfg.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 | « no previous file | masters/master.client.webrtc/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.webrtc/master_linux_cfg.py
diff --git a/masters/master.client.webrtc/master_linux_cfg.py b/masters/master.client.webrtc/master_linux_cfg.py
index 659e1c0564ac076f245f9fdf5a56cc73c19c972a..8c76df9d09578c2ebf4c73d123722a02338ad6d6 100644
--- a/masters/master.client.webrtc/master_linux_cfg.py
+++ b/masters/master.client.webrtc/master_linux_cfg.py
@@ -40,6 +40,7 @@ def Update(c):
'Linux Tsan v2',
'Linux UBSan',
'Linux UBSan vptr',
+ 'Linux (more configs)',
'Linux64 Release [large tests]',
'Linux64 Debug (GYP)',
'Linux64 Release (GYP)',
@@ -62,6 +63,11 @@ def Update(c):
{'name': 'Linux UBSan', 'slavebuilddir': 'linux_ubsan'},
{'name': 'Linux UBSan vptr', 'slavebuilddir': 'linux_ubsan_vptr'},
{
+ 'name': 'Linux (more configs)',
+ 'recipe': 'webrtc/more_configs',
+ 'slavebuilddir': 'linux64',
+ },
+ {
'name': 'Linux64 Release [large tests]',
'category': 'compile|baremetal',
'slavebuilddir': 'linux_baremetal',
« no previous file with comments | « no previous file | masters/master.client.webrtc/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698