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 "CFI Linux", | 10 "CFI Linux", |
(...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 "Release", | 125 "Release", |
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\": \"CFI Linux\", \"buildnumber\": 571, \"mastername\": \"
chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linux\"
}" | 129 "{\"buildername\": \"CFI Linux\", \"buildnumber\": 571, \"mastername\": \"
chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linux\"
}" |
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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
226 ], | 226 ], |
227 "cwd": "[SLAVE_BUILD]", | 227 "cwd": "[SLAVE_BUILD]", |
228 "name": "compile" | 228 "name": "compile" |
229 }, | 229 }, |
230 { | 230 { |
231 "name": "$result", | 231 "name": "$result", |
232 "recipe_result": null, | 232 "recipe_result": null, |
233 "status_code": 0 | 233 "status_code": 0 |
234 } | 234 } |
235 ] | 235 ] |
OLD | NEW |