| 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 "ClangToTAndroidASan", | 10 "ClangToTAndroidASan", |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 "cmd": [ | 117 "cmd": [ |
| 118 "python", | 118 "python", |
| 119 "-u", | 119 "-u", |
| 120 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 120 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 121 "--output", | 121 "--output", |
| 122 "/path/to/tmp/json", | 122 "/path/to/tmp/json", |
| 123 "--", | 123 "--", |
| 124 "--build-config-fs", | 124 "--build-config-fs", |
| 125 "Debug", | 125 "Debug", |
| 126 "--paths", | 126 "--paths", |
| 127 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 127 "{\"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\"}", |
| 128 "--properties", | 128 "--properties", |
| 129 "{\"buildername\": \"ClangToTAndroidASan\", \"buildnumber\": 571, \"master
name\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"android\"}" | 129 "{\"buildername\": \"ClangToTAndroidASan\", \"buildnumber\": 571, \"master
name\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"android\"}" |
| 130 ], | 130 ], |
| 131 "cwd": "[SLAVE_BUILD]", | 131 "cwd": "[SLAVE_BUILD]", |
| 132 "name": "get compile targets for scripts", | 132 "name": "get compile targets for scripts", |
| 133 "~followup_annotations": [ | 133 "~followup_annotations": [ |
| 134 "@@@STEP_LOG_LINE@json.output@{}@@@", | 134 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 135 "@@@STEP_LOG_END@json.output@@@" | 135 "@@@STEP_LOG_END@json.output@@@" |
| 136 ] | 136 ] |
| 137 }, | 137 }, |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 "~followup_annotations": [ | 291 "~followup_annotations": [ |
| 292 "@@@STEP_TEXT@ClangToTAndroidASan tester@@@" | 292 "@@@STEP_TEXT@ClangToTAndroidASan tester@@@" |
| 293 ] | 293 ] |
| 294 }, | 294 }, |
| 295 { | 295 { |
| 296 "name": "$result", | 296 "name": "$result", |
| 297 "recipe_result": null, | 297 "recipe_result": null, |
| 298 "status_code": 0 | 298 "status_code": 0 |
| 299 } | 299 } |
| 300 ] | 300 ] |
| OLD | NEW |