| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "\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", | 6 "\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", |
| 7 "[SLAVE_BUILD]/tmp", | 7 "[SLAVE_BUILD]/tmp", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs tmp_dir", | 10 "name": "makedirs tmp_dir", |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 "python", | 76 "python", |
| 77 "-u", | 77 "-u", |
| 78 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 78 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 79 "42", | 79 "42", |
| 80 "[SLAVE_BUILD]/tmp/SVG_VERSION" | 80 "[SLAVE_BUILD]/tmp/SVG_VERSION" |
| 81 ], | 81 ], |
| 82 "name": "write SVG_VERSION" | 82 "name": "write SVG_VERSION" |
| 83 }, | 83 }, |
| 84 { | 84 { |
| 85 "cmd": [ | 85 "cmd": [ |
| 86 "python", | |
| 87 "-u", | |
| 88 "\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", | |
| 89 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x
86_64-Release-Valgrind-Trybot/data" | |
| 90 ], | |
| 91 "env": { | |
| 92 "PYTHONPATH": "[SLAVE_BUILD]/skia/infra/bots/.recipe_deps/build/scripts" | |
| 93 }, | |
| 94 "name": "rmtree data", | |
| 95 "~followup_annotations": [ | |
| 96 "@@@STEP_LOG_LINE@python.inline@@@@", | |
| 97 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | |
| 98 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | |
| 99 "@@@STEP_LOG_LINE@python.inline@@@@", | |
| 100 "@@@STEP_LOG_LINE@python.inline@@@@", | |
| 101 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | |
| 102 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | |
| 103 "@@@STEP_LOG_END@python.inline@@@" | |
| 104 ] | |
| 105 }, | |
| 106 { | |
| 107 "cmd": [ | |
| 108 "python", | |
| 109 "-u", | |
| 110 "\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", | |
| 111 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x
86_64-Release-Valgrind-Trybot/data", | |
| 112 "511" | |
| 113 ], | |
| 114 "name": "makedirs data", | |
| 115 "~followup_annotations": [ | |
| 116 "@@@STEP_LOG_LINE@python.inline@@@@", | |
| 117 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | |
| 118 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | |
| 119 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | |
| 120 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | |
| 121 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | |
| 122 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | |
| 123 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | |
| 124 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | |
| 125 "@@@STEP_LOG_END@python.inline@@@" | |
| 126 ] | |
| 127 }, | |
| 128 { | |
| 129 "cmd": [ | |
| 130 "valgrind", | 86 "valgrind", |
| 131 "--gen-suppressions=all", | 87 "--gen-suppressions=all", |
| 132 "--leak-check=full", | 88 "--leak-check=full", |
| 133 "--track-origins=yes", | 89 "--track-origins=yes", |
| 134 "--error-exitcode=1", | 90 "--error-exitcode=1", |
| 135 "--num-callers=40", | 91 "--num-callers=40", |
| 136 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", | 92 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", |
| 137 "[SLAVE_BUILD]/out/Release/nanobench", | 93 "[SLAVE_BUILD]/out/Release/nanobench", |
| 138 "--undefok", | 94 "--undefok", |
| 139 "-i", | 95 "-i", |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 "~inc1.webp", | 140 "~inc1.webp", |
| 185 "~inc0.ico", | 141 "~inc0.ico", |
| 186 "~inc1.ico", | 142 "~inc1.ico", |
| 187 "~inc0.png", | 143 "~inc0.png", |
| 188 "~inc1.png", | 144 "~inc1.png", |
| 189 "~inc2.png", | 145 "~inc2.png", |
| 190 "~inc12.png", | 146 "~inc12.png", |
| 191 "~inc13.png", | 147 "~inc13.png", |
| 192 "~inc14.png", | 148 "~inc14.png", |
| 193 "~inc0.webp", | 149 "~inc0.webp", |
| 194 "~inc1.webp", | 150 "~inc1.webp" |
| 195 "--outResultsFile", | |
| 196 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x
86_64-Release-Valgrind-Trybot/data/nanobench_abc123_1337018001.json", | |
| 197 "--properties", | |
| 198 "gitHash", | |
| 199 "abc123", | |
| 200 "build_number", | |
| 201 "5", | |
| 202 "issue", | |
| 203 "2100", | |
| 204 "patchset", | |
| 205 "2", | |
| 206 "patch_storage", | |
| 207 "gerrit", | |
| 208 "--key", | |
| 209 "arch", | |
| 210 "x86_64", | |
| 211 "compiler", | |
| 212 "GCC", | |
| 213 "cpu_or_gpu", | |
| 214 "GPU", | |
| 215 "cpu_or_gpu_value", | |
| 216 "GTX550Ti", | |
| 217 "extra_config", | |
| 218 "Valgrind", | |
| 219 "model", | |
| 220 "ShuttleA", | |
| 221 "os", | |
| 222 "Ubuntu" | |
| 223 ], | 151 ], |
| 224 "env": { | 152 "env": { |
| 225 "BUILDTYPE": "Release", | 153 "BUILDTYPE": "Release", |
| 226 "CHROME_HEADLESS": "1", | 154 "CHROME_HEADLESS": "1", |
| 227 "SKIA_OUT": "[SLAVE_BUILD]/out" | 155 "SKIA_OUT": "[SLAVE_BUILD]/out" |
| 228 }, | 156 }, |
| 229 "name": "nanobench" | 157 "name": "nanobench" |
| 230 }, | 158 }, |
| 231 { | 159 { |
| 232 "cmd": [ | 160 "cmd": [ |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 288 "~inc0.ico", | 216 "~inc0.ico", |
| 289 "~inc1.ico", | 217 "~inc1.ico", |
| 290 "~inc0.png", | 218 "~inc0.png", |
| 291 "~inc1.png", | 219 "~inc1.png", |
| 292 "~inc2.png", | 220 "~inc2.png", |
| 293 "~inc12.png", | 221 "~inc12.png", |
| 294 "~inc13.png", | 222 "~inc13.png", |
| 295 "~inc14.png", | 223 "~inc14.png", |
| 296 "~inc0.webp", | 224 "~inc0.webp", |
| 297 "~inc1.webp", | 225 "~inc1.webp", |
| 298 "--outResultsFile", | |
| 299 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x
86_64-Release-Valgrind-Trybot/data/nanobench_abc123_1337018001.json", | |
| 300 "--properties", | |
| 301 "gitHash", | |
| 302 "abc123", | |
| 303 "build_number", | |
| 304 "5", | |
| 305 "issue", | |
| 306 "2100", | |
| 307 "patchset", | |
| 308 "2", | |
| 309 "patch_storage", | |
| 310 "gerrit", | |
| 311 "--key", | |
| 312 "arch", | |
| 313 "x86_64", | |
| 314 "compiler", | |
| 315 "GCC", | |
| 316 "cpu_or_gpu", | |
| 317 "GPU", | |
| 318 "cpu_or_gpu_value", | |
| 319 "GTX550Ti", | |
| 320 "extra_config", | |
| 321 "Valgrind", | |
| 322 "model", | |
| 323 "ShuttleA", | |
| 324 "os", | |
| 325 "Ubuntu", | |
| 326 "--abandonGpuContext", | 226 "--abandonGpuContext", |
| 327 "--nocpu" | 227 "--nocpu" |
| 328 ], | 228 ], |
| 329 "env": { | 229 "env": { |
| 330 "BUILDTYPE": "Release", | 230 "BUILDTYPE": "Release", |
| 331 "CHROME_HEADLESS": "1", | 231 "CHROME_HEADLESS": "1", |
| 332 "SKIA_OUT": "[SLAVE_BUILD]/out" | 232 "SKIA_OUT": "[SLAVE_BUILD]/out" |
| 333 }, | 233 }, |
| 334 "name": "nanobench --abandonGpuContext" | 234 "name": "nanobench --abandonGpuContext" |
| 335 }, | 235 }, |
| 336 { | 236 { |
| 337 "cmd": [ | |
| 338 "python", | |
| 339 "-u", | |
| 340 "\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", | |
| 341 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x
86_64-Release-Valgrind-Trybot/data", | |
| 342 "511" | |
| 343 ], | |
| 344 "name": "makedirs perf_dir", | |
| 345 "~followup_annotations": [ | |
| 346 "@@@STEP_LOG_LINE@python.inline@@@@", | |
| 347 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | |
| 348 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | |
| 349 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | |
| 350 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | |
| 351 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | |
| 352 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | |
| 353 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | |
| 354 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | |
| 355 "@@@STEP_LOG_END@python.inline@@@" | |
| 356 ] | |
| 357 }, | |
| 358 { | |
| 359 "name": "$result", | 237 "name": "$result", |
| 360 "recipe_result": null, | 238 "recipe_result": null, |
| 361 "status_code": 0 | 239 "status_code": 0 |
| 362 } | 240 } |
| 363 ] | 241 ] |
| OLD | NEW |