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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_git_WinGitXP.json

Issue 298653008: Linux ARM Cross-Compile recipe (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: changed target to all Created 6 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]\\scripts\\slave\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 { 69 {
70 "cmd": [ 70 "cmd": [
71 "python", 71 "python",
72 "-u", 72 "-u",
73 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 73 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
74 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.git.json", 74 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.git.json",
75 "/path/to/tmp/json" 75 "/path/to/tmp/json"
76 ], 76 ],
77 "name": "read test spec", 77 "name": "read test spec",
78 "~followup_annotations": [ 78 "~followup_annotations": [
79 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.git.js on@@@",
79 "@@@STEP_LOG_LINE@json.output@{}@@@", 80 "@@@STEP_LOG_LINE@json.output@{}@@@",
80 "@@@STEP_LOG_END@json.output@@@" 81 "@@@STEP_LOG_END@json.output@@@"
81 ] 82 ]
82 }, 83 },
83 { 84 {
84 "cmd": [ 85 "cmd": [
85 "python", 86 "python",
86 "-u", 87 "-u",
87 "[BUILD]\\scripts\\slave\\cleanup_temp.py" 88 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
88 ], 89 ],
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 "--json", 123 "--json",
123 "/path/to/tmp/json" 124 "/path/to/tmp/json"
124 ], 125 ],
125 "name": "checkdeps", 126 "name": "checkdeps",
126 "~followup_annotations": [ 127 "~followup_annotations": [
127 "@@@STEP_LOG_LINE@json.output@[]@@@", 128 "@@@STEP_LOG_LINE@json.output@[]@@@",
128 "@@@STEP_LOG_END@json.output@@@" 129 "@@@STEP_LOG_END@json.output@@@"
129 ] 130 ]
130 } 131 }
131 ] 132 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698