| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", | 6 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", |
| 7 "--path", | 7 "--path", |
| 8 "[SLAVE_BUILD]/swarming.client", | 8 "[SLAVE_BUILD]/swarming.client", |
| 9 "--url", | 9 "--url", |
| 10 "https://chromium.googlesource.com/external/swarming.client.git" | 10 "https://chromium.googlesource.com/external/swarming.client.git" |
| 11 ], | 11 ], |
| 12 "cwd": "[SLAVE_BUILD]", | |
| 13 "name": "git setup (swarming_client)" | 12 "name": "git setup (swarming_client)" |
| 14 }, | 13 }, |
| 15 { | 14 { |
| 16 "cmd": [ | 15 "cmd": [ |
| 17 "git", | 16 "git", |
| 18 "retry", | 17 "retry", |
| 19 "fetch", | 18 "fetch", |
| 20 "origin", | 19 "origin", |
| 21 "master" | 20 "master" |
| 22 ], | 21 ], |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 "--init", | 73 "--init", |
| 75 "--recursive" | 74 "--recursive" |
| 76 ], | 75 ], |
| 77 "cwd": "[SLAVE_BUILD]/swarming.client", | 76 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 78 "name": "submodule update (swarming_client)" | 77 "name": "submodule update (swarming_client)" |
| 79 }, | 78 }, |
| 80 { | 79 { |
| 81 "cmd": [ | 80 "cmd": [ |
| 82 "cat" | 81 "cat" |
| 83 ], | 82 ], |
| 84 "cwd": "[SLAVE_BUILD]", | |
| 85 "name": "read test spec", | 83 "name": "read test spec", |
| 86 "stdout": "/path/to/tmp/json", | 84 "stdout": "/path/to/tmp/json", |
| 87 "~followup_annotations": [ | 85 "~followup_annotations": [ |
| 88 "@@@STEP_LOG_LINE@json.output@[@@@", | 86 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 89 "@@@STEP_LOG_LINE@json.output@ \"test1\", @@@", | 87 "@@@STEP_LOG_LINE@json.output@ \"test1\", @@@", |
| 90 "@@@STEP_LOG_LINE@json.output@ \"test2\"@@@", | 88 "@@@STEP_LOG_LINE@json.output@ \"test2\"@@@", |
| 91 "@@@STEP_LOG_LINE@json.output@]@@@", | 89 "@@@STEP_LOG_LINE@json.output@]@@@", |
| 92 "@@@STEP_LOG_END@json.output@@@" | 90 "@@@STEP_LOG_END@json.output@@@" |
| 93 ] | 91 ] |
| 94 }, | 92 }, |
| 95 { | 93 { |
| 96 "cmd": [ | 94 "cmd": [ |
| 97 "python", | 95 "python", |
| 98 "-u", | 96 "-u", |
| 99 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", | 97 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", |
| 100 "--build-dir", | 98 "--build-dir", |
| 101 "[BUILD]", | 99 "[BUILD]", |
| 102 "--output-json", | 100 "--output-json", |
| 103 "/path/to/tmp/json" | 101 "/path/to/tmp/json" |
| 104 ], | 102 ], |
| 105 "cwd": "[SLAVE_BUILD]", | |
| 106 "name": "find isolated tests", | 103 "name": "find isolated tests", |
| 107 "~followup_annotations": [ | 104 "~followup_annotations": [ |
| 108 "@@@STEP_LOG_LINE@json.output@{@@@", | 105 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 109 "@@@STEP_LOG_LINE@json.output@ \"test1\": \"[dummy hash for test1]\", @@@
", | 106 "@@@STEP_LOG_LINE@json.output@ \"test1\": \"[dummy hash for test1]\", @@@
", |
| 110 "@@@STEP_LOG_LINE@json.output@ \"test2\": \"[dummy hash for test2]\"@@@", | 107 "@@@STEP_LOG_LINE@json.output@ \"test2\": \"[dummy hash for test2]\"@@@", |
| 111 "@@@STEP_LOG_LINE@json.output@}@@@", | 108 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 112 "@@@STEP_LOG_END@json.output@@@", | 109 "@@@STEP_LOG_END@json.output@@@", |
| 113 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test1\": \"[dummy hash for test1]\"
, \"test2\": \"[dummy hash for test2]\"}@@@" | 110 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test1\": \"[dummy hash for test1]\"
, \"test2\": \"[dummy hash for test2]\"}@@@" |
| 114 ] | 111 ] |
| 115 }, | 112 }, |
| 116 { | 113 { |
| 117 "cmd": [ | 114 "cmd": [ |
| 118 "python", | 115 "python", |
| 119 "-u", | 116 "-u", |
| 120 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 117 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 121 "[SLAVE_BUILD]/swarming.client", | 118 "[SLAVE_BUILD]/swarming.client", |
| 122 "batcharchive", | 119 "batcharchive", |
| 123 "--dump-json", | 120 "--dump-json", |
| 124 "/path/to/tmp/json", | 121 "/path/to/tmp/json", |
| 125 "--isolate-server", | 122 "--isolate-server", |
| 126 "https://isolateserver-dev.appspot.com", | 123 "https://isolateserver-dev.appspot.com", |
| 127 "[BUILD]/test1.isolated.gen.json", | 124 "[BUILD]/test1.isolated.gen.json", |
| 128 "[BUILD]/test2.isolated.gen.json" | 125 "[BUILD]/test2.isolated.gen.json" |
| 129 ], | 126 ], |
| 130 "cwd": "[SLAVE_BUILD]", | |
| 131 "name": "isolate tests", | 127 "name": "isolate tests", |
| 132 "~followup_annotations": [ | 128 "~followup_annotations": [ |
| 133 "@@@STEP_LOG_LINE@json.output@{@@@", | 129 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 134 "@@@STEP_LOG_LINE@json.output@ \"test1\": \"[dummy hash for test1]\", @@@
", | 130 "@@@STEP_LOG_LINE@json.output@ \"test1\": \"[dummy hash for test1]\", @@@
", |
| 135 "@@@STEP_LOG_LINE@json.output@ \"test2\": \"[dummy hash for test2]\"@@@", | 131 "@@@STEP_LOG_LINE@json.output@ \"test2\": \"[dummy hash for test2]\"@@@", |
| 136 "@@@STEP_LOG_LINE@json.output@}@@@", | 132 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 137 "@@@STEP_LOG_END@json.output@@@", | 133 "@@@STEP_LOG_END@json.output@@@", |
| 138 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test1\": \"[dummy hash for test1]\"
, \"test2\": \"[dummy hash for test2]\"}@@@" | 134 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test1\": \"[dummy hash for test1]\"
, \"test2\": \"[dummy hash for test2]\"}@@@" |
| 139 ] | 135 ] |
| 140 }, | 136 }, |
| 141 { | 137 { |
| 142 "name": "$result", | 138 "name": "$result", |
| 143 "recipe_result": null, | 139 "recipe_result": null, |
| 144 "status_code": 0 | 140 "status_code": 0 |
| 145 } | 141 } |
| 146 ] | 142 ] |
| OLD | NEW |