OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE[build]/bot_update.py", | 6 "RECIPE_PACKAGE[build]/bot_update.py", |
7 "--master", | 7 "--master", |
8 "tryserver.chromium.perf", | 8 "tryserver.chromium.perf", |
9 "--builder", | 9 "--builder", |
10 "linux_perf_bisect", | 10 "linux_perf_bisect", |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
123 "stdout": "/path/to/tmp/", | 123 "stdout": "/path/to/tmp/", |
124 "~followup_annotations": [ | 124 "~followup_annotations": [ |
125 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 125 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
126 "@@@STEP_LOG_END@files@@@" | 126 "@@@STEP_LOG_END@files@@@" |
127 ] | 127 ] |
128 }, | 128 }, |
129 { | 129 { |
130 "cmd": [ | 130 "cmd": [ |
131 "python", | 131 "python", |
132 "-u", | 132 "-u", |
133 "RECIPE_MODULE[bisect_tester]/resources/put_temp.py" | 133 "RECIPE_MODULE[build.bisect_tester]/resources/put_temp.py" |
134 ], | 134 ], |
135 "cwd": "[SLAVE_BUILD]", | 135 "cwd": "[SLAVE_BUILD]", |
136 "name": "saving url to temp file", | 136 "name": "saving url to temp file", |
137 "stdin": "http://build.chromium.org/p/tryserver.chromium.perf/json/builders/
linux_perf_bisect/builds/571", | 137 "stdin": "http://build.chromium.org/p/tryserver.chromium.perf/json/builders/
linux_perf_bisect/builds/571", |
138 "stdout": "/path/to/tmp/" | 138 "stdout": "/path/to/tmp/" |
139 }, | 139 }, |
140 { | 140 { |
141 "cmd": [ | 141 "cmd": [ |
142 "python", | 142 "python", |
143 "-u", | 143 "-u", |
144 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 144 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
145 "--", | 145 "--", |
146 "[DEPOT_TOOLS]/gsutil.py", | 146 "[DEPOT_TOOLS]/gsutil.py", |
147 "----", | 147 "----", |
148 "cp", | 148 "cp", |
149 "/tmp/dummy1", | 149 "/tmp/dummy1", |
150 "gs://chrome-perf/bisect-results/f7a7b4135624439cbd27fdd5133d74ec" | 150 "gs://chrome-perf/bisect-results/f7a7b4135624439cbd27fdd5133d74ec" |
151 ], | 151 ], |
152 "cwd": "[SLAVE_BUILD]", | 152 "cwd": "[SLAVE_BUILD]", |
153 "name": "gsutil bisect-results/f7a7b4135624439cbd27fdd5133d74ec", | 153 "name": "gsutil bisect-results/f7a7b4135624439cbd27fdd5133d74ec", |
154 "~followup_annotations": [ | 154 "~followup_annotations": [ |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
222 "stderr": "/path/to/tmp/", | 222 "stderr": "/path/to/tmp/", |
223 "stdout": "/path/to/tmp/", | 223 "stdout": "/path/to/tmp/", |
224 "~followup_annotations": [ | 224 "~followup_annotations": [ |
225 "@@@STEP_LOG_END@Captured Output@@@" | 225 "@@@STEP_LOG_END@Captured Output@@@" |
226 ] | 226 ] |
227 }, | 227 }, |
228 { | 228 { |
229 "cmd": [ | 229 "cmd": [ |
230 "python", | 230 "python", |
231 "-u", | 231 "-u", |
232 "RECIPE_MODULE[bisect_tester]/resources/put_temp.py" | 232 "RECIPE_MODULE[build.bisect_tester]/resources/put_temp.py" |
233 ], | 233 ], |
234 "cwd": "[SLAVE_BUILD]", | 234 "cwd": "[SLAVE_BUILD]", |
235 "name": "saving json to temp file", | 235 "name": "saving json to temp file", |
236 "stdin": "{\"output\": [], \"results\": {\"values\": [0, 0]}, \"retcodes\":
[0, 0]}", | 236 "stdin": "{\"output\": [], \"results\": {\"values\": [0, 0]}, \"retcodes\":
[0, 0]}", |
237 "stdout": "/path/to/tmp/" | 237 "stdout": "/path/to/tmp/" |
238 }, | 238 }, |
239 { | 239 { |
240 "cmd": [ | 240 "cmd": [ |
241 "python", | 241 "python", |
242 "-u", | 242 "-u", |
243 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 243 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
244 "--", | 244 "--", |
245 "[DEPOT_TOOLS]/gsutil.py", | 245 "[DEPOT_TOOLS]/gsutil.py", |
246 "----", | 246 "----", |
247 "cp", | 247 "cp", |
248 "/tmp/dummy2", | 248 "/tmp/dummy2", |
249 "gs://chrome-perf/bisect-results/f7a7b4135624439cbd27fdd5133d74ec.results" | 249 "gs://chrome-perf/bisect-results/f7a7b4135624439cbd27fdd5133d74ec.results" |
250 ], | 250 ], |
251 "cwd": "[SLAVE_BUILD]", | 251 "cwd": "[SLAVE_BUILD]", |
252 "name": "gsutil upload", | 252 "name": "gsutil upload", |
253 "~followup_annotations": [ | 253 "~followup_annotations": [ |
254 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/b
isect-results/f7a7b4135624439cbd27fdd5133d74ec.results@@@" | 254 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/b
isect-results/f7a7b4135624439cbd27fdd5133d74ec.results@@@" |
255 ] | 255 ] |
256 }, | 256 }, |
257 { | 257 { |
258 "name": "$result", | 258 "name": "$result", |
259 "recipe_result": null, | 259 "recipe_result": null, |
260 "status_code": 0 | 260 "status_code": 0 |
261 } | 261 } |
262 ] | 262 ] |
OLD | NEW |