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

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

Issue 1408303005: WebRTC: Add triggering of Linux GCC bot. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 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 | no next file » | 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 07804da781b219e4ce6c37722700f0ceb21ff792..41c924670d6020f876d68b9fe1f0aef084fe658f 100644
--- a/masters/master.client.webrtc.fyi/master_linux_cfg.py
+++ b/masters/master.client.webrtc.fyi/master_linux_cfg.py
@@ -16,15 +16,16 @@ def Update(c):
treeStableTimer=0,
builderNames=[
'Linux32 ARM',
+ 'Linux64 GCC',
'Linux64 Release (swarming)',
'Linux Tsan v2 (parallel)',
]),
- # Run WebRTC DEPS roller every EMEA morning at 4am, 12pm and 8pm.
+ # Run WebRTC DEPS roller at CET hours: 4am, 12pm and 8pm.
Nightly(
name='webrtc_deps',
branch=None,
builderNames=['Auto-roll - WebRTC DEPS'],
- hour=[19,3,11],
+ hour=[19,3,11], # Pacific timezone.
),
])
« 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