| 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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 229 "--goma-jsonstatus", | 229 "--goma-jsonstatus", |
| 230 "/path/to/tmp/json", | 230 "/path/to/tmp/json", |
| 231 "--goma-service-account-json-file", | 231 "--goma-service-account-json-file", |
| 232 "/creds/service_accounts/service-account-goma-client.json", | 232 "/creds/service_accounts/service-account-goma-client.json", |
| 233 "--mode", | 233 "--mode", |
| 234 "official", | 234 "official", |
| 235 "--goma-dir", | 235 "--goma-dir", |
| 236 "[CACHE]/cipd/goma", | 236 "[CACHE]/cipd/goma", |
| 237 "--goma-hermetic", | 237 "--goma-hermetic", |
| 238 "fallback", | 238 "fallback", |
| 239 "--" | 239 "--", |
| 240 "chrome" |
| 240 ], | 241 ], |
| 241 "cwd": "[SLAVE_BUILD]", | 242 "cwd": "[SLAVE_BUILD]", |
| 242 "env": { | 243 "env": { |
| 243 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 244 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 244 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 245 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 245 }, | 246 }, |
| 246 "name": "compile", | 247 "name": "compile", |
| 247 "~followup_annotations": [ | 248 "~followup_annotations": [ |
| 248 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 249 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 249 "@@@STEP_LOG_END@json.output (invalid)@@@" | 250 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 347 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f
4", | 348 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f
4", |
| 348 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}" | 349 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}" |
| 349 } | 350 } |
| 350 } | 351 } |
| 351 ], | 352 ], |
| 352 "~followup_annotations": [ | 353 "~followup_annotations": [ |
| 353 "@@@STEP_TEXT@Android Nexus9 Perf (3)@@@" | 354 "@@@STEP_TEXT@Android Nexus9 Perf (3)@@@" |
| 354 ] | 355 ] |
| 355 }, | 356 }, |
| 356 { | 357 { |
| 358 "allow_subannotations": true, |
| 359 "cmd": [ |
| 360 "python", |
| 361 "-u", |
| 362 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 363 "--target", |
| 364 "Release", |
| 365 "--no-xvfb", |
| 366 "--factory-properties", |
| 367 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Android arm64 Bu
ilder\", \"buildnumber\": 571, \"mastername\": \"chromium.perf\", \"parent_build
ername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"wo
rkdir\": \"/path/to/workdir/TestSlavename\"}", |
| 368 "--build-properties", |
| 369 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Android arm64 Bu
ilder\", \"buildnumber\": 571, \"mastername\": \"chromium.perf\", \"parent_build
ername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"wo
rkdir\": \"/path/to/workdir/TestSlavename\"}", |
| 370 "--test-type=sizes", |
| 371 "--builder-name=Android arm64 Builder", |
| 372 "--slave-name=TestSlavename", |
| 373 "--build-number=571", |
| 374 "--run-python-script", |
| 375 "--annotate=graphing", |
| 376 "--results-url=https://chromeperf.appspot.com", |
| 377 "--perf-dashboard-id=sizes", |
| 378 "--perf-id=android", |
| 379 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", |
| 380 "--target", |
| 381 "Release", |
| 382 "--platform", |
| 383 "linux" |
| 384 ], |
| 385 "cwd": "[SLAVE_BUILD]", |
| 386 "name": "sizes" |
| 387 }, |
| 388 { |
| 357 "name": "$result", | 389 "name": "$result", |
| 358 "recipe_result": null, | 390 "recipe_result": null, |
| 359 "status_code": 0 | 391 "status_code": 0 |
| 360 } | 392 } |
| 361 ] | 393 ] |
| OLD | NEW |