| 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.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Print Preview Mac", | 10 "Print Preview Mac", |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 "cmd": [ | 115 "cmd": [ |
| 116 "python", | 116 "python", |
| 117 "-u", | 117 "-u", |
| 118 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 118 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 119 "--output", | 119 "--output", |
| 120 "/path/to/tmp/json", | 120 "/path/to/tmp/json", |
| 121 "--", | 121 "--", |
| 122 "--build-config-fs", | 122 "--build-config-fs", |
| 123 "Release", | 123 "Release", |
| 124 "--paths", | 124 "--paths", |
| 125 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 125 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\
": \"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECI
PE_PACKAGE_REPO[build]/scripts/slave/runtest.py\"}", |
| 126 "--properties", | 126 "--properties", |
| 127 "{\"buildername\": \"Print Preview Mac\", \"buildnumber\": 571, \"masterna
me\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \
"mac\"}" | 127 "{\"buildername\": \"Print Preview Mac\", \"buildnumber\": 571, \"masterna
me\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \
"mac\"}" |
| 128 ], | 128 ], |
| 129 "cwd": "[SLAVE_BUILD]", | 129 "cwd": "[SLAVE_BUILD]", |
| 130 "name": "get compile targets for scripts", | 130 "name": "get compile targets for scripts", |
| 131 "~followup_annotations": [ | 131 "~followup_annotations": [ |
| 132 "@@@STEP_LOG_LINE@json.output@{}@@@", | 132 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 133 "@@@STEP_LOG_END@json.output@@@" | 133 "@@@STEP_LOG_END@json.output@@@" |
| 134 ] | 134 ] |
| 135 }, | 135 }, |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 ], | 230 ], |
| 231 "cwd": "[SLAVE_BUILD]", | 231 "cwd": "[SLAVE_BUILD]", |
| 232 "name": "print_preview_tests" | 232 "name": "print_preview_tests" |
| 233 }, | 233 }, |
| 234 { | 234 { |
| 235 "name": "$result", | 235 "name": "$result", |
| 236 "recipe_result": null, | 236 "recipe_result": null, |
| 237 "status_code": 0 | 237 "status_code": 0 |
| 238 } | 238 } |
| 239 ] | 239 ] |
| OLD | NEW |