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

Unified Diff: recipes/recipes/w3c_test_autoroller.py

Issue 2176973002: Correct recipe for w3c test autoroller bot. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: correct typo in recipe 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 | 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 ec2838a213e5e562ef1f87c5cf2262136713a386..d673c060c88a74119bfeb0733ee9a8c7fe1aef69 100644
--- a/recipes/recipes/w3c_test_autoroller.py
+++ b/recipes/recipes/w3c_test_autoroller.py
@@ -24,6 +24,7 @@ def RunSteps(api):
api.git('config', 'user.name', 'W3C Autoroll Bot')
api.git('config', 'user.email', 'w3c-test-updater-bot@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