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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Chromium_Linux_Goma_Canary.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_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.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Chromium Linux Goma Canary", 10 "Chromium Linux Goma Canary",
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 "env": { 283 "env": {
284 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 284 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
285 }, 285 },
286 "name": "compile", 286 "name": "compile",
287 "~followup_annotations": [ 287 "~followup_annotations": [
288 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 288 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
289 "@@@STEP_LOG_END@json.output (invalid)@@@" 289 "@@@STEP_LOG_END@json.output (invalid)@@@"
290 ] 290 ]
291 }, 291 },
292 { 292 {
293 "cmd": [
294 "python",
295 "-u",
296 "[BUILD]/goma/diagnose_goma_log.py"
297 ],
298 "cwd": "[SLAVE_BUILD]",
299 "name": "diagnose_goma"
300 },
301 {
293 "allow_subannotations": true, 302 "allow_subannotations": true,
294 "cmd": [ 303 "cmd": [
295 "python", 304 "python",
296 "-u", 305 "-u",
297 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 306 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
298 "--target", 307 "--target",
299 "Release", 308 "Release",
300 "--xvfb", 309 "--xvfb",
301 "--factory-properties", 310 "--factory-properties",
302 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Chromium Linux G oma Canary\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_b uildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 311 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Chromium Linux G oma Canary\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_b uildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 353 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
345 }, 354 },
346 "name": "content_unittests" 355 "name": "content_unittests"
347 }, 356 },
348 { 357 {
349 "name": "$result", 358 "name": "$result",
350 "recipe_result": null, 359 "recipe_result": null,
351 "status_code": 0 360 "status_code": 0
352 } 361 }
353 ] 362 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698