1[ 2 { 3 "cmd": [ 4 "python", 5 "-u", 6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 7 "[START_DIR]/skia/infra/bots/assets/skp/VERSION", 8 "/path/to/tmp/" 9 ], 10 "infra_step": true, 11 "name": "Get downloaded SKP VERSION" 12 }, 13 { 14 "cmd": [ 15 "python", 16 "-u", 17 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 18 "42", 19 "[START_DIR]/tmp/SKP_VERSION" 20 ], 21 "infra_step": true, 22 "name": "write SKP_VERSION" 23 }, 24 { 25 "cmd": [ 26 "python", 27 "-u", 28 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 29 "[START_DIR]/skia/infra/bots/assets/skimage/VERSION", 30 "/path/to/tmp/" 31 ], 32 "infra_step": true, 33 "name": "Get downloaded skimage VERSION" 34 }, 35 { 36 "cmd": [ 37 "python", 38 "-u", 39 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 40 "42", 41 "[START_DIR]/tmp/SK_IMAGE_VERSION" 42 ], 43 "infra_step": true, 44 "name": "write SK_IMAGE_VERSION" 45 }, 46 { 47 "cmd": [ 48 "python", 49 "-u", 50 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 51 "[START_DIR]/skia/infra/bots/assets/svg/VERSION", 52 "/path/to/tmp/" 53 ], 54 "infra_step": true, 55 "name": "Get downloaded SVG VERSION" 56 }, 57 { 58 "cmd": [ 59 "python", 60 "-u", 61 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 62 "42", 63 "[START_DIR]/tmp/SVG_VERSION" 64 ], 65 "infra_step": true, 66 "name": "write SVG_VERSION" 67 }, 68 { 69 "cmd": [ 70 "python", 71 "-u", 72 "RECIPE_MODULE[build::file]/resources/fileutil.py", 73 "rmtree", 74 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-ANGLE/data" 75 ], 76 "env": { 77 "PYTHONPATH": "[START_DIR]/skia/infra/bots/.recipe_deps/build/scripts" 78 }, 79 "infra_step": true, 80 "name": "rmtree data" 81 }, 82 { 83 "cmd": [ 84 "python", 85 "-u", 86 "\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", 87 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-ANGLE/data", 88 "511" 89 ], 90 "infra_step": true, 91 "name": "makedirs data", 92 "~followup_annotations": [ 93 "@@@STEP_LOG_LINE@python.inline@@@@", 94 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 95 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 96 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 97 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 98 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 99 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 100 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 101 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 102 "@@@STEP_LOG_END@python.inline@@@" 103 ] 104 }, 105 { 106 "cmd": [ 107 "python", 108 "-u", 109 "[START_DIR]/skia/infra/bots/recipe_modules/core/resources/symbolize_stack_trace.py", 110 "[START_DIR]", 111 "catchsegv", 112 "[START_DIR]/out/Release/nanobench", 113 "--undefok", 114 "-i", 115 "[START_DIR]/skia/resources", 116 "--skps", 117 "[START_DIR]/skp", 118 "--images", 119 "[START_DIR]/skimage/nanobench", 120 "--svgs", 121 "[START_DIR]/svg", 122 "--nocpu", 123 "--pre_log", 124 "--images", 125 "--gpuStatsDump", 126 "true", 127 "--scales", 128 "1.0", 129 "1.1", 130 "--config", 131 "8888", 132 "nonrendering", 133 "hwui", 134 "f16", 135 "srgb", 136 "gl", 137 "glmsaa8", 138 "glnvpr8", 139 "glnvprdit8", 140 "angle_d3d11_es2", 141 "angle_gl_es2", 142 "--match", 143 "~inc0.gif", 144 "~inc1.gif", 145 "~incInterlaced.gif", 146 "~inc0.jpg", 147 "~incGray.jpg", 148 "~inc0.wbmp", 149 "~inc1.wbmp", 150 "~inc0.webp", 151 "~inc1.webp", 152 "~inc0.ico", 153 "~inc1.ico", 154 "~inc0.png", 155 "~inc1.png", 156 "~inc2.png", 157 "~inc12.png", 158 "~inc13.png", 159 "~inc14.png", 160 "~inc0.webp", 161 "~inc1.webp", 162 "--outResultsFile", 163 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-ANGLE/data/nanobench_abc123_1337000001.json", 164 "--properties", 165 "gitHash", 166 "abc123", 167 "build_number", 168 "5", 169 "--key", 170 "arch", 171 "x86_64", 172 "compiler", 173 "GCC", 174 "cpu_or_gpu", 175 "GPU", 176 "cpu_or_gpu_value", 177 "GTX550Ti", 178 "extra_config", 179 "ANGLE", 180 "model", 181 "ShuttleA", 182 "os", 183 "Ubuntu" 184 ], 185 "cwd": "[START_DIR]/skia", 186 "env": { 187 "BUILDTYPE": "Release", 188 "CHROME_HEADLESS": "1", 189 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]", 190 "SKIA_OUT": "[START_DIR]/out" 191 }, 192 "name": "symbolized nanobench" 193 }, 194 { 195 "cmd": [ 196 "python", 197 "-u", 198 "\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", 199 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-ANGLE/data", 200 "511" 201 ], 202 "name": "makedirs perf_dir", 203 "~followup_annotations": [ 204 "@@@STEP_LOG_LINE@python.inline@@@@", 205 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 206 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 207 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 208 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 209 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 210 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 211 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 212 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 213 "@@@STEP_LOG_END@python.inline@@@" 214 ] 215 }, 216 { 217 "name": "$result", 218 "recipe_result": null, 219 "status_code": 0 220 } 221]