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-Clang-GCE-CPU-AVX2-x86_64-Release-GN/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-Clang-GCE-CPU-AVX2-x86_64-Release-GN/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 "--nogpu", 123 "--pre_log", 124 "--scales", 125 "1.0", 126 "1.1", 127 "--config", 128 "8888", 129 "nonrendering", 130 "hwui", 131 "f16", 132 "srgb", 133 "565", 134 "gl", 135 "glmsaa8", 136 "glnvpr8", 137 "glnvprdit8", 138 "--match", 139 "~inc0.gif", 140 "~inc1.gif", 141 "~incInterlaced.gif", 142 "~inc0.jpg", 143 "~incGray.jpg", 144 "~inc0.wbmp", 145 "~inc1.wbmp", 146 "~inc0.webp", 147 "~inc1.webp", 148 "~inc0.ico", 149 "~inc1.ico", 150 "~inc0.png", 151 "~inc1.png", 152 "~inc2.png", 153 "~inc12.png", 154 "~inc13.png", 155 "~inc14.png", 156 "~inc0.webp", 157 "~inc1.webp", 158 "--outResultsFile", 159 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Release-GN/data/nanobench_abc123_1337000001.json", 160 "--properties", 161 "gitHash", 162 "abc123", 163 "build_number", 164 "5", 165 "--key", 166 "arch", 167 "x86_64", 168 "compiler", 169 "Clang", 170 "cpu_or_gpu", 171 "CPU", 172 "cpu_or_gpu_value", 173 "AVX2", 174 "extra_config", 175 "GN", 176 "model", 177 "GCE", 178 "os", 179 "Ubuntu" 180 ], 181 "cwd": "[START_DIR]/skia", 182 "env": { 183 "BUILDTYPE": "Release", 184 "CHROME_HEADLESS": "1", 185 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]", 186 "SKIA_OUT": "[START_DIR]/out" 187 }, 188 "name": "symbolized nanobench" 189 }, 190 { 191 "cmd": [ 192 "python", 193 "-u", 194 "\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", 195 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Release-GN/data", 196 "511" 197 ], 198 "name": "makedirs perf_dir", 199 "~followup_annotations": [ 200 "@@@STEP_LOG_LINE@python.inline@@@@", 201 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 202 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 203 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 204 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 205 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 206 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 207 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 208 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 209 "@@@STEP_LOG_END@python.inline@@@" 210 ] 211 }, 212 { 213 "name": "$result", 214 "recipe_result": null, 215 "status_code": 0 216 } 217]