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

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

Issue 2020603002: Revert "build: remove diagnose_goma step to stop leaks" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 7 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 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 "env": { 291 "env": {
292 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 292 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
293 }, 293 },
294 "name": "compile", 294 "name": "compile",
295 "~followup_annotations": [ 295 "~followup_annotations": [
296 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 296 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
297 "@@@STEP_LOG_END@json.output (invalid)@@@" 297 "@@@STEP_LOG_END@json.output (invalid)@@@"
298 ] 298 ]
299 }, 299 },
300 { 300 {
301 "cmd": [
302 "python",
303 "-u",
304 "[BUILD]\\goma\\diagnose_goma_log.py"
305 ],
306 "cwd": "[SLAVE_BUILD]",
307 "name": "diagnose_goma"
308 },
309 {
301 "allow_subannotations": true, 310 "allow_subannotations": true,
302 "cmd": [ 311 "cmd": [
303 "python", 312 "python",
304 "-u", 313 "-u",
305 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 314 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
306 "--target", 315 "--target",
307 "Release", 316 "Release",
308 "--factory-properties", 317 "--factory-properties",
309 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"CrWinGoma\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \ "/path/to/workdir/TestSlavename\"}", 318 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"CrWinGoma\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \ "/path/to/workdir/TestSlavename\"}",
310 "--build-properties", 319 "--build-properties",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 372 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
364 }, 373 },
365 "name": "process_dumps" 374 "name": "process_dumps"
366 }, 375 },
367 { 376 {
368 "name": "$result", 377 "name": "$result",
369 "recipe_result": null, 378 "recipe_result": null,
370 "status_code": 0 379 "status_code": 0
371 } 380 }
372 ] 381 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698