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

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/Build-Win8-MSVC-x86_64-Release-Swarming.json

Issue 1916263003: Reland "Skia: Maintain a checkout on swarming (compile) bots" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fix expectations after roll 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 "git", 4 "git",
5 "remote", 5 "remote",
6 "set-url", 6 "set-url",
7 "origin", 7 "origin",
8 "https://skia.googlesource.com/skia.git" 8 "https://skia.googlesource.com/skia.git"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil e_skia]\"@@@", 423 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil e_skia]\"@@@",
424 "@@@STEP_LOG_LINE@json.output@}@@@", 424 "@@@STEP_LOG_LINE@json.output@}@@@",
425 "@@@STEP_LOG_END@json.output@@@", 425 "@@@STEP_LOG_END@json.output@@@",
426 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c ompile_skia]\"}@@@" 426 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c ompile_skia]\"}@@@"
427 ] 427 ]
428 }, 428 },
429 { 429 {
430 "cmd": [ 430 "cmd": [
431 "python", 431 "python",
432 "-u", 432 "-u",
433 "\nimport json\nimport sys\nwith open(sys.argv[1]) as f:\n isolated = jso n.load(f)\nfor h in sys.argv[2:]:\n isolated['includes'].append(h)\nwith open(s ys.argv[1], 'w') as f:\n json.dump(isolated, f, sort_keys=True)\n", 433 "\nimport json\nimport sys\nwith open(sys.argv[1]) as f:\n isolated = jso n.load(f)\nif not isolated.get('includes'):\n isolated['includes'] = []\nfor h in sys.argv[2:]:\n isolated['includes'].append(h)\nwith open(sys.argv[1], 'w') as f:\n json.dump(isolated, f, sort_keys=True)\n",
434 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated", 434 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated",
435 "[dummy hash for isolate_recipes]", 435 "[dummy hash for isolate_recipes]",
436 "705384d88f80da637eb367e5acc6f315c0e1db2f" 436 "705384d88f80da637eb367e5acc6f315c0e1db2f"
437 ], 437 ],
438 "name": "add_isolated_input", 438 "name": "add_isolated_input",
439 "~followup_annotations": [ 439 "~followup_annotations": [
440 "@@@STEP_LOG_LINE@python.inline@@@@", 440 "@@@STEP_LOG_LINE@python.inline@@@@",
441 "@@@STEP_LOG_LINE@python.inline@import json@@@", 441 "@@@STEP_LOG_LINE@python.inline@import json@@@",
442 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 442 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
443 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", 443 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@",
444 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", 444 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@",
445 "@@@STEP_LOG_LINE@python.inline@if not isolated.get('includes'):@@@",
446 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'] = []@@@",
445 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", 447 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@",
446 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", 448 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@",
447 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", 449 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@",
448 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@ @", 450 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@ @",
449 "@@@STEP_LOG_END@python.inline@@@" 451 "@@@STEP_LOG_END@python.inline@@@"
450 ] 452 ]
451 }, 453 },
452 { 454 {
453 "cmd": [ 455 "cmd": [
454 "python", 456 "python",
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
600 "@@@STEP_LOG_END@json.output@@@", 602 "@@@STEP_LOG_END@json.output@@@",
601 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 603 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
602 ] 604 ]
603 }, 605 },
604 { 606 {
605 "name": "$result", 607 "name": "$result",
606 "recipe_result": null, 608 "recipe_result": null,
607 "status_code": 0 609 "status_code": 0
608 } 610 }
609 ] 611 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698