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

Unified Diff: masters/master.client.webrtc.fyi/master_linux_cfg.py

Issue 220453004: WebRTC: Move TSan v2 and SyzyASan bots to main build+try masters. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebased Created 6 years, 9 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.fyi/master_win_cfg.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.webrtc.fyi/master_linux_cfg.py
diff --git a/masters/master.client.webrtc.fyi/master_linux_cfg.py b/masters/master.client.webrtc.fyi/master_linux_cfg.py
index 9d485bc52f3095bd2c5167f0a8f8b15bf1498d35..b9cfe825a3608d94f93082e7afdb83e5fba29d74 100644
--- a/masters/master.client.webrtc.fyi/master_linux_cfg.py
+++ b/masters/master.client.webrtc.fyi/master_linux_cfg.py
@@ -40,19 +40,6 @@ tests = [
defaults['category'] = 'linux'
-B('Linux Tsan v2', 'linux_tsan2_factory', scheduler=scheduler)
-F('linux_tsan2_factory', linux().WebRTCFactory(
- target='Release',
- tests=tests,
- options=['--compiler=goma-clang'],
- factory_properties={
- 'tsan': True,
- 'tsan_suppressions_file':
- 'src/tools/valgrind-webrtc/tsan_v2/suppressions.txt',
- 'gclient_env': {
- 'GYP_DEFINES': 'tsan=1 use_allocator=none release_extra_cflags=-g',
- }}))
-
B('Linux TsanRV', 'linux_tsan_rv_factory', scheduler=scheduler)
F('linux_tsan_rv_factory', linux().WebRTCFactory(
target='Release',
« no previous file with comments | « no previous file | masters/master.client.webrtc.fyi/master_win_cfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698