| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 7 "--show-path", | 7 "--show-path", |
| 8 "python", | 8 "python", |
| 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 10 ], | 10 ], |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 "cmd": [ | 128 "cmd": [ |
| 129 "python", | 129 "python", |
| 130 "-u", | 130 "-u", |
| 131 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 131 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 132 "runhooks" | 132 "runhooks" |
| 133 ], | 133 ], |
| 134 "cwd": "[SLAVE_BUILD]/src", | 134 "cwd": "[SLAVE_BUILD]/src", |
| 135 "env": { | 135 "env": { |
| 136 "FORCE_MAC_TOOLCHAIN": "1", | 136 "FORCE_MAC_TOOLCHAIN": "1", |
| 137 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 137 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 138 "GYP_CHROMIUM_NO_ACTION": "1", |
| 138 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu
ild=1 gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", | 139 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu
ild=1 gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", |
| 139 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 140 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 140 }, | 141 }, |
| 141 "name": "gclient runhooks" | 142 "name": "gclient runhooks" |
| 142 }, | 143 }, |
| 143 { | 144 { |
| 145 "cmd": [ |
| 146 "python", |
| 147 "-u", |
| 148 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py", |
| 149 "--root=[SLAVE_BUILD]/src", |
| 150 "gen", |
| 151 "//out/Debug", |
| 152 "--args=is_clang=true symbol_level=2 dcheck_always_on=true is_debug=true t
arget_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE]/cipd/goma\"" |
| 153 ], |
| 154 "cwd": "[SLAVE_BUILD]/src", |
| 155 "name": "gn" |
| 156 }, |
| 157 { |
| 144 "allow_subannotations": true, | 158 "allow_subannotations": true, |
| 145 "cmd": [ | 159 "cmd": [ |
| 146 "python", | 160 "python", |
| 147 "-u", | 161 "-u", |
| 148 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 162 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 149 "--src-dir", | 163 "--src-dir", |
| 150 "[SLAVE_BUILD]/src", | 164 "[SLAVE_BUILD]/src", |
| 151 "--output-json", | 165 "--output-json", |
| 152 "/path/to/tmp/json" | 166 "/path/to/tmp/json" |
| 153 ], | 167 ], |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 192 "--compiler", | 206 "--compiler", |
| 193 "goma-clang", | 207 "goma-clang", |
| 194 "--goma-jsonstatus", | 208 "--goma-jsonstatus", |
| 195 "/path/to/tmp/json", | 209 "/path/to/tmp/json", |
| 196 "--goma-service-account-json-file", | 210 "--goma-service-account-json-file", |
| 197 "/creds/service_accounts/service-account-goma-client.json", | 211 "/creds/service_accounts/service-account-goma-client.json", |
| 198 "--goma-dir", | 212 "--goma-dir", |
| 199 "[CACHE]/cipd/goma", | 213 "[CACHE]/cipd/goma", |
| 200 "--goma-fail-fast", | 214 "--goma-fail-fast", |
| 201 "--goma-disable-local-fallback", | 215 "--goma-disable-local-fallback", |
| 202 "--", | 216 "--" |
| 203 "All" | |
| 204 ], | 217 ], |
| 205 "env": { | 218 "env": { |
| 206 "FORCE_MAC_TOOLCHAIN": "1", | 219 "FORCE_MAC_TOOLCHAIN": "1", |
| 207 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 220 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 208 }, | 221 }, |
| 209 "name": "compile", | 222 "name": "compile", |
| 210 "~followup_annotations": [ | 223 "~followup_annotations": [ |
| 211 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 224 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 212 "@@@STEP_LOG_END@json.output (invalid)@@@" | 225 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 213 ] | 226 ] |
| (...skipping 16 matching lines...) Expand all Loading... |
| 230 "libyuv_unittest" | 243 "libyuv_unittest" |
| 231 ], | 244 ], |
| 232 "name": "libyuv_unittest" | 245 "name": "libyuv_unittest" |
| 233 }, | 246 }, |
| 234 { | 247 { |
| 235 "name": "$result", | 248 "name": "$result", |
| 236 "recipe_result": null, | 249 "recipe_result": null, |
| 237 "status_code": 0 | 250 "status_code": 0 |
| 238 } | 251 } |
| 239 ] | 252 ] |
| OLD | NEW |