1 [ 2 { 3 "cmd": [ 4 "python", 5 "-u", 6 "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", 7 "--json-output", 8 "/path/to/tmp/json", 9 "glob", 10 "None/out/Release", 11 "*.isolated.gen.json" 12 ], 13 "infra_step": true, 14 "name": "find isolated targets", 15 "stdout": "/path/to/tmp/", 16 "~followup_annotations": [ 17 "@@@STEP_LOG_LINE@glob@None/out/Release/dummy_target_1.isolated.gen.json@@@", 18 "@@@STEP_LOG_LINE@glob@None/out/Release/dummy_target_2.isolated.gen.json@@@", 19 "@@@STEP_LOG_END@glob@@@" 20 ] 21 }, 22 { 23 "cmd": [ 24 "python", 25 "-u", 26 "RECIPE_MODULE[skia::isolate]/resources/isolate.py", 27 "None/tools/swarming_client", 28 "batcharchive", 29 "--dump-json", 30 "/path/to/tmp/json", 31 "--isolate-server", 32 "https://isolateserver.appspot.com", 33 "None/out/Release/dummy_target_1.isolated.gen.json", 34 "None/out/Release/dummy_target_2.isolated.gen.json" 35 ], 36 "name": "isolate tests", 37 "~followup_annotations": [ 38 "@@@STEP_LOG_LINE (a] json.output@{@@@", 39 "@@@STEP_LOG_LINE (a] json.output@ \"dummy_target_1\": \"[dummy hash for dummy_target_1]\", @@@", 40 "@@@STEP_LOG_LINE (a] json.output@ \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"@@@", 41 "@@@STEP_LOG_LINE (a] json.output@}@@@", 42 "@@@STEP_LOG_END (a] json.output@@@", 43 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" 44 ] 45 }, 46 { 47 "name": "$result", 48 "recipe_result": null, 49 "status_code": 0 50 } 51 ]