OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
7 "[BUILDER_CACHE]/linux", | 7 "[BUILDER_CACHE]/linux", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
326 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 326 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
327 }, | 327 }, |
328 "name": "analyze", | 328 "name": "analyze", |
329 "~followup_annotations": [ | 329 "~followup_annotations": [ |
330 "@@@STEP_TEXT@No compile necessary@@@", | 330 "@@@STEP_TEXT@No compile necessary@@@", |
331 "@@@STEP_LOG_LINE@json.output@{@@@", | 331 "@@@STEP_LOG_LINE@json.output@{@@@", |
332 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", | 332 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", |
333 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", | 333 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", |
334 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", | 334 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", |
335 "@@@STEP_LOG_LINE@json.output@}@@@", | 335 "@@@STEP_LOG_LINE@json.output@}@@@", |
336 "@@@STEP_LOG_END@json.output@@@", | 336 "@@@STEP_LOG_END@json.output@@@" |
| 337 ] |
| 338 }, |
| 339 { |
| 340 "cmd": [ |
| 341 "python", |
| 342 "-u", |
| 343 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 344 "--show-path", |
| 345 "python", |
| 346 "RECIPE_PACKAGE_REPO[build]/scripts/slave/send_analyze_event.py", |
| 347 "--event-mon-run-type", |
| 348 "test", |
| 349 "--master-name", |
| 350 "tryserver.chromium.linux", |
| 351 "--builder-name", |
| 352 "linux_chromium_rel_ng", |
| 353 "--build-id", |
| 354 "571", |
| 355 "--analyze-input", |
| 356 "{\"additional_compile_targets\": [\"chromium_swarm_tests\"], \"files\": [
\"foo.cc\"], \"test_targets\": []}", |
| 357 "--analyze-output", |
| 358 "{\"compile_targets\": [], \"status\": \"No dependency\", \"test_targets\"
: []}" |
| 359 ], |
| 360 "name": "analyze report", |
| 361 "~followup_annotations": [ |
337 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 362 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
338 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", | 363 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", |
339 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", | 364 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", |
340 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 365 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
341 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", | 366 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", |
342 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [],
@@@", | 367 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [],
@@@", |
343 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@
@", | 368 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@
@", |
344 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@", | 369 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@", |
345 "@@@STEP_LOG_LINE@analyze_details@}@@@", | 370 "@@@STEP_LOG_LINE@analyze_details@}@@@", |
346 "@@@STEP_LOG_END@analyze_details@@@" | 371 "@@@STEP_LOG_END@analyze_details@@@" |
347 ] | 372 ] |
348 }, | 373 }, |
349 { | 374 { |
350 "cmd": [ | 375 "cmd": [ |
351 "python", | 376 "python", |
352 "-u", | 377 "-u", |
353 "import sys; sys.exit(0)" | 378 "import sys; sys.exit(0)" |
354 ], | 379 ], |
355 "name": "mark: before_tests" | 380 "name": "mark: before_tests" |
356 }, | 381 }, |
357 { | 382 { |
358 "name": "$result", | 383 "name": "$result", |
359 "recipe_result": null, | 384 "recipe_result": null, |
360 "status_code": 0 | 385 "status_code": 0 |
361 } | 386 } |
362 ] | 387 ] |
OLD | NEW |