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

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

Issue 2154263006: Revert of tryserver.chromium.win: convert chromium_trybot builders to remote_run (patchset #2 id:20… (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 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 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
11 "cmd": [ 11 "cmd": [
12 "python", 12 "python",
13 "-u", 13 "-u",
14 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 14 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
15 "[BUILDER_CACHE]\\win_clang", 15 "[BUILDER_CACHE]\\CrWinClang",
16 "511" 16 "511"
17 ], 17 ],
18 "name": "makedirs checkout path", 18 "name": "makedirs checkout path",
19 "~followup_annotations": [ 19 "~followup_annotations": [
20 "@@@STEP_LOG_LINE@python.inline@@@@", 20 "@@@STEP_LOG_LINE@python.inline@@@@",
21 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 21 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
22 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 22 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
23 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 23 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
24 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 24 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
25 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 25 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
(...skipping 22 matching lines...) Expand all
48 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}", 48 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}",
49 "--git-cache-dir", 49 "--git-cache-dir",
50 "[GIT_CACHE]", 50 "[GIT_CACHE]",
51 "--output_json", 51 "--output_json",
52 "/path/to/tmp/json", 52 "/path/to/tmp/json",
53 "--revision", 53 "--revision",
54 "src@HEAD", 54 "src@HEAD",
55 "--force", 55 "--force",
56 "--output_manifest" 56 "--output_manifest"
57 ], 57 ],
58 "cwd": "[BUILDER_CACHE]\\win_clang", 58 "cwd": "[BUILDER_CACHE]\\CrWinClang",
59 "env": { 59 "env": {
60 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 60 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
61 }, 61 },
62 "name": "bot_update", 62 "name": "bot_update",
63 "~followup_annotations": [ 63 "~followup_annotations": [
64 "@@@STEP_TEXT@Some step text@@@", 64 "@@@STEP_TEXT@Some step text@@@",
65 "@@@STEP_LOG_LINE@json.output@{@@@", 65 "@@@STEP_LOG_LINE@json.output@{@@@",
66 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 66 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
67 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 67 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
68 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 68 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 "@@@STEP_LOG_LINE@json.output@ }@@@", 186 "@@@STEP_LOG_LINE@json.output@ }@@@",
187 "@@@STEP_LOG_LINE@json.output@ ]@@@", 187 "@@@STEP_LOG_LINE@json.output@ ]@@@",
188 "@@@STEP_LOG_LINE@json.output@}@@@", 188 "@@@STEP_LOG_LINE@json.output@}@@@",
189 "@@@STEP_LOG_END@json.output@@@" 189 "@@@STEP_LOG_END@json.output@@@"
190 ] 190 ]
191 }, 191 },
192 { 192 {
193 "cmd": [ 193 "cmd": [
194 "python", 194 "python",
195 "-u", 195 "-u",
196 "[BUILDER_CACHE]\\win_clang\\src\\tools\\swarming_client\\swarming.py", 196 "[BUILDER_CACHE]\\CrWinClang\\src\\tools\\swarming_client\\swarming.py",
197 "--version" 197 "--version"
198 ], 198 ],
199 "name": "swarming.py --version", 199 "name": "swarming.py --version",
200 "stdout": "/path/to/tmp/", 200 "stdout": "/path/to/tmp/",
201 "~followup_annotations": [ 201 "~followup_annotations": [
202 "@@@STEP_TEXT@0.8.6@@@" 202 "@@@STEP_TEXT@0.8.6@@@"
203 ] 203 ]
204 }, 204 },
205 { 205 {
206 "cmd": [ 206 "cmd": [
207 "python", 207 "python",
208 "-u", 208 "-u",
209 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 209 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
210 "[BUILDER_CACHE]\\win_clang\\src\\out\\Release" 210 "[BUILDER_CACHE]\\CrWinClang\\src\\out\\Release"
211 ], 211 ],
212 "name": "rmtree clobber", 212 "name": "rmtree clobber",
213 "~followup_annotations": [ 213 "~followup_annotations": [
214 "@@@STEP_LOG_LINE@python.inline@@@@", 214 "@@@STEP_LOG_LINE@python.inline@@@@",
215 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 215 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
216 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 216 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
217 "@@@STEP_LOG_LINE@python.inline@@@@", 217 "@@@STEP_LOG_LINE@python.inline@@@@",
218 "@@@STEP_LOG_LINE@python.inline@@@@", 218 "@@@STEP_LOG_LINE@python.inline@@@@",
219 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 219 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
220 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 220 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
221 "@@@STEP_LOG_END@python.inline@@@" 221 "@@@STEP_LOG_END@python.inline@@@"
222 ] 222 ]
223 }, 223 },
224 { 224 {
225 "cmd": [ 225 "cmd": [
226 "python", 226 "python",
227 "-u", 227 "-u",
228 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 228 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
229 "runhooks" 229 "runhooks"
230 ], 230 ],
231 "cwd": "[BUILDER_CACHE]\\win_clang\\src", 231 "cwd": "[BUILDER_CACHE]\\CrWinClang\\src",
232 "env": { 232 "env": {
233 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 233 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
234 "GYP_CHROMIUM_NO_ACTION": "1", 234 "GYP_CHROMIUM_NO_ACTION": "1",
235 "GYP_DEFINES": "branding=Chrome buildtype=Official clang=1 component=stati c_library fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=ia32 test_isolat ion_mode=prepare use_goma=1", 235 "GYP_DEFINES": "branding=Chrome buildtype=Official clang=1 component=stati c_library fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=ia32 test_isolat ion_mode=prepare use_goma=1",
236 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 236 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
237 }, 237 },
238 "name": "gclient runhooks" 238 "name": "gclient runhooks"
239 }, 239 },
240 { 240 {
241 "cmd": [ 241 "cmd": [
242 "python", 242 "python",
243 "-u", 243 "-u",
244 "[BUILDER_CACHE]\\win_clang\\src\\testing\\scripts\\get_compile_targets.py ", 244 "[BUILDER_CACHE]\\CrWinClang\\src\\testing\\scripts\\get_compile_targets.p y",
245 "--output", 245 "--output",
246 "/path/to/tmp/json", 246 "/path/to/tmp/json",
247 "--", 247 "--",
248 "--build-config-fs", 248 "--build-config-fs",
249 "Release", 249 "Release",
250 "--paths", 250 "--paths",
251 "{\"checkout\": \"[BUILDER_CACHE]\\\\win_clang\\\\src\", \"runit.py\": \"R ECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"R ECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", 251 "{\"checkout\": \"[BUILDER_CACHE]\\\\CrWinClang\\\\src\", \"runit.py\": \" RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \" RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}",
252 "--properties", 252 "--properties",
253 "{\"buildername\": \"CrWinClang\", \"buildnumber\": 571, \"mastername\": \ "chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"} " 253 "{\"buildername\": \"CrWinClang\", \"buildnumber\": 571, \"mastername\": \ "chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"} "
254 ], 254 ],
255 "name": "get compile targets for scripts", 255 "name": "get compile targets for scripts",
256 "~followup_annotations": [ 256 "~followup_annotations": [
257 "@@@STEP_LOG_LINE@json.output@{}@@@", 257 "@@@STEP_LOG_LINE@json.output@{}@@@",
258 "@@@STEP_LOG_END@json.output@@@" 258 "@@@STEP_LOG_END@json.output@@@"
259 ] 259 ]
260 }, 260 },
261 { 261 {
262 "cmd": [ 262 "cmd": [
263 "python", 263 "python",
264 "-u", 264 "-u",
265 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 265 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
266 "[BUILDER_CACHE]\\win_clang\\src\\testing\\buildbot\\chromium.fyi.json", 266 "[BUILDER_CACHE]\\CrWinClang\\src\\testing\\buildbot\\chromium.fyi.json",
267 "/path/to/tmp/json" 267 "/path/to/tmp/json"
268 ], 268 ],
269 "name": "read test spec (chromium.fyi.json)", 269 "name": "read test spec (chromium.fyi.json)",
270 "~followup_annotations": [ 270 "~followup_annotations": [
271 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win_clang\\src\\testing\\buildbot\\ch romium.fyi.json@@@", 271 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\CrWinClang\\src\\testing\\buildbot\\c hromium.fyi.json@@@",
272 "@@@STEP_LOG_LINE@json.output@{@@@", 272 "@@@STEP_LOG_LINE@json.output@{@@@",
273 "@@@STEP_LOG_LINE@json.output@ \"CrWinClang tester\": {@@@", 273 "@@@STEP_LOG_LINE@json.output@ \"CrWinClang tester\": {@@@",
274 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", 274 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
275 "@@@STEP_LOG_LINE@json.output@ {@@@", 275 "@@@STEP_LOG_LINE@json.output@ {@@@",
276 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", 276 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@",
277 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@", 277 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@",
278 "@@@STEP_LOG_LINE@json.output@ }, @@@", 278 "@@@STEP_LOG_LINE@json.output@ }, @@@",
279 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", 279 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@",
280 "@@@STEP_LOG_LINE@json.output@ }@@@", 280 "@@@STEP_LOG_LINE@json.output@ }@@@",
281 "@@@STEP_LOG_LINE@json.output@ ]@@@", 281 "@@@STEP_LOG_LINE@json.output@ ]@@@",
(...skipping 12 matching lines...) Expand all
294 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 294 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
295 ], 295 ],
296 "name": "cleanup_temp" 296 "name": "cleanup_temp"
297 }, 297 },
298 { 298 {
299 "cmd": [ 299 "cmd": [
300 "python", 300 "python",
301 "-u", 301 "-u",
302 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", 302 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py",
303 "--build-dir", 303 "--build-dir",
304 "[BUILDER_CACHE]\\win_clang\\src\\out\\Release", 304 "[BUILDER_CACHE]\\CrWinClang\\src\\out\\Release",
305 "--clean-isolated-files" 305 "--clean-isolated-files"
306 ], 306 ],
307 "name": "clean isolated files" 307 "name": "clean isolated files"
308 }, 308 },
309 { 309 {
310 "cmd": [ 310 "cmd": [
311 "python", 311 "python",
312 "-u", 312 "-u",
313 "[BUILDER_CACHE]\\win_clang\\src\\tools\\mb\\mb.py", 313 "[BUILDER_CACHE]\\CrWinClang\\src\\tools\\mb\\mb.py",
314 "gen", 314 "gen",
315 "-m", 315 "-m",
316 "chromium.fyi", 316 "chromium.fyi",
317 "-b", 317 "-b",
318 "CrWinClang", 318 "CrWinClang",
319 "--config-file", 319 "--config-file",
320 "[BUILDER_CACHE]\\win_clang\\src\\tools\\mb\\mb_config.pyl", 320 "[BUILDER_CACHE]\\CrWinClang\\src\\tools\\mb\\mb_config.pyl",
321 "--goma-dir", 321 "--goma-dir",
322 "[CACHE]\\cipd\\goma", 322 "[CACHE]\\cipd\\goma",
323 "--swarming-targets-file", 323 "--swarming-targets-file",
324 "browser_tests\n", 324 "browser_tests\n",
325 "//out/Release" 325 "//out/Release"
326 ], 326 ],
327 "cwd": "[BUILDER_CACHE]\\win_clang\\src", 327 "cwd": "[BUILDER_CACHE]\\CrWinClang\\src",
328 "env": { 328 "env": {
329 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 329 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
330 }, 330 },
331 "name": "generate_build_files", 331 "name": "generate_build_files",
332 "~followup_annotations": [ 332 "~followup_annotations": [
333 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", 333 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@",
334 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 334 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
335 ] 335 ]
336 }, 336 },
337 { 337 {
338 "allow_subannotations": true, 338 "allow_subannotations": true,
339 "cmd": [ 339 "cmd": [
340 "python", 340 "python",
341 "-u", 341 "-u",
342 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", 342 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py",
343 "--src-dir", 343 "--src-dir",
344 "[BUILDER_CACHE]\\win_clang\\src", 344 "[BUILDER_CACHE]\\CrWinClang\\src",
345 "--output-json", 345 "--output-json",
346 "/path/to/tmp/json" 346 "/path/to/tmp/json"
347 ], 347 ],
348 "env": { 348 "env": {
349 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 349 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
350 }, 350 },
351 "name": "clang_revision", 351 "name": "clang_revision",
352 "~followup_annotations": [ 352 "~followup_annotations": [
353 "@@@STEP_LOG_LINE@json.output@{@@@", 353 "@@@STEP_LOG_LINE@json.output@{@@@",
354 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 354 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
355 "@@@STEP_LOG_LINE@json.output@}@@@", 355 "@@@STEP_LOG_LINE@json.output@}@@@",
356 "@@@STEP_LOG_END@json.output@@@" 356 "@@@STEP_LOG_END@json.output@@@"
357 ] 357 ]
358 }, 358 },
359 { 359 {
360 "cmd": [ 360 "cmd": [
361 "python", 361 "python",
362 "-u", 362 "-u",
363 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 363 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
364 "--show-path", 364 "--show-path",
365 "python", 365 "python",
366 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 366 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
367 "--gsutil-py-path", 367 "--gsutil-py-path",
368 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 368 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
369 "--ninja-path", 369 "--ninja-path",
370 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 370 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
371 "--target", 371 "--target",
372 "Release", 372 "Release",
373 "--src-dir", 373 "--src-dir",
374 "[BUILDER_CACHE]\\win_clang\\src", 374 "[BUILDER_CACHE]\\CrWinClang\\src",
375 "--goma-cache-dir", 375 "--goma-cache-dir",
376 "[GOMA_CACHE]", 376 "[GOMA_CACHE]",
377 "--goma-deps-cache-dir", 377 "--goma-deps-cache-dir",
378 "[GOMA_DEPS_CACHE]", 378 "[GOMA_DEPS_CACHE]",
379 "--build-data-dir", 379 "--build-data-dir",
380 "[ROOT]\\build_data_dir", 380 "[ROOT]\\build_data_dir",
381 "--compiler", 381 "--compiler",
382 "goma-clang", 382 "goma-clang",
383 "--goma-jsonstatus", 383 "--goma-jsonstatus",
384 "/path/to/tmp/json", 384 "/path/to/tmp/json",
(...skipping 14 matching lines...) Expand all
399 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 399 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
400 "@@@STEP_LOG_END@json.output (invalid)@@@" 400 "@@@STEP_LOG_END@json.output (invalid)@@@"
401 ] 401 ]
402 }, 402 },
403 { 403 {
404 "cmd": [ 404 "cmd": [
405 "python", 405 "python",
406 "-u", 406 "-u",
407 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", 407 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py",
408 "--build-dir", 408 "--build-dir",
409 "[BUILDER_CACHE]\\win_clang\\src\\out\\Release", 409 "[BUILDER_CACHE]\\CrWinClang\\src\\out\\Release",
410 "--src-dir", 410 "--src-dir",
411 "[BUILDER_CACHE]\\win_clang\\src" 411 "[BUILDER_CACHE]\\CrWinClang\\src"
412 ], 412 ],
413 "cwd": "[SLAVE_BUILD]", 413 "cwd": "[SLAVE_BUILD]",
414 "name": "remove_build_metadata" 414 "name": "remove_build_metadata"
415 }, 415 },
416 { 416 {
417 "cmd": [ 417 "cmd": [
418 "python", 418 "python",
419 "-u", 419 "-u",
420 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", 420 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py",
421 "[BUILDER_CACHE]\\win_clang\\src\\tools\\swarming_client", 421 "[BUILDER_CACHE]\\CrWinClang\\src\\tools\\swarming_client",
422 "batcharchive", 422 "batcharchive",
423 "--dump-json", 423 "--dump-json",
424 "/path/to/tmp/json", 424 "/path/to/tmp/json",
425 "--isolate-server", 425 "--isolate-server",
426 "https://isolateserver.appspot.com", 426 "https://isolateserver.appspot.com",
427 "--verbose", 427 "--verbose",
428 "[BUILDER_CACHE]\\win_clang\\src\\out\\Release\\browser_tests.isolated.gen .json" 428 "[BUILDER_CACHE]\\CrWinClang\\src\\out\\Release\\browser_tests.isolated.ge n.json"
429 ], 429 ],
430 "name": "isolate tests", 430 "name": "isolate tests",
431 "~followup_annotations": [ 431 "~followup_annotations": [
432 "@@@STEP_LOG_LINE@json.output@{@@@", 432 "@@@STEP_LOG_LINE@json.output@{@@@",
433 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@", 433 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@",
434 "@@@STEP_LOG_LINE@json.output@}@@@", 434 "@@@STEP_LOG_LINE@json.output@}@@@",
435 "@@@STEP_LOG_END@json.output@@@" 435 "@@@STEP_LOG_END@json.output@@@"
436 ] 436 ]
437 }, 437 },
438 { 438 {
439 "allow_subannotations": true, 439 "allow_subannotations": true,
440 "cmd": [ 440 "cmd": [
441 "python", 441 "python",
442 "-u", 442 "-u",
443 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 443 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
444 "--show-path", 444 "--show-path",
445 "python", 445 "python",
446 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py", 446 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py",
447 "--target", 447 "--target",
448 "Release", 448 "Release",
449 "--gsutil-py-path", 449 "--gsutil-py-path",
450 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 450 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
451 "--staging-dir", 451 "--staging-dir",
452 "[CACHE]\\chrome_staging", 452 "[CACHE]\\chrome_staging",
453 "--src-dir", 453 "--src-dir",
454 "[BUILDER_CACHE]\\win_clang\\src", 454 "[BUILDER_CACHE]\\CrWinClang\\src",
455 "--build-url", 455 "--build-url",
456 "gs://chromium-fyi-archive/chromium.fyi/CrWinClang", 456 "gs://chromium-fyi-archive/chromium.fyi/CrWinClang",
457 "--build_revision", 457 "--build_revision",
458 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 458 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
459 "--factory-properties", 459 "--factory-properties",
460 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"CrWinClang\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\": \" TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 460 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"CrWinClang\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\": \" TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
461 "--build-properties", 461 "--build-properties",
462 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"CrWinClang\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\": \" TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 462 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"CrWinClang\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\": \" TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
463 ], 463 ],
464 "name": "package build" 464 "name": "package build"
(...skipping 25 matching lines...) Expand all
490 "~followup_annotations": [ 490 "~followup_annotations": [
491 "@@@STEP_TEXT@CrWinClang tester@@@" 491 "@@@STEP_TEXT@CrWinClang tester@@@"
492 ] 492 ]
493 }, 493 },
494 { 494 {
495 "name": "$result", 495 "name": "$result",
496 "recipe_result": null, 496 "recipe_result": null,
497 "status_code": 0 497 "status_code": 0
498 } 498 }
499 ] 499 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698