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

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

Issue 1238993002: Revert of Make the static clang/win ToT bots do official builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 5 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 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 }, 86 },
87 { 87 {
88 "cmd": [ 88 "cmd": [
89 "python", 89 "python",
90 "-u", 90 "-u",
91 "[DEPOT_TOOLS]\\gclient.py", 91 "[DEPOT_TOOLS]\\gclient.py",
92 "runhooks" 92 "runhooks"
93 ], 93 ],
94 "cwd": "[SLAVE_BUILD]", 94 "cwd": "[SLAVE_BUILD]",
95 "env": { 95 "env": {
96 "GYP_DEFINES": "branding=Chrome buildtype=Official clang=1 component=stati c_library fastbuild=1 target_arch=ia32 test_isolation_mode=prepare", 96 "GYP_DEFINES": "clang=1 component=static_library fastbuild=1 target_arch=i a32 test_isolation_mode=prepare",
97 "LLVM_FORCE_HEAD_REVISION": "YES" 97 "LLVM_FORCE_HEAD_REVISION": "YES"
98 }, 98 },
99 "name": "gclient runhooks" 99 "name": "gclient runhooks"
100 }, 100 },
101 { 101 {
102 "cmd": [ 102 "cmd": [
103 "python", 103 "python",
104 "-u", 104 "-u",
105 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 105 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
106 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json", 106 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json",
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 "-u", 197 "-u",
198 "[BUILD]\\scripts\\slave\\compile.py", 198 "[BUILD]\\scripts\\slave\\compile.py",
199 "--target", 199 "--target",
200 "Release", 200 "Release",
201 "--src-dir", 201 "--src-dir",
202 "[SLAVE_BUILD]\\src", 202 "[SLAVE_BUILD]\\src",
203 "--build-tool", 203 "--build-tool",
204 "ninja", 204 "ninja",
205 "--compiler", 205 "--compiler",
206 "clang", 206 "clang",
207 "--mode",
208 "official",
209 "--clobber",
210 "--" 207 "--"
211 ], 208 ],
212 "cwd": "[SLAVE_BUILD]", 209 "cwd": "[SLAVE_BUILD]",
213 "env": { 210 "env": {
214 "LLVM_FORCE_HEAD_REVISION": "YES" 211 "LLVM_FORCE_HEAD_REVISION": "YES"
215 }, 212 },
216 "name": "compile" 213 "name": "compile"
217 }, 214 },
218 { 215 {
219 "cmd": [ 216 "cmd": [
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 262 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
266 "--factory-properties", 263 "--factory-properties",
267 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ClangToTWin\", \"buildnumber\": 571, \"mastername\": \"chromium .fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \ "TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 264 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ClangToTWin\", \"buildnumber\": 571, \"mastername\": \"chromium .fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \ "TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
268 "--build-properties", 265 "--build-properties",
269 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ClangToTWin\", \"buildnumber\": 571, \"mastername\": \"chromium .fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \ "TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 266 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"ClangToTWin\", \"buildnumber\": 571, \"mastername\": \"chromium .fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \ "TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
270 ], 267 ],
271 "cwd": "[SLAVE_BUILD]", 268 "cwd": "[SLAVE_BUILD]",
272 "name": "package build" 269 "name": "package build"
273 } 270 }
274 ] 271 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698