| 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_CHROMIUM_NO_ACTION": "1", | |
| 117 "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 use_goma=1", | |
| 118 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | |
| 119 }, | |
| 120 "name": "gclient runhooks" | |
| 121 }, | |
| 122 { | |
| 123 "cmd": [ | |
| 124 "python", | |
| 125 "-u", | |
| 126 "[DEPOT_TOOLS]/gn.py", | |
| 127 "--root=[SLAVE_BUILD]/src", | |
| 128 "gen", | |
| 129 "//out/Debug", | |
| 130 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=true target_
cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]/goma\"" | |
| 131 ], | |
| 132 "name": "gn" | |
| 133 }, | |
| 134 { | |
| 135 "cmd": [], | 107 "cmd": [], |
| 136 "name": "ensure_goma" | 108 "name": "ensure_goma" |
| 137 }, | 109 }, |
| 138 { | 110 { |
| 139 "cmd": [ | 111 "cmd": [ |
| 140 "python", | 112 "python", |
| 141 "-u", | 113 "-u", |
| 142 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 114 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
| 143 "--platform", | 115 "--platform", |
| 144 "mac-amd64", | 116 "mac-amd64", |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 "@@@STEP_LOG_LINE@json.output@ {@@@", | 151 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 180 "@@@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---------\", @@@", |
| 181 "@@@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\"@@@", |
| 182 "@@@STEP_LOG_LINE@json.output@ }@@@", | 154 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 183 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 155 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 184 "@@@STEP_LOG_LINE@json.output@}@@@", | 156 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 185 "@@@STEP_LOG_END@json.output@@@" | 157 "@@@STEP_LOG_END@json.output@@@" |
| 186 ] | 158 ] |
| 187 }, | 159 }, |
| 188 { | 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_CHROMIUM_NO_ACTION": "1", |
| 171 "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 use_goma=1", |
| 172 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 173 }, |
| 174 "name": "gclient runhooks" |
| 175 }, |
| 176 { |
| 177 "cmd": [ |
| 178 "python", |
| 179 "-u", |
| 180 "[DEPOT_TOOLS]/gn.py", |
| 181 "--root=[SLAVE_BUILD]/src", |
| 182 "gen", |
| 183 "//out/Debug", |
| 184 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=true target_
cpu=\"x64\" use_goma=true goma_dir=\"[CACHE]/cipd/goma\"" |
| 185 ], |
| 186 "name": "gn" |
| 187 }, |
| 188 { |
| 189 "allow_subannotations": true, | 189 "allow_subannotations": true, |
| 190 "cmd": [ | 190 "cmd": [ |
| 191 "python", | 191 "python", |
| 192 "-u", | 192 "-u", |
| 193 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 193 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 194 "--src-dir", | 194 "--src-dir", |
| 195 "[SLAVE_BUILD]/src", | 195 "[SLAVE_BUILD]/src", |
| 196 "--output-json", | 196 "--output-json", |
| 197 "/path/to/tmp/json" | 197 "/path/to/tmp/json" |
| 198 ], | 198 ], |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 248 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 248 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 249 "@@@STEP_LOG_END@json.output (invalid)@@@" | 249 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 250 ] | 250 ] |
| 251 }, | 251 }, |
| 252 { | 252 { |
| 253 "name": "$result", | 253 "name": "$result", |
| 254 "recipe_result": null, | 254 "recipe_result": null, |
| 255 "status_code": 0 | 255 "status_code": 0 |
| 256 } | 256 } |
| 257 ] | 257 ] |
| OLD | NEW |