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.linux", | 8 "chromium.linux", |
9 "--builder", | 9 "--builder", |
10 "Linux Tests", | 10 "Linux Tests", |
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
144 "python", | 144 "python", |
145 "-u", | 145 "-u", |
146 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 146 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
147 "--output", | 147 "--output", |
148 "/path/to/tmp/json", | 148 "/path/to/tmp/json", |
149 "--", | 149 "--", |
150 "--build-config-fs", | 150 "--build-config-fs", |
151 "Release", | 151 "Release", |
152 "--use-src-side-runtest-py", | 152 "--use-src-side-runtest-py", |
153 "--paths", | 153 "--paths", |
154 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 154 "{\"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\"}", |
155 "--properties", | 155 "--properties", |
156 "{\"buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\":
\"chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\": \"lin
ux\"}" | 156 "{\"buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\":
\"chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\": \"lin
ux\"}" |
157 ], | 157 ], |
158 "cwd": "[SLAVE_BUILD]", | 158 "cwd": "[SLAVE_BUILD]", |
159 "name": "get compile targets for scripts", | 159 "name": "get compile targets for scripts", |
160 "~followup_annotations": [ | 160 "~followup_annotations": [ |
161 "@@@STEP_LOG_LINE@json.output@{}@@@", | 161 "@@@STEP_LOG_LINE@json.output@{}@@@", |
162 "@@@STEP_LOG_END@json.output@@@" | 162 "@@@STEP_LOG_END@json.output@@@" |
163 ] | 163 ] |
164 }, | 164 }, |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
241 }, | 241 }, |
242 { | 242 { |
243 "cmd": [ | 243 "cmd": [ |
244 "python", | 244 "python", |
245 "-u", | 245 "-u", |
246 "[SLAVE_BUILD]/src/testing/scripts/gtest_perf_test.py", | 246 "[SLAVE_BUILD]/src/testing/scripts/gtest_perf_test.py", |
247 "--build-config-fs", | 247 "--build-config-fs", |
248 "Release", | 248 "Release", |
249 "--use-src-side-runtest-py", | 249 "--use-src-side-runtest-py", |
250 "--paths", | 250 "--paths", |
251 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 251 "{\"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\"}", |
252 "--properties", | 252 "--properties", |
253 "{\"buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\":
\"chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\": \"lin
ux\"}", | 253 "{\"buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\":
\"chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\": \"lin
ux\"}", |
254 "--args", | 254 "--args", |
255 "[\"media_perftests\", \"--single-process-tests\"]", | 255 "[\"media_perftests\", \"--single-process-tests\"]", |
256 "run", | 256 "run", |
257 "--output", | 257 "--output", |
258 "/path/to/tmp/json" | 258 "/path/to/tmp/json" |
259 ], | 259 ], |
260 "cwd": "[SLAVE_BUILD]", | 260 "cwd": "[SLAVE_BUILD]", |
261 "name": "media_perftests", | 261 "name": "media_perftests", |
262 "~followup_annotations": [ | 262 "~followup_annotations": [ |
263 "@@@STEP_LOG_LINE@json.output@{@@@", | 263 "@@@STEP_LOG_LINE@json.output@{@@@", |
264 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | 264 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", |
265 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | 265 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", |
266 "@@@STEP_LOG_LINE@json.output@}@@@", | 266 "@@@STEP_LOG_LINE@json.output@}@@@", |
267 "@@@STEP_LOG_END@json.output@@@" | 267 "@@@STEP_LOG_END@json.output@@@" |
268 ] | 268 ] |
269 }, | 269 }, |
270 { | 270 { |
271 "name": "$result", | 271 "name": "$result", |
272 "recipe_result": null, | 272 "recipe_result": null, |
273 "status_code": 0 | 273 "status_code": 0 |
274 } | 274 } |
275 ] | 275 ] |
OLD | NEW |