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