| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", | 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", |
| 5 "--json-file", | 5 "--json-file", |
| 6 "/path/to/tmp/json" | 6 "/path/to/tmp/json" |
| 7 ], | 7 ], |
| 8 "name": "host and tools info", | 8 "name": "host and tools info", |
| 9 "~followup_annotations": [ | 9 "~followup_annotations": [ |
| 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", | 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 "python", | 108 "python", |
| 109 "-u", | 109 "-u", |
| 110 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", | 110 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", |
| 111 "--build-dir", | 111 "--build-dir", |
| 112 "[SLAVE_BUILD]/src/out/Debug", | 112 "[SLAVE_BUILD]/src/out/Debug", |
| 113 "--clean-isolated-files" | 113 "--clean-isolated-files" |
| 114 ], | 114 ], |
| 115 "name": "clean isolated files" | 115 "name": "clean isolated files" |
| 116 }, | 116 }, |
| 117 { | 117 { |
| 118 "cmd": [ | |
| 119 "python", | |
| 120 "-u", | |
| 121 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | |
| 122 "runhooks" | |
| 123 ], | |
| 124 "cwd": "[SLAVE_BUILD]/src", | |
| 125 "env": { | |
| 126 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | |
| 127 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu
ild=1 ffmpeg_branding=Chrome gomadir='[BUILD]/goma' rtc_use_h264=1 target_arch=x
64 test_isolation_mode=prepare use_goma=1", | |
| 128 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | |
| 129 }, | |
| 130 "name": "gclient runhooks" | |
| 131 }, | |
| 132 { | |
| 133 "cmd": [ | |
| 134 "python", | |
| 135 "-u", | |
| 136 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | |
| 137 "--version" | |
| 138 ], | |
| 139 "name": "swarming.py --version", | |
| 140 "stdout": "/path/to/tmp/", | |
| 141 "~followup_annotations": [ | |
| 142 "@@@STEP_TEXT@0.4.10@@@" | |
| 143 ] | |
| 144 }, | |
| 145 { | |
| 146 "cmd": [], | 118 "cmd": [], |
| 147 "name": "ensure_goma" | 119 "name": "ensure_goma" |
| 148 }, | 120 }, |
| 149 { | 121 { |
| 150 "cmd": [ | 122 "cmd": [ |
| 151 "python", | 123 "python", |
| 152 "-u", | 124 "-u", |
| 153 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 125 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
| 154 "--platform", | 126 "--platform", |
| 155 "mac-amd64", | 127 "mac-amd64", |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 190 "@@@STEP_LOG_LINE@json.output@ {@@@", | 162 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 191 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 163 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 192 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/mac-amd64\"@@@", | 164 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/mac-amd64\"@@@", |
| 193 "@@@STEP_LOG_LINE@json.output@ }@@@", | 165 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 194 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 166 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 195 "@@@STEP_LOG_LINE@json.output@}@@@", | 167 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 196 "@@@STEP_LOG_END@json.output@@@" | 168 "@@@STEP_LOG_END@json.output@@@" |
| 197 ] | 169 ] |
| 198 }, | 170 }, |
| 199 { | 171 { |
| 172 "cmd": [ |
| 173 "python", |
| 174 "-u", |
| 175 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 176 "runhooks" |
| 177 ], |
| 178 "cwd": "[SLAVE_BUILD]/src", |
| 179 "env": { |
| 180 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 181 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu
ild=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_a
rch=x64 test_isolation_mode=prepare use_goma=1", |
| 182 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 183 }, |
| 184 "name": "gclient runhooks" |
| 185 }, |
| 186 { |
| 187 "cmd": [ |
| 188 "python", |
| 189 "-u", |
| 190 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 191 "--version" |
| 192 ], |
| 193 "name": "swarming.py --version", |
| 194 "stdout": "/path/to/tmp/", |
| 195 "~followup_annotations": [ |
| 196 "@@@STEP_TEXT@0.4.10@@@" |
| 197 ] |
| 198 }, |
| 199 { |
| 200 "allow_subannotations": true, | 200 "allow_subannotations": true, |
| 201 "cmd": [ | 201 "cmd": [ |
| 202 "python", | 202 "python", |
| 203 "-u", | 203 "-u", |
| 204 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 204 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 205 "--src-dir", | 205 "--src-dir", |
| 206 "[SLAVE_BUILD]/src", | 206 "[SLAVE_BUILD]/src", |
| 207 "--output-json", | 207 "--output-json", |
| 208 "/path/to/tmp/json" | 208 "/path/to/tmp/json" |
| 209 ], | 209 ], |
| (...skipping 2244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2454 "@@@STEP_LOG_END@json.output@@@", | 2454 "@@@STEP_LOG_END@json.output@@@", |
| 2455 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2455 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2456 ] | 2456 ] |
| 2457 }, | 2457 }, |
| 2458 { | 2458 { |
| 2459 "name": "$result", | 2459 "name": "$result", |
| 2460 "recipe_result": null, | 2460 "recipe_result": null, |
| 2461 "status_code": 0 | 2461 "status_code": 0 |
| 2462 } | 2462 } |
| 2463 ] | 2463 ] |
| OLD | NEW |