OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", | 6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", |
7 "/path/to/tmp/json", | 7 "/path/to/tmp/json", |
8 "Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-VisualBench" | 8 "Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-VisualBench" |
9 ], | 9 ], |
10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 "[SLAVE_BUILD]/tmp/SKP_VERSION", | 52 "[SLAVE_BUILD]/tmp/SKP_VERSION", |
53 "/path/to/tmp/" | 53 "/path/to/tmp/" |
54 ], | 54 ], |
55 "name": "Get downloaded SKP_VERSION" | 55 "name": "Get downloaded SKP_VERSION" |
56 }, | 56 }, |
57 { | 57 { |
58 "cmd": [ | 58 "cmd": [ |
59 "python", | 59 "python", |
60 "-u", | 60 "-u", |
61 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 61 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
62 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", | 62 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", |
63 "/path/to/tmp/" | 63 "/path/to/tmp/" |
64 ], | 64 ], |
65 "name": "Get downloaded SK_IMAGE_VERSION" | 65 "name": "Get downloaded skimage VERSION" |
66 }, | 66 }, |
67 { | 67 { |
68 "cmd": [ | 68 "cmd": [ |
| 69 "python", |
| 70 "-u", |
| 71 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 72 "42", |
| 73 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION" |
| 74 ], |
| 75 "name": "write SK_IMAGE_VERSION" |
| 76 }, |
| 77 { |
| 78 "cmd": [ |
69 "python", | 79 "python", |
70 "-u", | 80 "-u", |
71 "\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", | 81 "\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", |
72 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x
86_64-Release-VisualBench/data" | 82 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x
86_64-Release-VisualBench/data" |
73 ], | 83 ], |
74 "env": { | 84 "env": { |
75 "PYTHONPATH": "build/scripts" | 85 "PYTHONPATH": "build/scripts" |
76 }, | 86 }, |
77 "name": "rmtree data", | 87 "name": "rmtree data", |
78 "~followup_annotations": [ | 88 "~followup_annotations": [ |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 { | 121 { |
112 "cmd": [ | 122 "cmd": [ |
113 "catchsegv", | 123 "catchsegv", |
114 "[SLAVE_BUILD]/out/Release/visualbench", | 124 "[SLAVE_BUILD]/out/Release/visualbench", |
115 "--undefok", | 125 "--undefok", |
116 "-i", | 126 "-i", |
117 "[SLAVE_BUILD]/skia/resources", | 127 "[SLAVE_BUILD]/skia/resources", |
118 "--skps", | 128 "--skps", |
119 "[SLAVE_BUILD]/skps", | 129 "[SLAVE_BUILD]/skps", |
120 "--images", | 130 "--images", |
121 "[SLAVE_BUILD]/images/nanobench", | 131 "[SLAVE_BUILD]/skimage/nanobench", |
122 "--nocpu", | 132 "--nocpu", |
123 "--dummy-flags", | 133 "--dummy-flags", |
124 "--outResultsFile", | 134 "--outResultsFile", |
125 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x
86_64-Release-VisualBench/data/nanobench_abc123.json", | 135 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x
86_64-Release-VisualBench/data/nanobench_abc123.json", |
126 "--properties", | 136 "--properties", |
127 "gitHash", | 137 "gitHash", |
128 "abc123", | 138 "abc123", |
129 "build_number", | 139 "build_number", |
130 "5", | 140 "5", |
131 "--key", | 141 "--key", |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
174 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 184 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
175 "@@@STEP_LOG_END@python.inline@@@" | 185 "@@@STEP_LOG_END@python.inline@@@" |
176 ] | 186 ] |
177 }, | 187 }, |
178 { | 188 { |
179 "name": "$result", | 189 "name": "$result", |
180 "recipe_result": null, | 190 "recipe_result": null, |
181 "status_code": 0 | 191 "status_code": 0 |
182 } | 192 } |
183 ] | 193 ] |
OLD | NEW |