| 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 Perf (1)", | 10 "Linux Perf (1)", |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 186 "-u", | 186 "-u", |
| 187 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 187 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 188 "--output", | 188 "--output", |
| 189 "/path/to/tmp/json", | 189 "/path/to/tmp/json", |
| 190 "--", | 190 "--", |
| 191 "--build-config-fs", | 191 "--build-config-fs", |
| 192 "Release", | 192 "Release", |
| 193 "--paths", | 193 "--paths", |
| 194 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO
[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s
cripts/slave/runtest.py\"}", | 194 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO
[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s
cripts/slave/runtest.py\"}", |
| 195 "--properties", | 195 "--properties", |
| 196 "{\"buildername\": \"Linux Perf (1)\", \"buildnumber\": 0, \"mastername\":
\"chromium.perf\", \"perf-id\": \"linux-release\", \"results-url\": \"https://c
hromeperf.appspot.com\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"linux\"}" | 196 "{\"buildername\": \"Linux Perf (1)\", \"buildnumber\": 0, \"mastername\":
\"chromium.perf\", \"slavename\": \"TestSlavename\", \"target_platform\": \"lin
ux\"}" |
| 197 ], | 197 ], |
| 198 "name": "get compile targets for scripts", | 198 "name": "get compile targets for scripts", |
| 199 "~followup_annotations": [ | 199 "~followup_annotations": [ |
| 200 "@@@STEP_LOG_LINE@json.output@{}@@@", | 200 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 201 "@@@STEP_LOG_END@json.output@@@" | 201 "@@@STEP_LOG_END@json.output@@@" |
| 202 ] | 202 ] |
| 203 }, | 203 }, |
| 204 { | 204 { |
| 205 "cmd": [ | 205 "cmd": [ |
| 206 "python", | 206 "python", |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 360 "@@@STEP_FAILURE@@@" | 360 "@@@STEP_FAILURE@@@" |
| 361 ] | 361 ] |
| 362 }, | 362 }, |
| 363 { | 363 { |
| 364 "name": "$result", | 364 "name": "$result", |
| 365 "reason": "1 tests failed: ['dynamic_perf_tests']", | 365 "reason": "1 tests failed: ['dynamic_perf_tests']", |
| 366 "recipe_result": null, | 366 "recipe_result": null, |
| 367 "status_code": 1 | 367 "status_code": 1 |
| 368 } | 368 } |
| 369 ] | 369 ] |
| OLD | NEW |