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

Unified Diff: masters/master.chromium.fyi/master_win_drmemory_cfg.py

Issue 1576043002: Use gitiles_poller to poll chromium LKGR branch on Dr. Memory LKGR bots (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.fyi/master_win_drmemory_cfg.py
diff --git a/masters/master.chromium.fyi/master_win_drmemory_cfg.py b/masters/master.chromium.fyi/master_win_drmemory_cfg.py
index a43e22cbdd845e32a01edfacb55aa6e595ddb970..f6c28ca1573513cb7a1ca7b81241fe352e50c293 100644
--- a/masters/master.chromium.fyi/master_win_drmemory_cfg.py
+++ b/masters/master.chromium.fyi/master_win_drmemory_cfg.py
@@ -2,6 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+from master import gitiles_poller
from master import master_config
from master import master_utils
from master.factory import chromium_factory
@@ -78,4 +79,8 @@ F('win_lkgr_drmemory_x64', win().ChromiumFactory(
}))
def Update(_update_config, _active_master, c):
+ lkgr_poller = gitiles_poller.GitilesPoller(
+ 'https://chromium.googlesource.com/chromium/src',
+ branches=['lkgr'])
+ c['change_source'].append(lkgr_poller)
return helper.Update(c)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698