| 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 "Linux Builder", | 10 "Linux Builder", |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 "/path/to/tmp/json", | 225 "/path/to/tmp/json", |
| 226 "--goma-service-account-json-file", | 226 "--goma-service-account-json-file", |
| 227 "/creds/service_accounts/service-account-goma-client.json", | 227 "/creds/service_accounts/service-account-goma-client.json", |
| 228 "--mode", | 228 "--mode", |
| 229 "official", | 229 "official", |
| 230 "--goma-dir", | 230 "--goma-dir", |
| 231 "[CACHE]/cipd/goma", | 231 "[CACHE]/cipd/goma", |
| 232 "--goma-hermetic", | 232 "--goma-hermetic", |
| 233 "fallback", | 233 "fallback", |
| 234 "--", | 234 "--", |
| 235 "chrome", |
| 235 "chromium_builder_perf" | 236 "chromium_builder_perf" |
| 236 ], | 237 ], |
| 237 "env": { | 238 "env": { |
| 238 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 239 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 239 }, | 240 }, |
| 240 "name": "compile", | 241 "name": "compile", |
| 241 "~followup_annotations": [ | 242 "~followup_annotations": [ |
| 242 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 243 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 243 "@@@STEP_LOG_END@json.output (invalid)@@@" | 244 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 244 ] | 245 ] |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 389 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f
4", | 390 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f
4", |
| 390 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}" | 391 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}" |
| 391 } | 392 } |
| 392 } | 393 } |
| 393 ], | 394 ], |
| 394 "~followup_annotations": [ | 395 "~followup_annotations": [ |
| 395 "@@@STEP_TEXT@Linux Perf (5)@@@" | 396 "@@@STEP_TEXT@Linux Perf (5)@@@" |
| 396 ] | 397 ] |
| 397 }, | 398 }, |
| 398 { | 399 { |
| 400 "allow_subannotations": true, |
| 401 "cmd": [ |
| 402 "python", |
| 403 "-u", |
| 404 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 405 "--target", |
| 406 "Release", |
| 407 "--no-xvfb", |
| 408 "--factory-properties", |
| 409 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux Builder\",
\"buildnumber\": 571, \"mastername\": \"chromium.perf\", \"parent_buildername\"
: null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\":
\"/path/to/workdir/TestSlavename\"}", |
| 410 "--build-properties", |
| 411 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux Builder\",
\"buildnumber\": 571, \"mastername\": \"chromium.perf\", \"parent_buildername\"
: null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\":
\"/path/to/workdir/TestSlavename\"}", |
| 412 "--test-type=sizes", |
| 413 "--builder-name=Linux Builder", |
| 414 "--slave-name=TestSlavename", |
| 415 "--build-number=571", |
| 416 "--run-python-script", |
| 417 "--annotate=graphing", |
| 418 "--results-url=https://chromeperf.appspot.com", |
| 419 "--perf-dashboard-id=sizes", |
| 420 "--perf-id=linux", |
| 421 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", |
| 422 "--target", |
| 423 "Release", |
| 424 "--platform", |
| 425 "linux" |
| 426 ], |
| 427 "name": "sizes" |
| 428 }, |
| 429 { |
| 399 "name": "$result", | 430 "name": "$result", |
| 400 "recipe_result": null, | 431 "recipe_result": null, |
| 401 "status_code": 0 | 432 "status_code": 0 |
| 402 } | 433 } |
| 403 ] | 434 ] |
| OLD | NEW |