| 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 "tryserver.webrtc", | 8 "tryserver.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "android_compile_rel", | 10 "android_compile_rel", |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", | 91 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", |
| 92 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 92 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
| 93 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", | 93 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", |
| 94 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", | 94 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", |
| 95 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", | 95 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", |
| 96 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, | 96 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, |
| 97 "@@@STEP_LOG_END@python.inline@@@" | 97 "@@@STEP_LOG_END@python.inline@@@" |
| 98 ] | 98 ] |
| 99 }, | 99 }, |
| 100 { | 100 { |
| 101 "cmd": [ | |
| 102 "python", | |
| 103 "-u", | |
| 104 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | |
| 105 "runhooks" | |
| 106 ], | |
| 107 "cwd": "[SLAVE_BUILD]/src", | |
| 108 "env": { | |
| 109 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | |
| 110 "GYP_CROSSCOMPILE": "1", | |
| 111 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 fas
tbuild=1 gomadir='[BUILD]/goma' target_arch=arm use_goma=1", | |
| 112 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | |
| 113 }, | |
| 114 "name": "gclient runhooks" | |
| 115 }, | |
| 116 { | |
| 117 "cmd": [], | 101 "cmd": [], |
| 118 "name": "ensure_goma" | 102 "name": "ensure_goma" |
| 119 }, | 103 }, |
| 120 { | 104 { |
| 121 "cmd": [ | 105 "cmd": [ |
| 122 "python", | 106 "python", |
| 123 "-u", | 107 "-u", |
| 124 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 108 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
| 125 "--platform", | 109 "--platform", |
| 126 "linux-386", | 110 "linux-386", |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 "@@@STEP_LOG_LINE@json.output@ }@@@", | 148 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 165 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 149 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 166 "@@@STEP_LOG_LINE@json.output@}@@@", | 150 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 167 "@@@STEP_LOG_END@json.output@@@" | 151 "@@@STEP_LOG_END@json.output@@@" |
| 168 ] | 152 ] |
| 169 }, | 153 }, |
| 170 { | 154 { |
| 171 "cmd": [ | 155 "cmd": [ |
| 172 "python", | 156 "python", |
| 173 "-u", | 157 "-u", |
| 158 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 159 "runhooks" |
| 160 ], |
| 161 "cwd": "[SLAVE_BUILD]/src", |
| 162 "env": { |
| 163 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 164 "GYP_CROSSCOMPILE": "1", |
| 165 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 fas
tbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=arm use_goma=1", |
| 166 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 167 }, |
| 168 "name": "gclient runhooks" |
| 169 }, |
| 170 { |
| 171 "cmd": [ |
| 172 "python", |
| 173 "-u", |
| 174 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 174 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 175 "--show-path", | 175 "--show-path", |
| 176 "python", | 176 "python", |
| 177 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 177 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 178 "--gsutil-py-path", | 178 "--gsutil-py-path", |
| 179 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 179 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 180 "--ninja-path", | 180 "--ninja-path", |
| 181 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 181 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 182 "--target", | 182 "--target", |
| 183 "Release", | 183 "Release", |
| (...skipping 24 matching lines...) Expand all Loading... |
| 208 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 208 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 209 "@@@STEP_LOG_END@json.output (invalid)@@@" | 209 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 210 ] | 210 ] |
| 211 }, | 211 }, |
| 212 { | 212 { |
| 213 "name": "$result", | 213 "name": "$result", |
| 214 "recipe_result": null, | 214 "recipe_result": null, |
| 215 "status_code": 0 | 215 "status_code": 0 |
| 216 } | 216 } |
| 217 ] | 217 ] |
| OLD | NEW |