| 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_CROSSCOMPILE": "1", | 138 "GYP_CROSSCOMPILE": "1", |
| 138 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 fas
tbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=arm use_goma=1", | 139 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 fas
tbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=arm use_goma=1", |
| 139 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 140 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 140 }, | 141 }, |
| 141 "name": "gclient runhooks" | 142 "name": "gclient runhooks" |
| 142 }, | 143 }, |
| 143 { | 144 { |
| 144 "cmd": [ | 145 "cmd": [ |
| 145 "python", | 146 "python", |
| 146 "-u", | 147 "-u", |
| 148 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py", |
| 149 "--root=[SLAVE_BUILD]/src", |
| 150 "gen", |
| 151 "//out/Debug", |
| 152 "--args=is_component_build=false symbol_level=2 dcheck_always_on=true is_d
ebug=true target_os=\"android\" target_cpu=\"arm\" use_goma=true goma_dir=\"[CAC
HE]/cipd/goma\"" |
| 153 ], |
| 154 "cwd": "[SLAVE_BUILD]/src", |
| 155 "name": "gn" |
| 156 }, |
| 157 { |
| 158 "cmd": [ |
| 159 "python", |
| 160 "-u", |
| 147 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 161 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 148 "--show-path", | 162 "--show-path", |
| 149 "python", | 163 "python", |
| 150 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 164 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 151 "--gsutil-py-path", | 165 "--gsutil-py-path", |
| 152 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 166 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 153 "--ninja-path", | 167 "--ninja-path", |
| 154 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 168 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 155 "--target", | 169 "--target", |
| 156 "Debug", | 170 "Debug", |
| (...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 511 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 525 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 512 "@@@STEP_LOG_END@python.inline@@@" | 526 "@@@STEP_LOG_END@python.inline@@@" |
| 513 ] | 527 ] |
| 514 }, | 528 }, |
| 515 { | 529 { |
| 516 "name": "$result", | 530 "name": "$result", |
| 517 "recipe_result": null, | 531 "recipe_result": null, |
| 518 "status_code": 0 | 532 "status_code": 0 |
| 519 } | 533 } |
| 520 ] | 534 ] |
| OLD | NEW |