| 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 "chromium.perf", | 8 "chromium.perf", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android arm64 Builder", | 10 "Android arm64 Builder", |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", | 128 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", |
| 129 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 129 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
| 130 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", | 130 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", |
| 131 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", | 131 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", |
| 132 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", | 132 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", |
| 133 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, | 133 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, |
| 134 "@@@STEP_LOG_END@python.inline@@@" | 134 "@@@STEP_LOG_END@python.inline@@@" |
| 135 ] | 135 ] |
| 136 }, | 136 }, |
| 137 { | 137 { |
| 138 "cmd": [], |
| 139 "name": "ensure_goma" |
| 140 }, |
| 141 { |
| 142 "cmd": [ |
| 143 "python", |
| 144 "-u", |
| 145 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
| 146 "--platform", |
| 147 "linux-amd64", |
| 148 "--dest-directory", |
| 149 "[SLAVE_BUILD]/cipd", |
| 150 "--json-output", |
| 151 "/path/to/tmp/json" |
| 152 ], |
| 153 "name": "ensure_goma.install cipd", |
| 154 "~followup_annotations": [ |
| 155 "@@@STEP_NEST_LEVEL@1@@@", |
| 156 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 157 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 158 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", |
| 159 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 160 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 161 "@@@STEP_LOG_END@json.output@@@" |
| 162 ] |
| 163 }, |
| 164 { |
| 165 "cmd": [ |
| 166 "[SLAVE_BUILD]/cipd/cipd", |
| 167 "ensure", |
| 168 "--root", |
| 169 "[CACHE]/cipd/goma", |
| 170 "--list", |
| 171 "infra_internal/goma/client/linux-amd64 release", |
| 172 "--json-output", |
| 173 "/path/to/tmp/json", |
| 174 "--service-account-json", |
| 175 "/creds/service_accounts/service-account-goma-client.json" |
| 176 ], |
| 177 "name": "ensure_goma.ensure_installed", |
| 178 "~followup_annotations": [ |
| 179 "@@@STEP_NEST_LEVEL@1@@@", |
| 180 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 181 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 182 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 183 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 184 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", |
| 185 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 186 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 187 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 188 "@@@STEP_LOG_END@json.output@@@" |
| 189 ] |
| 190 }, |
| 191 { |
| 138 "cmd": [ | 192 "cmd": [ |
| 139 "python", | 193 "python", |
| 140 "-u", | 194 "-u", |
| 141 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 195 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 142 "runhooks" | 196 "runhooks" |
| 143 ], | 197 ], |
| 144 "cwd": "[SLAVE_BUILD]/src", | 198 "cwd": "[SLAVE_BUILD]/src", |
| 145 "env": { | 199 "env": { |
| 146 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 200 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 147 "GYP_CHROMIUM_NO_ACTION": "1", | 201 "GYP_CHROMIUM_NO_ACTION": "1", |
| 148 "GYP_CROSSCOMPILE": "1", | 202 "GYP_CROSSCOMPILE": "1", |
| 149 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
BUILD]/goma' target_arch=arm64 use_goma=1", | 203 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
CACHE]/cipd/goma' target_arch=arm64 use_goma=1", |
| 150 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 204 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 151 }, | 205 }, |
| 152 "name": "gclient runhooks" | 206 "name": "gclient runhooks" |
| 153 }, | 207 }, |
| 154 { | 208 { |
| 155 "cmd": [ | 209 "cmd": [ |
| 156 "python", | 210 "python", |
| 157 "-u", | 211 "-u", |
| 158 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 212 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 159 "gen", | 213 "gen", |
| 160 "-m", | 214 "-m", |
| 161 "chromium.perf", | 215 "chromium.perf", |
| 162 "-b", | 216 "-b", |
| 163 "Android arm64 Builder", | 217 "Android arm64 Builder", |
| 164 "--config-file", | 218 "--config-file", |
| 165 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 219 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 166 "--goma-dir", | 220 "--goma-dir", |
| 167 "[BUILD]/goma", | 221 "[CACHE]/cipd/goma", |
| 168 "//out/Release" | 222 "//out/Release" |
| 169 ], | 223 ], |
| 170 "cwd": "[SLAVE_BUILD]/src", | 224 "cwd": "[SLAVE_BUILD]/src", |
| 171 "env": { | 225 "env": { |
| 172 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 226 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 173 }, | 227 }, |
| 174 "name": "generate_build_files" | 228 "name": "generate_build_files" |
| 175 }, | 229 }, |
| 176 { | 230 { |
| 177 "cmd": [ | 231 "cmd": [ |
| (...skipping 13 matching lines...) Expand all Loading... |
| 191 "[SLAVE_BUILD]/src", | 245 "[SLAVE_BUILD]/src", |
| 192 "--goma-cache-dir", | 246 "--goma-cache-dir", |
| 193 "[GOMA_CACHE]", | 247 "[GOMA_CACHE]", |
| 194 "--compiler", | 248 "--compiler", |
| 195 "goma", | 249 "goma", |
| 196 "--goma-jsonstatus", | 250 "--goma-jsonstatus", |
| 197 "/path/to/tmp/json", | 251 "/path/to/tmp/json", |
| 198 "--goma-service-account-json-file", | 252 "--goma-service-account-json-file", |
| 199 "/creds/service_accounts/service-account-goma-client.json", | 253 "/creds/service_accounts/service-account-goma-client.json", |
| 200 "--goma-dir", | 254 "--goma-dir", |
| 201 "[BUILD]/goma", | 255 "[CACHE]/cipd/goma", |
| 202 "--", | 256 "--", |
| 203 "android_tools", | 257 "android_tools", |
| 204 "cc_perftests", | 258 "cc_perftests", |
| 205 "chrome_public_apk", | 259 "chrome_public_apk", |
| 206 "gpu_perftests", | 260 "gpu_perftests", |
| 207 "push_apps_to_background_apk", | 261 "push_apps_to_background_apk", |
| 208 "system_webview_apk", | 262 "system_webview_apk", |
| 209 "system_webview_shell_apk" | 263 "system_webview_shell_apk" |
| 210 ], | 264 ], |
| 211 "env": { | 265 "env": { |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 249 "~followup_annotations": [ | 303 "~followup_annotations": [ |
| 250 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/a
ndroid_perf_rel_arm64/full-build-linux_267739.zip@@@" | 304 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/a
ndroid_perf_rel_arm64/full-build-linux_267739.zip@@@" |
| 251 ] | 305 ] |
| 252 }, | 306 }, |
| 253 { | 307 { |
| 254 "name": "$result", | 308 "name": "$result", |
| 255 "recipe_result": null, | 309 "recipe_result": null, |
| 256 "status_code": 0 | 310 "status_code": 0 |
| 257 } | 311 } |
| 258 ] | 312 ] |
| OLD | NEW |