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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_win_Win_x64_Builder.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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 { 111 {
112 "cmd": [ 112 "cmd": [
113 "python", 113 "python",
114 "-u", 114 "-u",
115 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 115 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
116 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", 116 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json",
117 "/path/to/tmp/json" 117 "/path/to/tmp/json"
118 ], 118 ],
119 "name": "read test spec", 119 "name": "read test spec",
120 "~followup_annotations": [ 120 "~followup_annotations": [
121 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js on@@@",
121 "@@@STEP_LOG_LINE@json.output@{}@@@", 122 "@@@STEP_LOG_LINE@json.output@{}@@@",
122 "@@@STEP_LOG_END@json.output@@@" 123 "@@@STEP_LOG_END@json.output@@@"
123 ] 124 ]
124 }, 125 },
125 { 126 {
126 "cmd": [ 127 "cmd": [
127 "python", 128 "python",
128 "-u", 129 "-u",
129 "[BUILD]\\scripts\\slave\\cleanup_temp.py" 130 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
130 ], 131 ],
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 "--build_revision", 185 "--build_revision",
185 "170242", 186 "170242",
186 "--factory-properties", 187 "--factory-properties",
187 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win x64 Builder\", \"buildnumber\": 571, \"mastername\": \"chro mium.win\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\ ": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 188 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win x64 Builder\", \"buildnumber\": 571, \"mastername\": \"chro mium.win\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\ ": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
188 "--build-properties", 189 "--build-properties",
189 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win x64 Builder\", \"buildnumber\": 571, \"mastername\": \"chro mium.win\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\ ": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 190 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win x64 Builder\", \"buildnumber\": 571, \"mastername\": \"chro mium.win\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\ ": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
190 ], 191 ],
191 "name": "package build" 192 "name": "package build"
192 } 193 }
193 ] 194 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698