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

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

Issue 1220783003: Make the CrWinClangLLD bots 64-bit. (Closed) Base URL: http://src.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
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": "clang=1 component=shared_library fastbuild=1 target_arch=i a32 test_isolation_mode=prepare use_lld=1", 96 "GYP_DEFINES": "clang=1 component=shared_library fastbuild=1 target_arch=x 64 test_isolation_mode=prepare use_lld=1",
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 20 matching lines...) Expand all
127 }, 127 },
128 { 128 {
129 "cmd": [ 129 "cmd": [
130 "python", 130 "python",
131 "-u", 131 "-u",
132 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", 132 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py",
133 "--output", 133 "--output",
134 "/path/to/tmp/json", 134 "/path/to/tmp/json",
135 "--", 135 "--",
136 "--build-config-fs", 136 "--build-config-fs",
137 "Release", 137 "Release_x64",
138 "--paths", 138 "--paths",
139 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", 139 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}",
140 "--properties", 140 "--properties",
141 "{\"buildername\": \"CrWinClangLLD\", \"buildnumber\": 571, \"mastername\" : \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win \"}" 141 "{\"buildername\": \"CrWinClangLLD\", \"buildnumber\": 571, \"mastername\" : \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win \"}"
142 ], 142 ],
143 "cwd": "[SLAVE_BUILD]", 143 "cwd": "[SLAVE_BUILD]",
144 "name": "get compile targets for scripts", 144 "name": "get compile targets for scripts",
145 "~followup_annotations": [ 145 "~followup_annotations": [
146 "@@@STEP_LOG_LINE@json.output@{}@@@", 146 "@@@STEP_LOG_LINE@json.output@{}@@@",
147 "@@@STEP_LOG_END@json.output@@@" 147 "@@@STEP_LOG_END@json.output@@@"
148 ] 148 ]
149 }, 149 },
150 { 150 {
151 "cmd": [ 151 "cmd": [
152 "python", 152 "python",
153 "-u", 153 "-u",
154 "[BUILD]\\scripts\\slave\\cleanup_temp.py" 154 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
155 ], 155 ],
156 "cwd": "[SLAVE_BUILD]", 156 "cwd": "[SLAVE_BUILD]",
157 "name": "cleanup_temp" 157 "name": "cleanup_temp"
158 }, 158 },
159 { 159 {
160 "cmd": [ 160 "cmd": [
161 "python", 161 "python",
162 "-u", 162 "-u",
163 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", 163 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py",
164 "--build-dir", 164 "--build-dir",
165 "[SLAVE_BUILD]\\src\\out\\Release", 165 "[SLAVE_BUILD]\\src\\out\\Release_x64",
166 "--clean-isolated-files" 166 "--clean-isolated-files"
167 ], 167 ],
168 "cwd": "[SLAVE_BUILD]", 168 "cwd": "[SLAVE_BUILD]",
169 "name": "clean isolated files" 169 "name": "clean isolated files"
170 }, 170 },
171 { 171 {
172 "allow_subannotations": true, 172 "allow_subannotations": true,
173 "cmd": [ 173 "cmd": [
174 "python", 174 "python",
175 "-u", 175 "-u",
(...skipping 14 matching lines...) Expand all
190 "@@@STEP_LOG_LINE@json.output@}@@@", 190 "@@@STEP_LOG_LINE@json.output@}@@@",
191 "@@@STEP_LOG_END@json.output@@@" 191 "@@@STEP_LOG_END@json.output@@@"
192 ] 192 ]
193 }, 193 },
194 { 194 {
195 "cmd": [ 195 "cmd": [
196 "python", 196 "python",
197 "-u", 197 "-u",
198 "[BUILD]\\scripts\\slave\\compile.py", 198 "[BUILD]\\scripts\\slave\\compile.py",
199 "--target", 199 "--target",
200 "Release", 200 "Release_x64",
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 "--" 207 "--"
208 ], 208 ],
209 "cwd": "[SLAVE_BUILD]", 209 "cwd": "[SLAVE_BUILD]",
210 "env": { 210 "env": {
211 "LLVM_FORCE_HEAD_REVISION": "YES" 211 "LLVM_FORCE_HEAD_REVISION": "YES"
212 }, 212 },
213 "name": "compile" 213 "name": "compile"
214 }, 214 },
215 { 215 {
216 "cmd": [ 216 "cmd": [
217 "python", 217 "python",
218 "-u", 218 "-u",
219 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", 219 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py",
220 "--build-dir", 220 "--build-dir",
221 "[SLAVE_BUILD]\\src\\out\\Release", 221 "[SLAVE_BUILD]\\src\\out\\Release_x64",
222 "--src-dir", 222 "--src-dir",
223 "[SLAVE_BUILD]\\src" 223 "[SLAVE_BUILD]\\src"
224 ], 224 ],
225 "cwd": "[SLAVE_BUILD]", 225 "cwd": "[SLAVE_BUILD]",
226 "name": "remove_build_metadata" 226 "name": "remove_build_metadata"
227 }, 227 },
228 { 228 {
229 "cmd": [ 229 "cmd": [
230 "python", 230 "python",
231 "-u", 231 "-u",
232 "RECIPE_MODULE[isolate]\\resources\\isolate.py", 232 "RECIPE_MODULE[isolate]\\resources\\isolate.py",
233 "[SLAVE_BUILD]\\src\\tools\\swarming_client", 233 "[SLAVE_BUILD]\\src\\tools\\swarming_client",
234 "batcharchive", 234 "batcharchive",
235 "--dump-json", 235 "--dump-json",
236 "/path/to/tmp/json", 236 "/path/to/tmp/json",
237 "--isolate-server", 237 "--isolate-server",
238 "https://isolateserver.appspot.com", 238 "https://isolateserver.appspot.com",
239 "--verbose", 239 "--verbose",
240 "[SLAVE_BUILD]\\src\\out\\Release\\browser_tests.isolated.gen.json" 240 "[SLAVE_BUILD]\\src\\out\\Release_x64\\browser_tests.isolated.gen.json"
241 ], 241 ],
242 "cwd": "[SLAVE_BUILD]", 242 "cwd": "[SLAVE_BUILD]",
243 "name": "isolate tests", 243 "name": "isolate tests",
244 "~followup_annotations": [ 244 "~followup_annotations": [
245 "@@@STEP_LOG_LINE@json.output@{@@@", 245 "@@@STEP_LOG_LINE@json.output@{@@@",
246 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@", 246 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@",
247 "@@@STEP_LOG_LINE@json.output@}@@@", 247 "@@@STEP_LOG_LINE@json.output@}@@@",
248 "@@@STEP_LOG_END@json.output@@@" 248 "@@@STEP_LOG_END@json.output@@@"
249 ] 249 ]
250 }, 250 },
251 { 251 {
252 "allow_subannotations": true, 252 "allow_subannotations": true,
253 "cmd": [ 253 "cmd": [
254 "python", 254 "python",
255 "-u", 255 "-u",
256 "[BUILD]\\scripts\\slave\\zip_build.py", 256 "[BUILD]\\scripts\\slave\\zip_build.py",
257 "--target", 257 "--target",
258 "Release", 258 "Release_x64",
259 "--build-url", 259 "--build-url",
260 "gs://chromium-fyi-archive/chromium.fyi/CrWinClangLLD", 260 "gs://chromium-fyi-archive/chromium.fyi/CrWinClangLLD",
261 "--build_revision", 261 "--build_revision",
262 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 262 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
263 "--factory-properties", 263 "--factory-properties",
264 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinClangLLD\", \"buildnumber\": 571, \"mastername\": \"chromi um.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 264 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinClangLLD\", \"buildnumber\": 571, \"mastername\": \"chromi um.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
265 "--build-properties", 265 "--build-properties",
266 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinClangLLD\", \"buildnumber\": 571, \"mastername\": \"chromi um.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 266 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinClangLLD\", \"buildnumber\": 571, \"mastername\": \"chromi um.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
267 ], 267 ],
268 "cwd": "[SLAVE_BUILD]", 268 "cwd": "[SLAVE_BUILD]",
269 "name": "package build" 269 "name": "package build"
270 } 270 }
271 ] 271 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698