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

Unified Diff: infra/tools/restart/__main__.py

Issue 2207813002: Prompt for a reason when restarting a master, include that reason in the CL description. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 years, 4 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 | infra/tools/restart/restart.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/tools/restart/__main__.py
diff --git a/infra/tools/restart/__main__.py b/infra/tools/restart/__main__.py
index 70fce749279e13e19b06a5642b83d1ae4ef96d43..c8741241ec5d1cfd6c4bd645c756a5efd9755dab 100755
--- a/infra/tools/restart/__main__.py
+++ b/infra/tools/restart/__main__.py
@@ -39,7 +39,7 @@ def main(argv):
return restart.run(args.masters, restart_time,
args.reviewer, args.bug, args.force, args.no_commit,
- args.desired_state)
+ args.desired_state, args.reason)
if __name__ == '__main__':
« no previous file with comments | « no previous file | infra/tools/restart/restart.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698