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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot.json

Issue 2247903002: Fix up infra bot change (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: Created 4 years, 4 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 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
7 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", 7 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION",
8 "/path/to/tmp/" 8 "/path/to/tmp/"
9 ], 9 ],
10 "name": "Get downloaded SKP VERSION" 10 "name": "Get downloaded SKP VERSION"
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 "_", 364 "_",
365 "image-cacherator-from-ctable", 365 "image-cacherator-from-ctable",
366 "2ndpic-8888", 366 "2ndpic-8888",
367 "gm", 367 "gm",
368 "_", 368 "_",
369 "image-cacherator-from-ctable", 369 "image-cacherator-from-ctable",
370 "serialize-8888", 370 "serialize-8888",
371 "gm", 371 "gm",
372 "_", 372 "_",
373 "image-cacherator-from-ctable", 373 "image-cacherator-from-ctable",
374 "sp-8888",
375 "svg",
376 "_",
377 "car.svg",
378 "pic-8888",
379 "svg",
380 "_",
381 "car.svg",
382 "2ndpic-8888",
383 "svg",
384 "_",
385 "car.svg",
386 "serialize-8888",
387 "svg",
388 "_",
389 "car.svg",
390 "sp-8888",
391 "svg",
392 "_",
393 "gallardo.svg",
394 "pic-8888",
395 "svg",
396 "_",
397 "gallardo.svg",
398 "2ndpic-8888",
399 "svg",
400 "_",
401 "gallardo.svg",
402 "serialize-8888",
403 "svg",
404 "_",
405 "gallardo.svg",
406 "sp-8888",
407 "svg",
408 "_",
409 "rg1024_green_grapes.svg",
410 "pic-8888",
411 "svg",
412 "_",
413 "rg1024_green_grapes.svg",
414 "2ndpic-8888",
415 "svg",
416 "_",
417 "rg1024_green_grapes.svg",
418 "serialize-8888",
419 "svg",
420 "_",
421 "rg1024_green_grapes.svg",
422 "sp-8888",
423 "svg",
424 "_",
425 "Seal_of_Kansas.svg",
426 "pic-8888",
427 "svg",
428 "_",
429 "Seal_of_Kansas.svg",
430 "2ndpic-8888",
431 "svg",
432 "_",
433 "Seal_of_Kansas.svg",
434 "serialize-8888",
435 "svg",
436 "_",
437 "Seal_of_Kansas.svg",
374 "--outResultsFile", 438 "--outResultsFile",
375 "[SLAVE_BUILD]/out/coverage_results/abc123.cov" 439 "[SLAVE_BUILD]/out/coverage_results/abc123.cov"
376 ], 440 ],
377 "cwd": "[SLAVE_BUILD]/skia", 441 "cwd": "[SLAVE_BUILD]/skia",
378 "env": { 442 "env": {
379 "BUILDTYPE": "Coverage", 443 "BUILDTYPE": "Coverage",
380 "CHROME_HEADLESS": "1", 444 "CHROME_HEADLESS": "1",
381 "SKIA_OUT": "[SLAVE_BUILD]/out" 445 "SKIA_OUT": "[SLAVE_BUILD]/out"
382 }, 446 },
383 "name": "dm" 447 "name": "dm"
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 "[CUSTOM_[SWARM_OUT_DIR]]" 535 "[CUSTOM_[SWARM_OUT_DIR]]"
472 ], 536 ],
473 "name": "Copy to swarming out (2)" 537 "name": "Copy to swarming out (2)"
474 }, 538 },
475 { 539 {
476 "name": "$result", 540 "name": "$result",
477 "recipe_result": null, 541 "recipe_result": null,
478 "status_code": 0 542 "status_code": 0
479 } 543 }
480 ] 544 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698