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": [ | |
362 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 337 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
363 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", | 338 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", |
364 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", | 339 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", |
365 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 340 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
366 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", | 341 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", |
367 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [],
@@@", | 342 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [],
@@@", |
368 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@
@", | 343 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@
@", |
369 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@", | 344 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@", |
370 "@@@STEP_LOG_LINE@analyze_details@}@@@", | 345 "@@@STEP_LOG_LINE@analyze_details@}@@@", |
371 "@@@STEP_LOG_END@analyze_details@@@" | 346 "@@@STEP_LOG_END@analyze_details@@@" |
372 ] | 347 ] |
373 }, | 348 }, |
374 { | 349 { |
375 "cmd": [ | 350 "cmd": [ |
376 "python", | 351 "python", |
377 "-u", | 352 "-u", |
378 "import sys; sys.exit(0)" | 353 "import sys; sys.exit(0)" |
379 ], | 354 ], |
380 "name": "mark: before_tests" | 355 "name": "mark: before_tests" |
381 }, | 356 }, |
382 { | 357 { |
383 "name": "$result", | 358 "name": "$result", |
384 "recipe_result": null, | 359 "recipe_result": null, |
385 "status_code": 0 | 360 "status_code": 0 |
386 } | 361 } |
387 ] | 362 ] |
OLD | NEW |