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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_x64_Builder.json

Issue 1871583004: Revert "Remove references to crash_service, which is no longer needed." (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 8 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 "--goma-jsonstatus", 175 "--goma-jsonstatus",
176 "/path/to/tmp/json", 176 "/path/to/tmp/json",
177 "--mode", 177 "--mode",
178 "official", 178 "official",
179 "--goma-dir", 179 "--goma-dir",
180 "[BUILD]\\goma", 180 "[BUILD]\\goma",
181 "--goma-hermetic", 181 "--goma-hermetic",
182 "fallback", 182 "fallback",
183 "--", 183 "--",
184 "chrome", 184 "chrome",
185 "chromium_builder_perf" 185 "chromium_builder_perf",
186 "crash_service"
186 ], 187 ],
187 "cwd": "[SLAVE_BUILD]", 188 "cwd": "[SLAVE_BUILD]",
188 "name": "compile", 189 "name": "compile",
189 "~followup_annotations": [ 190 "~followup_annotations": [
190 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 191 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
191 "@@@STEP_LOG_END@json.output (invalid)@@@" 192 "@@@STEP_LOG_END@json.output (invalid)@@@"
192 ] 193 ]
193 }, 194 },
194 { 195 {
195 "allow_subannotations": true, 196 "allow_subannotations": true,
(...skipping 957 matching lines...) Expand 10 before | Expand all | Expand 10 after
1153 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f 4", 1154 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f 4",
1154 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}" 1155 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}"
1155 } 1156 }
1156 } 1157 }
1157 ], 1158 ],
1158 "~followup_annotations": [ 1159 "~followup_annotations": [
1159 "@@@STEP_TEXT@Win Zenbook Perf (5)@@@" 1160 "@@@STEP_TEXT@Win Zenbook Perf (5)@@@"
1160 ] 1161 ]
1161 }, 1162 },
1162 { 1163 {
1164 "cmd": [
1165 "python",
1166 "-u",
1167 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p y",
1168 "--target",
1169 "Release_x64"
1170 ],
1171 "cwd": "[SLAVE_BUILD]",
1172 "name": "start_crash_service"
1173 },
1174 {
1163 "allow_subannotations": true, 1175 "allow_subannotations": true,
1164 "cmd": [ 1176 "cmd": [
1165 "python", 1177 "python",
1166 "-u", 1178 "-u",
1167 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 1179 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
1168 "--target", 1180 "--target",
1169 "Release_x64", 1181 "Release_x64",
1170 "--no-xvfb", 1182 "--no-xvfb",
1171 "--factory-properties", 1183 "--factory-properties",
1172 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win x64 Builder\", \"buildnumber\": 571, \"mastername\": \"chro mium.perf\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename \": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 1184 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win x64 Builder\", \"buildnumber\": 571, \"mastername\": \"chro mium.perf\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename \": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
(...skipping 23 matching lines...) Expand all
1196 ], 1208 ],
1197 "cwd": "[SLAVE_BUILD]", 1209 "cwd": "[SLAVE_BUILD]",
1198 "name": "process_dumps" 1210 "name": "process_dumps"
1199 }, 1211 },
1200 { 1212 {
1201 "name": "$result", 1213 "name": "$result",
1202 "recipe_result": null, 1214 "recipe_result": null,
1203 "status_code": 0 1215 "status_code": 0
1204 } 1216 }
1205 ] 1217 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698