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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClangGoma.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, 6 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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 "env": { 292 "env": {
293 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 293 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
294 }, 294 },
295 "name": "compile", 295 "name": "compile",
296 "~followup_annotations": [ 296 "~followup_annotations": [
297 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 297 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
298 "@@@STEP_LOG_END@json.output (invalid)@@@" 298 "@@@STEP_LOG_END@json.output (invalid)@@@"
299 ] 299 ]
300 }, 300 },
301 { 301 {
302 "cmd": [
303 "python",
304 "-u",
305 "[BUILD]\\goma\\diagnose_goma_log.py"
306 ],
307 "cwd": "[SLAVE_BUILD]",
308 "name": "diagnose_goma"
309 },
310 {
302 "allow_subannotations": true, 311 "allow_subannotations": true,
303 "cmd": [ 312 "cmd": [
304 "python", 313 "python",
305 "-u", 314 "-u",
306 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 315 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
307 "--target", 316 "--target",
308 "Release", 317 "Release",
309 "--factory-properties", 318 "--factory-properties",
310 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"CrWinClangGom a\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildernam e\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir \": \"/path/to/workdir/TestSlavename\"}", 319 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"CrWinClangGom a\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildernam e\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir \": \"/path/to/workdir/TestSlavename\"}",
311 "--build-properties", 320 "--build-properties",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 373 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
365 }, 374 },
366 "name": "process_dumps" 375 "name": "process_dumps"
367 }, 376 },
368 { 377 {
369 "name": "$result", 378 "name": "$result",
370 "recipe_result": null, 379 "recipe_result": null,
371 "status_code": 0 380 "status_code": 0
372 } 381 }
373 ] 382 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698