| 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"
|
|
|