| 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 { | 127 { |
| 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 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 136 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 137 "GYP_CHROMIUM_NO_ACTION": "1", |
| 137 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu
ild=1 gomadir='[CACHE]/cipd/goma' release_extra_cflags=-fno-sanitize-recover=und
efined target_arch=x64 ubsan=1 use_goma=1", | 138 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu
ild=1 gomadir='[CACHE]/cipd/goma' release_extra_cflags=-fno-sanitize-recover=und
efined target_arch=x64 ubsan=1 use_goma=1", |
| 138 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 139 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 139 }, | 140 }, |
| 140 "name": "gclient runhooks" | 141 "name": "gclient runhooks" |
| 141 }, | 142 }, |
| 142 { | 143 { |
| 144 "cmd": [ |
| 145 "python", |
| 146 "-u", |
| 147 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py", |
| 148 "--root=[SLAVE_BUILD]/src", |
| 149 "gen", |
| 150 "//out/Release", |
| 151 "--args=is_clang=true is_ubsan=true symbol_level=2 dcheck_always_on=true i
s_debug=false target_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE]/cipd/goma\"" |
| 152 ], |
| 153 "cwd": "[SLAVE_BUILD]/src", |
| 154 "name": "gn" |
| 155 }, |
| 156 { |
| 143 "allow_subannotations": true, | 157 "allow_subannotations": true, |
| 144 "cmd": [ | 158 "cmd": [ |
| 145 "python", | 159 "python", |
| 146 "-u", | 160 "-u", |
| 147 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 161 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 148 "--src-dir", | 162 "--src-dir", |
| 149 "[SLAVE_BUILD]/src", | 163 "[SLAVE_BUILD]/src", |
| 150 "--output-json", | 164 "--output-json", |
| 151 "/path/to/tmp/json" | 165 "/path/to/tmp/json" |
| 152 ], | 166 ], |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 190 "--compiler", | 204 "--compiler", |
| 191 "goma-clang", | 205 "goma-clang", |
| 192 "--goma-jsonstatus", | 206 "--goma-jsonstatus", |
| 193 "/path/to/tmp/json", | 207 "/path/to/tmp/json", |
| 194 "--goma-service-account-json-file", | 208 "--goma-service-account-json-file", |
| 195 "/creds/service_accounts/service-account-goma-client.json", | 209 "/creds/service_accounts/service-account-goma-client.json", |
| 196 "--goma-dir", | 210 "--goma-dir", |
| 197 "[CACHE]/cipd/goma", | 211 "[CACHE]/cipd/goma", |
| 198 "--goma-fail-fast", | 212 "--goma-fail-fast", |
| 199 "--goma-disable-local-fallback", | 213 "--goma-disable-local-fallback", |
| 200 "--", | 214 "--" |
| 201 "All" | |
| 202 ], | 215 ], |
| 203 "env": { | 216 "env": { |
| 204 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 217 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 205 }, | 218 }, |
| 206 "name": "compile", | 219 "name": "compile", |
| 207 "~followup_annotations": [ | 220 "~followup_annotations": [ |
| 208 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 221 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 209 "@@@STEP_LOG_END@json.output (invalid)@@@" | 222 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 210 ] | 223 ] |
| 211 }, | 224 }, |
| (...skipping 16 matching lines...) Expand all Loading... |
| 228 "libyuv_unittest" | 241 "libyuv_unittest" |
| 229 ], | 242 ], |
| 230 "name": "libyuv_unittest" | 243 "name": "libyuv_unittest" |
| 231 }, | 244 }, |
| 232 { | 245 { |
| 233 "name": "$result", | 246 "name": "$result", |
| 234 "recipe_result": null, | 247 "recipe_result": null, |
| 235 "status_code": 0 | 248 "status_code": 0 |
| 236 } | 249 } |
| 237 ] | 250 ] |
| OLD | NEW |