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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « scripts/slave/recipes/infra/rebaseline_o_matic.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.infra.cron", 8 "chromium.infra.cron",
9 "--builder", 9 "--builder",
10 "rebaseline-o-matic", 10 "rebaseline-o-matic",
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@", 92 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
93 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @", 93 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
94 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", 94 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
95 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", 95 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
96 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" , 96 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
97 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@" 97 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@"
98 ] 98 ]
99 }, 99 },
100 { 100 {
101 "cmd": [ 101 "cmd": [
102 "git",
103 "config",
104 "user.name",
105 "Rebaseline Bot"
106 ],
107 "cwd": "[SLAVE_BUILD]/src",
108 "name": "git config"
109 },
110 {
111 "cmd": [
112 "git",
113 "config",
114 "user.email",
115 "blink-rebaseline-bot@chromium.org"
116 ],
117 "cwd": "[SLAVE_BUILD]/src",
118 "name": "git config (2)"
119 },
120 {
121 "cmd": [
102 "python", 122 "python",
103 "-u", 123 "-u",
104 "[SLAVE_BUILD]/src/third_party/WebKit/Tools/Scripts/webkit-patch", 124 "[SLAVE_BUILD]/src/third_party/WebKit/Tools/Scripts/webkit-patch",
105 "auto-rebaseline", 125 "auto-rebaseline",
106 "--verbose", 126 "--verbose",
107 "--auth-refresh-token-json", 127 "--auth-refresh-token-json",
108 "/creds/refresh_tokens/blink_rebaseline_bot_rietveld", 128 "/creds/refresh_tokens/blink_rebaseline_bot_rietveld"
109 "--commit-author",
110 "Rebaseline Bot <blink-rebaseline-bot@chromium.org>"
111 ], 129 ],
112 "cwd": "[SLAVE_BUILD]/src/third_party/WebKit", 130 "cwd": "[SLAVE_BUILD]/src/third_party/WebKit",
113 "name": "webkit-patch auto-rebaseline" 131 "name": "webkit-patch auto-rebaseline"
114 }, 132 },
115 { 133 {
116 "name": "$result", 134 "name": "$result",
117 "recipe_result": null, 135 "recipe_result": null,
118 "status_code": 0 136 "status_code": 0
119 } 137 }
120 ] 138 ]
OLDNEW
« 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