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

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

Issue 2209423002: [recipes] Remove build environment vars from default_env (Closed) Base URL: https://skia.googlesource.com/skia.git@merge_buildbot_spec_fix_coverage
Patch Set: [recipes] Remove build environment vars from default_env 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 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 "serialize-8888", 341 "serialize-8888",
342 "gm", 342 "gm",
343 "_", 343 "_",
344 "image-cacherator-from-ctable", 344 "image-cacherator-from-ctable",
345 "--outResultsFile", 345 "--outResultsFile",
346 "[SLAVE_BUILD]/out/coverage_results/abc123.cov" 346 "[SLAVE_BUILD]/out/coverage_results/abc123.cov"
347 ], 347 ],
348 "cwd": "[SLAVE_BUILD]/skia", 348 "cwd": "[SLAVE_BUILD]/skia",
349 "env": { 349 "env": {
350 "BUILDTYPE": "Coverage", 350 "BUILDTYPE": "Coverage",
351 "CC": "/usr/bin/clang",
352 "CHROME_HEADLESS": "1", 351 "CHROME_HEADLESS": "1",
353 "CXX": "/usr/bin/clang++",
354 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_gpu=0 skia_w arnings_as_errors=0",
355 "SKIA_OUT": "[SLAVE_BUILD]/out" 352 "SKIA_OUT": "[SLAVE_BUILD]/out"
356 }, 353 },
357 "name": "dm" 354 "name": "dm"
358 }, 355 },
359 { 356 {
360 "cmd": [ 357 "cmd": [
361 "python", 358 "python",
362 "[SLAVE_BUILD]/skia/tools/parse_llvm_coverage.py", 359 "[SLAVE_BUILD]/skia/tools/parse_llvm_coverage.py",
363 "--report", 360 "--report",
364 "[SLAVE_BUILD]/out/coverage_results/abc123.cov", 361 "[SLAVE_BUILD]/out/coverage_results/abc123.cov",
(...skipping 26 matching lines...) Expand all
391 "build_number", 388 "build_number",
392 "5", 389 "5",
393 "issue", 390 "issue",
394 "500", 391 "500",
395 "patchset", 392 "patchset",
396 "1" 393 "1"
397 ], 394 ],
398 "cwd": "[SLAVE_BUILD]/skia", 395 "cwd": "[SLAVE_BUILD]/skia",
399 "env": { 396 "env": {
400 "BUILDTYPE": "Coverage", 397 "BUILDTYPE": "Coverage",
401 "CC": "/usr/bin/clang",
402 "CHROME_HEADLESS": "1", 398 "CHROME_HEADLESS": "1",
403 "CXX": "/usr/bin/clang++",
404 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_gpu=0 skia_w arnings_as_errors=0",
405 "SKIA_OUT": "[SLAVE_BUILD]/out" 399 "SKIA_OUT": "[SLAVE_BUILD]/out"
406 }, 400 },
407 "name": "Generate Coverage Data" 401 "name": "Generate Coverage Data"
408 }, 402 },
409 { 403 {
410 "cmd": [ 404 "cmd": [
411 "python", 405 "python",
412 "-u", 406 "-u",
413 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir( sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys .argv[1]), f)\n", 407 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir( sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys .argv[1]), f)\n",
414 "[SLAVE_BUILD]/out/coverage_results", 408 "[SLAVE_BUILD]/out/coverage_results",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 "[CUSTOM_[SWARM_OUT_DIR]]" 442 "[CUSTOM_[SWARM_OUT_DIR]]"
449 ], 443 ],
450 "name": "Copy to swarming out (2)" 444 "name": "Copy to swarming out (2)"
451 }, 445 },
452 { 446 {
453 "name": "$result", 447 "name": "$result",
454 "recipe_result": null, 448 "recipe_result": null,
455 "status_code": 0 449 "status_code": 0
456 } 450 }
457 ] 451 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698