| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "client.webrtc", | 8 "client.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android64 Builder (dbg)", | 10 "Android64 Builder (dbg)", |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", | 85 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", |
| 86 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 86 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
| 87 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", | 87 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", |
| 88 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", | 88 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", |
| 89 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", | 89 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", |
| 90 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, | 90 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, |
| 91 "@@@STEP_LOG_END@python.inline@@@" | 91 "@@@STEP_LOG_END@python.inline@@@" |
| 92 ] | 92 ] |
| 93 }, | 93 }, |
| 94 { | 94 { |
| 95 "cmd": [ | |
| 96 "python", | |
| 97 "-u", | |
| 98 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | |
| 99 "runhooks" | |
| 100 ], | |
| 101 "cwd": "[SLAVE_BUILD]/src", | |
| 102 "env": { | |
| 103 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | |
| 104 "GYP_CROSSCOMPILE": "1", | |
| 105 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
BUILD]/goma' target_arch=arm64 use_goma=1", | |
| 106 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | |
| 107 }, | |
| 108 "name": "gclient runhooks" | |
| 109 }, | |
| 110 { | |
| 111 "cmd": [], | 95 "cmd": [], |
| 112 "name": "ensure_goma" | 96 "name": "ensure_goma" |
| 113 }, | 97 }, |
| 114 { | 98 { |
| 115 "cmd": [ | 99 "cmd": [ |
| 116 "python", | 100 "python", |
| 117 "-u", | 101 "-u", |
| 118 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 102 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
| 119 "--platform", | 103 "--platform", |
| 120 "linux-amd64", | 104 "linux-amd64", |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 158 "@@@STEP_LOG_LINE@json.output@ }@@@", | 142 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 159 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 143 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 160 "@@@STEP_LOG_LINE@json.output@}@@@", | 144 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 161 "@@@STEP_LOG_END@json.output@@@" | 145 "@@@STEP_LOG_END@json.output@@@" |
| 162 ] | 146 ] |
| 163 }, | 147 }, |
| 164 { | 148 { |
| 165 "cmd": [ | 149 "cmd": [ |
| 166 "python", | 150 "python", |
| 167 "-u", | 151 "-u", |
| 152 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 153 "runhooks" |
| 154 ], |
| 155 "cwd": "[SLAVE_BUILD]/src", |
| 156 "env": { |
| 157 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 158 "GYP_CROSSCOMPILE": "1", |
| 159 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
CACHE]/cipd/goma' target_arch=arm64 use_goma=1", |
| 160 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 161 }, |
| 162 "name": "gclient runhooks" |
| 163 }, |
| 164 { |
| 165 "cmd": [ |
| 166 "python", |
| 167 "-u", |
| 168 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 168 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 169 "--show-path", | 169 "--show-path", |
| 170 "python", | 170 "python", |
| 171 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 171 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 172 "--gsutil-py-path", | 172 "--gsutil-py-path", |
| 173 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 173 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 174 "--ninja-path", | 174 "--ninja-path", |
| 175 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 175 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 176 "--target", | 176 "--target", |
| 177 "Debug", | 177 "Debug", |
| (...skipping 22 matching lines...) Expand all Loading... |
| 200 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 200 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 201 "@@@STEP_LOG_END@json.output (invalid)@@@" | 201 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 202 ] | 202 ] |
| 203 }, | 203 }, |
| 204 { | 204 { |
| 205 "name": "$result", | 205 "name": "$result", |
| 206 "recipe_result": null, | 206 "recipe_result": null, |
| 207 "status_code": 0 | 207 "status_code": 0 |
| 208 } | 208 } |
| 209 ] | 209 ] |
| OLD | NEW |