| 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_gn_rel", | 10 "android_gn_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_CHROMIUM_NO_ACTION": "1", | |
| 111 "GYP_CROSSCOMPILE": "1", | |
| 112 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 fas
tbuild=1 gomadir='[BUILD]/goma' target_arch=arm use_goma=1", | |
| 113 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | |
| 114 }, | |
| 115 "name": "gclient runhooks" | |
| 116 }, | |
| 117 { | |
| 118 "cmd": [ | |
| 119 "python", | |
| 120 "-u", | |
| 121 "[DEPOT_TOOLS]/gn.py", | |
| 122 "--root=[SLAVE_BUILD]/src", | |
| 123 "gen", | |
| 124 "//out/Release", | |
| 125 "--args=is_debug=false target_os=\"android\" target_cpu=\"arm\" use_goma=t
rue goma_dir=\"[BUILD]/goma\"" | |
| 126 ], | |
| 127 "name": "gn" | |
| 128 }, | |
| 129 { | |
| 130 "cmd": [], | 101 "cmd": [], |
| 131 "name": "ensure_goma" | 102 "name": "ensure_goma" |
| 132 }, | 103 }, |
| 133 { | 104 { |
| 134 "cmd": [ | 105 "cmd": [ |
| 135 "python", | 106 "python", |
| 136 "-u", | 107 "-u", |
| 137 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 108 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
| 138 "--platform", | 109 "--platform", |
| 139 "linux-386", | 110 "linux-386", |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 177 "@@@STEP_LOG_LINE@json.output@ }@@@", | 148 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 178 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 149 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 179 "@@@STEP_LOG_LINE@json.output@}@@@", | 150 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 180 "@@@STEP_LOG_END@json.output@@@" | 151 "@@@STEP_LOG_END@json.output@@@" |
| 181 ] | 152 ] |
| 182 }, | 153 }, |
| 183 { | 154 { |
| 184 "cmd": [ | 155 "cmd": [ |
| 185 "python", | 156 "python", |
| 186 "-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_CHROMIUM_NO_ACTION": "1", |
| 165 "GYP_CROSSCOMPILE": "1", |
| 166 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 fas
tbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=arm use_goma=1", |
| 167 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 168 }, |
| 169 "name": "gclient runhooks" |
| 170 }, |
| 171 { |
| 172 "cmd": [ |
| 173 "python", |
| 174 "-u", |
| 175 "[DEPOT_TOOLS]/gn.py", |
| 176 "--root=[SLAVE_BUILD]/src", |
| 177 "gen", |
| 178 "//out/Release", |
| 179 "--args=is_debug=false target_os=\"android\" target_cpu=\"arm\" use_goma=t
rue goma_dir=\"[CACHE]/cipd/goma\"" |
| 180 ], |
| 181 "name": "gn" |
| 182 }, |
| 183 { |
| 184 "cmd": [ |
| 185 "python", |
| 186 "-u", |
| 187 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 187 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 188 "--show-path", | 188 "--show-path", |
| 189 "python", | 189 "python", |
| 190 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 190 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 191 "--gsutil-py-path", | 191 "--gsutil-py-path", |
| 192 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 192 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 193 "--ninja-path", | 193 "--ninja-path", |
| 194 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 194 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 195 "--target", | 195 "--target", |
| 196 "Release", | 196 "Release", |
| (...skipping 25 matching lines...) Expand all Loading... |
| 222 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 222 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 223 "@@@STEP_LOG_END@json.output (invalid)@@@" | 223 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 224 ] | 224 ] |
| 225 }, | 225 }, |
| 226 { | 226 { |
| 227 "name": "$result", | 227 "name": "$result", |
| 228 "recipe_result": null, | 228 "recipe_result": null, |
| 229 "status_code": 0 | 229 "status_code": 0 |
| 230 } | 230 } |
| 231 ] | 231 ] |
| OLD | NEW |