Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(253)

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/use_skia_patch_on_chromium_trybot.json

Issue 1935583002: Add next_version_mini_installer to MiniInstallerTest's compile targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: add expectations Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 "python", 299 "python",
300 "-u", 300 "-u",
301 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", 301 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py",
302 "analyze", 302 "analyze",
303 "-m", 303 "-m",
304 "tryserver.chromium.win", 304 "tryserver.chromium.win",
305 "-b", 305 "-b",
306 "win_chromium_rel_ng", 306 "win_chromium_rel_ng",
307 "-v", 307 "-v",
308 "//out/Release", 308 "//out/Release",
309 "{\"additional_compile_targets\": [\"chromium_builder_tests\"], \"files\": [\"foo.cc\"], \"test_targets\": [\"mini_installer\"]}", 309 "{\"additional_compile_targets\": [\"chromium_builder_tests\"], \"files\": [\"foo.cc\"], \"test_targets\": [\"mini_installer\", \"next_version_mini_instal ler\"]}",
310 "/path/to/tmp/json" 310 "/path/to/tmp/json"
311 ], 311 ],
312 "env": { 312 "env": {
313 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 313 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
314 }, 314 },
315 "name": "analyze", 315 "name": "analyze",
316 "~followup_annotations": [ 316 "~followup_annotations": [
317 "@@@STEP_TEXT@No compile necessary@@@", 317 "@@@STEP_TEXT@No compile necessary@@@",
318 "@@@STEP_LOG_LINE@json.output@{@@@", 318 "@@@STEP_LOG_LINE@json.output@{@@@",
319 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", 319 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@",
320 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", 320 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@",
321 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", 321 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@",
322 "@@@STEP_LOG_LINE@json.output@}@@@", 322 "@@@STEP_LOG_LINE@json.output@}@@@",
323 "@@@STEP_LOG_END@json.output@@@", 323 "@@@STEP_LOG_END@json.output@@@",
324 "@@@STEP_LOG_LINE@analyze_details@{@@@", 324 "@@@STEP_LOG_LINE@analyze_details@{@@@",
325 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", 325 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@",
326 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\"@@@", 326 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\"@@@",
327 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 327 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
328 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", 328 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@",
329 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [], @@@", 329 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [], @@@",
330 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@ @", 330 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@ @",
331 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@", 331 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@",
332 "@@@STEP_LOG_LINE@analyze_details@ \"mini_installer\"@@@", 332 "@@@STEP_LOG_LINE@analyze_details@ \"mini_installer\", @@@",
333 "@@@STEP_LOG_LINE@analyze_details@ \"next_version_mini_installer\"@@@",
333 "@@@STEP_LOG_LINE@analyze_details@ ]@@@", 334 "@@@STEP_LOG_LINE@analyze_details@ ]@@@",
334 "@@@STEP_LOG_LINE@analyze_details@}@@@", 335 "@@@STEP_LOG_LINE@analyze_details@}@@@",
335 "@@@STEP_LOG_END@analyze_details@@@" 336 "@@@STEP_LOG_END@analyze_details@@@"
336 ] 337 ]
337 }, 338 },
338 { 339 {
339 "cmd": [ 340 "cmd": [
340 "python", 341 "python",
341 "-u", 342 "-u",
342 "import sys; sys.exit(0)" 343 "import sys; sys.exit(0)"
343 ], 344 ],
344 "name": "mark: before_tests" 345 "name": "mark: before_tests"
345 }, 346 },
346 { 347 {
347 "name": "$result", 348 "name": "$result",
348 "recipe_result": null, 349 "recipe_result": null,
349 "status_code": 0 350 "status_code": 0
350 } 351 }
351 ] 352 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698