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