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