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

Unified Diff: recipes/recipes/w3c_test_autoroller.py

Issue 2237063002: Change w3c test autoroller email in recipe (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 | recipes/recipes/w3c_test_autoroller.expected/w3c-test-autoroller.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipes/recipes/w3c_test_autoroller.py
diff --git a/recipes/recipes/w3c_test_autoroller.py b/recipes/recipes/w3c_test_autoroller.py
index e25658861b264949e516699b06aa662363439b20..5192167a819ea3ee331e708a3faedc751db470ef 100644
--- a/recipes/recipes/w3c_test_autoroller.py
+++ b/recipes/recipes/w3c_test_autoroller.py
@@ -23,8 +23,8 @@ def RunSteps(api):
api.gclient.set_config('chromium')
api.bot_update.ensure_checkout(force=True)
- api.git('config', 'user.name', 'W3C Autoroll Bot')
- api.git('config', 'user.email', 'w3c-test-updater-bot@chromium.org')
+ api.git('config', 'user.name', 'Blink W3C Test Autoroller')
+ api.git('config', 'user.email', 'blink-w3c-test-autoroller@chromium.org')
api.git('checkout', '-B', 'update_w3c_tests')
cwd = api.path['checkout'].join('third_party', 'WebKit')
« no previous file with comments | « no previous file | recipes/recipes/w3c_test_autoroller.expected/w3c-test-autoroller.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698