| OLD | NEW |
| 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 23 matching lines...) Expand all Loading... |
| 34 "python", | 34 "python", |
| 35 "-u", | 35 "-u", |
| 36 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 36 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 37 "42", | 37 "42", |
| 38 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION" | 38 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION" |
| 39 ], | 39 ], |
| 40 "name": "write SK_IMAGE_VERSION" | 40 "name": "write SK_IMAGE_VERSION" |
| 41 }, | 41 }, |
| 42 { | 42 { |
| 43 "cmd": [ | 43 "cmd": [ |
| 44 "python", |
| 45 "-u", |
| 46 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 47 "[SLAVE_BUILD]/skia/infra/bots/assets/svg/VERSION", |
| 48 "/path/to/tmp/" |
| 49 ], |
| 50 "name": "Get downloaded SVG VERSION" |
| 51 }, |
| 52 { |
| 53 "cmd": [ |
| 54 "python", |
| 55 "-u", |
| 56 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 57 "42", |
| 58 "[SLAVE_BUILD]/tmp/SVG_VERSION" |
| 59 ], |
| 60 "name": "write SVG_VERSION" |
| 61 }, |
| 62 { |
| 63 "cmd": [ |
| 44 "[SLAVE_BUILD]/skia/tools/llvm_coverage_build", | 64 "[SLAVE_BUILD]/skia/tools/llvm_coverage_build", |
| 45 "dm" | 65 "dm" |
| 46 ], | 66 ], |
| 47 "cwd": "[SLAVE_BUILD]/skia", | 67 "cwd": "[SLAVE_BUILD]/skia", |
| 48 "env": { | 68 "env": { |
| 49 "BUILDTYPE": "Coverage", | 69 "BUILDTYPE": "Coverage", |
| 50 "CC": "/usr/bin/clang-3.6", | 70 "CC": "/usr/bin/clang-3.6", |
| 51 "CHROME_HEADLESS": "1", | 71 "CHROME_HEADLESS": "1", |
| 52 "CXX": "/usr/bin/clang++-3.6", | 72 "CXX": "/usr/bin/clang++-3.6", |
| 53 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_gpu=0 skia_w
arnings_as_errors=0", | 73 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_gpu=0 skia_w
arnings_as_errors=0", |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 { | 122 { |
| 103 "cmd": [ | 123 "cmd": [ |
| 104 "python", | 124 "python", |
| 105 "[SLAVE_BUILD]/skia/tools/llvm_coverage_run.py", | 125 "[SLAVE_BUILD]/skia/tools/llvm_coverage_run.py", |
| 106 "dm", | 126 "dm", |
| 107 "--undefok", | 127 "--undefok", |
| 108 "--resourcePath", | 128 "--resourcePath", |
| 109 "[SLAVE_BUILD]/skia/resources", | 129 "[SLAVE_BUILD]/skia/resources", |
| 110 "--skps", | 130 "--skps", |
| 111 "[SLAVE_BUILD]/skp", | 131 "[SLAVE_BUILD]/skp", |
| 132 "--svgs", |
| 133 "[SLAVE_BUILD]/svg", |
| 112 "--images", | 134 "--images", |
| 113 "[SLAVE_BUILD]/skimage/dm", | 135 "[SLAVE_BUILD]/skimage/dm", |
| 114 "--colorImages", | 136 "--colorImages", |
| 115 "[SLAVE_BUILD]/skimage/colorspace", | 137 "[SLAVE_BUILD]/skimage/colorspace", |
| 116 "--nameByHash", | 138 "--nameByHash", |
| 117 "--properties", | 139 "--properties", |
| 118 "gitHash", | 140 "gitHash", |
| 119 "abc123", | 141 "abc123", |
| 120 "master", | 142 "master", |
| 121 "client.skia", | 143 "client.skia", |
| (...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 448 "[CUSTOM_[SWARM_OUT_DIR]]" | 470 "[CUSTOM_[SWARM_OUT_DIR]]" |
| 449 ], | 471 ], |
| 450 "name": "Copy to swarming out (2)" | 472 "name": "Copy to swarming out (2)" |
| 451 }, | 473 }, |
| 452 { | 474 { |
| 453 "name": "$result", | 475 "name": "$result", |
| 454 "recipe_result": null, | 476 "recipe_result": null, |
| 455 "status_code": 0 | 477 "status_code": 0 |
| 456 } | 478 } |
| 457 ] | 479 ] |
| OLD | NEW |