| 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 "python", | 97 "python", |
| 98 "-u", | 98 "-u", |
| 99 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 99 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 100 "--show-path", | 100 "--show-path", |
| 101 "python", | 101 "python", |
| 102 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 102 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 103 ], | 103 ], |
| 104 "name": "cleanup_temp" | 104 "name": "cleanup_temp" |
| 105 }, | 105 }, |
| 106 { | 106 { |
| 107 "cmd": [ | |
| 108 "python", | |
| 109 "-u", | |
| 110 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | |
| 111 "runhooks" | |
| 112 ], | |
| 113 "cwd": "[SLAVE_BUILD]/src", | |
| 114 "env": { | |
| 115 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | |
| 116 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu
ild=1 ffmpeg_branding=Chrome gomadir='[BUILD]/goma' rtc_use_h264=1 target_arch=x
64 use_goma=1", | |
| 117 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | |
| 118 }, | |
| 119 "name": "gclient runhooks" | |
| 120 }, | |
| 121 { | |
| 122 "cmd": [], | 107 "cmd": [], |
| 123 "name": "ensure_goma" | 108 "name": "ensure_goma" |
| 124 }, | 109 }, |
| 125 { | 110 { |
| 126 "cmd": [ | 111 "cmd": [ |
| 127 "python", | 112 "python", |
| 128 "-u", | 113 "-u", |
| 129 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 114 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
| 130 "--platform", | 115 "--platform", |
| 131 "mac-amd64", | 116 "mac-amd64", |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 "@@@STEP_LOG_LINE@json.output@ {@@@", | 151 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 167 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 152 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 168 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/mac-amd64\"@@@", | 153 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/mac-amd64\"@@@", |
| 169 "@@@STEP_LOG_LINE@json.output@ }@@@", | 154 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 170 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 155 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 171 "@@@STEP_LOG_LINE@json.output@}@@@", | 156 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 172 "@@@STEP_LOG_END@json.output@@@" | 157 "@@@STEP_LOG_END@json.output@@@" |
| 173 ] | 158 ] |
| 174 }, | 159 }, |
| 175 { | 160 { |
| 161 "cmd": [ |
| 162 "python", |
| 163 "-u", |
| 164 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 165 "runhooks" |
| 166 ], |
| 167 "cwd": "[SLAVE_BUILD]/src", |
| 168 "env": { |
| 169 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 170 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu
ild=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_a
rch=x64 use_goma=1", |
| 171 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 172 }, |
| 173 "name": "gclient runhooks" |
| 174 }, |
| 175 { |
| 176 "allow_subannotations": true, | 176 "allow_subannotations": true, |
| 177 "cmd": [ | 177 "cmd": [ |
| 178 "python", | 178 "python", |
| 179 "-u", | 179 "-u", |
| 180 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 180 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 181 "--src-dir", | 181 "--src-dir", |
| 182 "[SLAVE_BUILD]/src", | 182 "[SLAVE_BUILD]/src", |
| 183 "--output-json", | 183 "--output-json", |
| 184 "/path/to/tmp/json" | 184 "/path/to/tmp/json" |
| 185 ], | 185 ], |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 313 "video_capture_tests" | 313 "video_capture_tests" |
| 314 ], | 314 ], |
| 315 "name": "video_capture_tests" | 315 "name": "video_capture_tests" |
| 316 }, | 316 }, |
| 317 { | 317 { |
| 318 "name": "$result", | 318 "name": "$result", |
| 319 "recipe_result": null, | 319 "recipe_result": null, |
| 320 "status_code": 0 | 320 "status_code": 0 |
| 321 } | 321 } |
| 322 ] | 322 ] |
| OLD | NEW |