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-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot\\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-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot\\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      "--nocpu",
118      "--pre_log",
119      "--images",
120      "--gpuStatsDump",
121      "true",
122      "--scales",
123      "1.0",
124      "1.1",
125      "--config",
126      "8888",
127      "nonrendering",
128      "hwui",
129      "f16",
130      "srgb",
131      "gl",
132      "glmsaa8",
133      "glnvpr8",
134      "glnvprdit8",
135      "--match",
136      "~inc0.gif",
137      "~inc1.gif",
138      "~incInterlaced.gif",
139      "~inc0.jpg",
140      "~incGray.jpg",
141      "~inc0.wbmp",
142      "~inc1.wbmp",
143      "~inc0.webp",
144      "~inc1.webp",
145      "~inc0.ico",
146      "~inc1.ico",
147      "~inc0.png",
148      "~inc1.png",
149      "~inc2.png",
150      "~inc12.png",
151      "~inc13.png",
152      "~inc14.png",
153      "~inc0.webp",
154      "~inc1.webp",
155      "--outResultsFile",
156      "[CUSTOM_[SWARM_OUT_DIR]]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot\\data\\nanobench_abc123_1337000001.json",
157      "--properties",
158      "gitHash",
159      "abc123",
160      "build_number",
161      "5",
162      "issue",
163      "2147533002",
164      "patchset",
165      "1",
166      "patch_storage",
167      "rietveld",
168      "--key",
169      "arch",
170      "x86_64",
171      "compiler",
172      "MSVC",
173      "cpu_or_gpu",
174      "GPU",
175      "cpu_or_gpu_value",
176      "HD4600",
177      "model",
178      "ShuttleB",
179      "os",
180      "Win8"
181    ],
182    "env": {
183      "BUILDTYPE": "Release_x64",
184      "CHROME_HEADLESS": "1",
185      "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]",
186      "SKIA_OUT": "[START_DIR]\\out"
187    },
188    "name": "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-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot\\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]