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: scripts/slave/recipes/infra/rebaseline_o_matic.expected/rebaseline_o_matic.json

Issue 1801213002: Set rebaseline bot name/email in chromium repo via git config. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: New expectations. Created 4 years, 9 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 | « scripts/slave/recipes/infra/rebaseline_o_matic.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/infra/rebaseline_o_matic.expected/rebaseline_o_matic.json
diff --git a/scripts/slave/recipes/infra/rebaseline_o_matic.expected/rebaseline_o_matic.json b/scripts/slave/recipes/infra/rebaseline_o_matic.expected/rebaseline_o_matic.json
index cdf0741c6017687885ba821deab1102e13232cc9..7e1ba4638efa943d314c8e4de23ce08bdb788501 100644
--- a/scripts/slave/recipes/infra/rebaseline_o_matic.expected/rebaseline_o_matic.json
+++ b/scripts/slave/recipes/infra/rebaseline_o_matic.expected/rebaseline_o_matic.json
@@ -99,15 +99,33 @@
},
{
"cmd": [
+ "git",
+ "config",
+ "user.name",
+ "Rebaseline Bot"
+ ],
+ "cwd": "[SLAVE_BUILD]/src",
+ "name": "git config"
+ },
+ {
+ "cmd": [
+ "git",
+ "config",
+ "user.email",
+ "blink-rebaseline-bot@chromium.org"
+ ],
+ "cwd": "[SLAVE_BUILD]/src",
+ "name": "git config (2)"
+ },
+ {
+ "cmd": [
"python",
"-u",
"[SLAVE_BUILD]/src/third_party/WebKit/Tools/Scripts/webkit-patch",
"auto-rebaseline",
"--verbose",
"--auth-refresh-token-json",
- "/creds/refresh_tokens/blink_rebaseline_bot_rietveld",
- "--commit-author",
- "Rebaseline Bot <blink-rebaseline-bot@chromium.org>"
+ "/creds/refresh_tokens/blink_rebaseline_bot_rietveld"
],
"cwd": "[SLAVE_BUILD]/src/third_party/WebKit",
"name": "webkit-patch auto-rebaseline"
« no previous file with comments | « scripts/slave/recipes/infra/rebaseline_o_matic.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698