| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", | 6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", |
| 7 "/path/to/tmp/json", | 7 "/path/to/tmp/json", |
| 8 "Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-VisualBench" | 8 "Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-VisualBench" |
| 9 ], | 9 ], |
| 10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": true@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": true@@@", |
| 43 "@@@STEP_LOG_LINE@json.output@}@@@", | 43 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 44 "@@@STEP_LOG_END@json.output@@@" | 44 "@@@STEP_LOG_END@json.output@@@" |
| 45 ] | 45 ] |
| 46 }, | 46 }, |
| 47 { | 47 { |
| 48 "cmd": [ | 48 "cmd": [ |
| 49 "python", | 49 "python", |
| 50 "-u", | 50 "-u", |
| 51 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 51 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 52 "[SLAVE_BUILD]/tmp/SKP_VERSION", | 52 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", |
| 53 "/path/to/tmp/" | 53 "/path/to/tmp/" |
| 54 ], | 54 ], |
| 55 "name": "Get downloaded SKP_VERSION" | 55 "name": "Get downloaded SKP VERSION" |
| 56 }, | 56 }, |
| 57 { | 57 { |
| 58 "cmd": [ | 58 "cmd": [ |
| 59 "python", |
| 60 "-u", |
| 61 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 62 "42", |
| 63 "[SLAVE_BUILD]/tmp/SKP_VERSION" |
| 64 ], |
| 65 "name": "write SKP_VERSION" |
| 66 }, |
| 67 { |
| 68 "cmd": [ |
| 59 "python", | 69 "python", |
| 60 "-u", | 70 "-u", |
| 61 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 71 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 62 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", | 72 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", |
| 63 "/path/to/tmp/" | 73 "/path/to/tmp/" |
| 64 ], | 74 ], |
| 65 "name": "Get downloaded skimage VERSION" | 75 "name": "Get downloaded skimage VERSION" |
| 66 }, | 76 }, |
| 67 { | 77 { |
| 68 "cmd": [ | 78 "cmd": [ |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 ] | 129 ] |
| 120 }, | 130 }, |
| 121 { | 131 { |
| 122 "cmd": [ | 132 "cmd": [ |
| 123 "catchsegv", | 133 "catchsegv", |
| 124 "[SLAVE_BUILD]/out/Release/visualbench", | 134 "[SLAVE_BUILD]/out/Release/visualbench", |
| 125 "--undefok", | 135 "--undefok", |
| 126 "-i", | 136 "-i", |
| 127 "[SLAVE_BUILD]/skia/resources", | 137 "[SLAVE_BUILD]/skia/resources", |
| 128 "--skps", | 138 "--skps", |
| 129 "[SLAVE_BUILD]/skps", | 139 "[SLAVE_BUILD]/skp", |
| 130 "--images", | 140 "--images", |
| 131 "[SLAVE_BUILD]/skimage/nanobench", | 141 "[SLAVE_BUILD]/skimage/nanobench", |
| 132 "--nocpu", | 142 "--nocpu", |
| 133 "--dummy-flags", | 143 "--dummy-flags", |
| 134 "--outResultsFile", | 144 "--outResultsFile", |
| 135 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x
86_64-Release-VisualBench/data/nanobench_abc123.json", | 145 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x
86_64-Release-VisualBench/data/nanobench_abc123.json", |
| 136 "--properties", | 146 "--properties", |
| 137 "gitHash", | 147 "gitHash", |
| 138 "abc123", | 148 "abc123", |
| 139 "build_number", | 149 "build_number", |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 194 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 185 "@@@STEP_LOG_END@python.inline@@@" | 195 "@@@STEP_LOG_END@python.inline@@@" |
| 186 ] | 196 ] |
| 187 }, | 197 }, |
| 188 { | 198 { |
| 189 "name": "$result", | 199 "name": "$result", |
| 190 "recipe_result": null, | 200 "recipe_result": null, |
| 191 "status_code": 0 | 201 "status_code": 0 |
| 192 } | 202 } |
| 193 ] | 203 ] |
| OLD | NEW |