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

Unified Diff: infra/services/builder_alerts/__main__.py

Issue 2183453002: Add ts_mon defaults in builder_alrets (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 years, 5 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: infra/services/builder_alerts/__main__.py
diff --git a/infra/services/builder_alerts/__main__.py b/infra/services/builder_alerts/__main__.py
index a7c6ee10f1295873794095c37aa593409a7ab8c4..78e0e50d2bbfad2d1ca2804f207e5a2a9867fb8f 100755
--- a/infra/services/builder_alerts/__main__.py
+++ b/infra/services/builder_alerts/__main__.py
@@ -359,7 +359,13 @@ def main(args):
type=int)
logs.add_argparse_options(parser)
outer_loop.add_argparse_options(parser)
+
ts_mon.add_argparse_options(parser)
+ parser.set_defaults(
+ ts_mon_target_type='task',
+ ts_mon_task_service_name='builder-alerts',
+ ts_mon_task_job_name='builder-alerts',
+ )
gatekeeper_json = os.path.join(build_scripts_dir, 'slave', 'gatekeeper.json')
parser.add_argument('--gatekeeper', action='store', default=gatekeeper_json)
« 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