| 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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 "-u", | 175 "-u", |
| 176 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 176 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 177 "--output", | 177 "--output", |
| 178 "/path/to/tmp/json", | 178 "/path/to/tmp/json", |
| 179 "--", | 179 "--", |
| 180 "--build-config-fs", | 180 "--build-config-fs", |
| 181 "Release", | 181 "Release", |
| 182 "--paths", | 182 "--paths", |
| 183 "{\"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\"}", | 183 "{\"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\"}", |
| 184 "--properties", | 184 "--properties", |
| 185 "{\"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\"}" | 185 "{\"buildername\": \"Linux Perf (1)\", \"buildnumber\": 0, \"mastername\":
\"chromium.perf\", \"slavename\": \"TestSlavename\", \"target_platform\": \"lin
ux\"}" |
| 186 ], | 186 ], |
| 187 "cwd": "[SLAVE_BUILD]", | 187 "cwd": "[SLAVE_BUILD]", |
| 188 "name": "get compile targets for scripts", | 188 "name": "get compile targets for scripts", |
| 189 "~followup_annotations": [ | 189 "~followup_annotations": [ |
| 190 "@@@STEP_LOG_LINE@json.output@{}@@@", | 190 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 191 "@@@STEP_LOG_END@json.output@@@" | 191 "@@@STEP_LOG_END@json.output@@@" |
| 192 ] | 192 ] |
| 193 }, | 193 }, |
| 194 { | 194 { |
| 195 "cmd": [ | 195 "cmd": [ |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 345 "@@@STEP_LOG_END@json.output@@@", | 345 "@@@STEP_LOG_END@json.output@@@", |
| 346 "@@@STEP_FAILURE@@@" | 346 "@@@STEP_FAILURE@@@" |
| 347 ] | 347 ] |
| 348 }, | 348 }, |
| 349 { | 349 { |
| 350 "name": "$result", | 350 "name": "$result", |
| 351 "reason": "1 tests failed: ['dynamic_perf_tests']", | 351 "reason": "1 tests failed: ['dynamic_perf_tests']", |
| 352 "status_code": 1 | 352 "status_code": 1 |
| 353 } | 353 } |
| 354 ] | 354 ] |
| OLD | NEW |