OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "git", | 4 "git", |
5 "update-ref", | 5 "update-ref", |
6 "refs/heads/master", | 6 "refs/heads/master", |
7 "refs/remotes/origin/master" | 7 "refs/remotes/origin/master" |
8 ], | 8 ], |
9 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", | 9 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", |
10 "name": "git update-ref" | 10 "name": "git update-ref" |
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
152 "@@@STEP_LOG_LINE@json.output@]@@@", | 152 "@@@STEP_LOG_LINE@json.output@]@@@", |
153 "@@@STEP_LOG_END@json.output@@@" | 153 "@@@STEP_LOG_END@json.output@@@" |
154 ] | 154 ] |
155 }, | 155 }, |
156 { | 156 { |
157 "cmd": [ | 157 "cmd": [ |
158 "python", | 158 "python", |
159 "-u", | 159 "-u", |
160 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 160 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
161 "--", | 161 "--", |
162 "[DEPOT_TOOLS]/gsutil.py", | 162 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
163 "----", | 163 "----", |
164 "ls", | 164 "ls", |
165 "gs://chrome-perf/android_perf_rel_arm64/full-build-linux_a6298e4afedbf2cd
461755ea6f45b0ad64222222.zip" | 165 "gs://chrome-perf/android_perf_rel_arm64/full-build-linux_a6298e4afedbf2cd
461755ea6f45b0ad64222222.zip" |
166 ], | 166 ], |
167 "name": "gsutil ls" | 167 "name": "gsutil ls" |
168 }, | 168 }, |
169 { | 169 { |
170 "cmd": [ | 170 "cmd": [ |
171 "git", | 171 "git", |
172 "-c", | 172 "-c", |
(...skipping 13 matching lines...) Expand all Loading... |
186 ], | 186 ], |
187 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", | 187 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", |
188 "name": "Requesting build for a6298e4afedbf2cd461755ea6f45b0ad64222222 via g
it try." | 188 "name": "Requesting build for a6298e4afedbf2cd461755ea6f45b0ad64222222 via g
it try." |
189 }, | 189 }, |
190 { | 190 { |
191 "cmd": [ | 191 "cmd": [ |
192 "python", | 192 "python", |
193 "-u", | 193 "-u", |
194 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 194 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
195 "--", | 195 "--", |
196 "[DEPOT_TOOLS]/gsutil.py", | 196 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
197 "----", | 197 "----", |
198 "ls", | 198 "ls", |
199 "gs://chrome-perf/android_perf_rel_arm64/full-build-linux_00316c9ddfb9d7b4
e1ed2fff9fe6d964d2111111.zip" | 199 "gs://chrome-perf/android_perf_rel_arm64/full-build-linux_00316c9ddfb9d7b4
e1ed2fff9fe6d964d2111111.zip" |
200 ], | 200 ], |
201 "name": "gsutil ls (2)" | 201 "name": "gsutil ls (2)" |
202 }, | 202 }, |
203 { | 203 { |
204 "cmd": [ | 204 "cmd": [ |
205 "git", | 205 "git", |
206 "-c", | 206 "-c", |
(...skipping 13 matching lines...) Expand all Loading... |
220 ], | 220 ], |
221 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", | 221 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", |
222 "name": "Requesting build for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111 via g
it try." | 222 "name": "Requesting build for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111 via g
it try." |
223 }, | 223 }, |
224 { | 224 { |
225 "cmd": [ | 225 "cmd": [ |
226 "python", | 226 "python", |
227 "-u", | 227 "-u", |
228 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 228 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
229 "--", | 229 "--", |
230 "[DEPOT_TOOLS]/gsutil.py", | 230 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
231 "----", | 231 "----", |
232 "ls", | 232 "ls", |
233 "gs://chrome-perf/android_perf_rel_arm64/full-build-linux_a6298e4afedbf2cd
461755ea6f45b0ad64222222.zip" | 233 "gs://chrome-perf/android_perf_rel_arm64/full-build-linux_a6298e4afedbf2cd
461755ea6f45b0ad64222222.zip" |
234 ], | 234 ], |
235 "name": "gsutil ls (3)" | 235 "name": "gsutil ls (3)" |
236 }, | 236 }, |
237 { | 237 { |
238 "cmd": [], | 238 "cmd": [], |
239 "name": "Triggering test job for a6298e4afedbf2cd461755ea6f45b0ad64222222", | 239 "name": "Triggering test job for a6298e4afedbf2cd461755ea6f45b0ad64222222", |
240 "trigger_specs": [ | 240 "trigger_specs": [ |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
273 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", | 273 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", |
274 "@@@STEP_LOG_END@python.inline@@@" | 274 "@@@STEP_LOG_END@python.inline@@@" |
275 ] | 275 ] |
276 }, | 276 }, |
277 { | 277 { |
278 "cmd": [ | 278 "cmd": [ |
279 "python", | 279 "python", |
280 "-u", | 280 "-u", |
281 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 281 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
282 "--", | 282 "--", |
283 "[DEPOT_TOOLS]/gsutil.py", | 283 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
284 "----", | 284 "----", |
285 "ls", | 285 "ls", |
286 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222-
test.results" | 286 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222-
test.results" |
287 ], | 287 ], |
288 "name": "gsutil ls (4)" | 288 "name": "gsutil ls (4)" |
289 }, | 289 }, |
290 { | 290 { |
291 "cmd": [ | 291 "cmd": [ |
292 "python", | 292 "python", |
293 "-u", | 293 "-u", |
294 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 294 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
295 "--", | 295 "--", |
296 "[DEPOT_TOOLS]/gsutil.py", | 296 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
297 "----", | 297 "----", |
298 "cat", | 298 "cat", |
299 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222-
test.results" | 299 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222-
test.results" |
300 ], | 300 ], |
301 "name": "gsutil Get test results for build a6298e4afedbf2cd461755ea6f45b0ad6
4222222", | 301 "name": "gsutil Get test results for build a6298e4afedbf2cd461755ea6f45b0ad6
4222222", |
302 "stdout": "/path/to/tmp/" | 302 "stdout": "/path/to/tmp/" |
303 }, | 303 }, |
304 { | 304 { |
305 "cmd": [ | 305 "cmd": [ |
306 "python", | 306 "python", |
307 "-u", | 307 "-u", |
308 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 308 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
309 "--", | 309 "--", |
310 "[DEPOT_TOOLS]/gsutil.py", | 310 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
311 "----", | 311 "----", |
312 "ls", | 312 "ls", |
313 "gs://chrome-perf/android_perf_rel_arm64/full-build-linux_00316c9ddfb9d7b4
e1ed2fff9fe6d964d2111111.zip" | 313 "gs://chrome-perf/android_perf_rel_arm64/full-build-linux_00316c9ddfb9d7b4
e1ed2fff9fe6d964d2111111.zip" |
314 ], | 314 ], |
315 "name": "gsutil ls (5)" | 315 "name": "gsutil ls (5)" |
316 }, | 316 }, |
317 { | 317 { |
318 "cmd": [], | 318 "cmd": [], |
319 "name": "Triggering test job for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", | 319 "name": "Triggering test job for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", |
320 "trigger_specs": [ | 320 "trigger_specs": [ |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
353 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", | 353 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", |
354 "@@@STEP_LOG_END@python.inline@@@" | 354 "@@@STEP_LOG_END@python.inline@@@" |
355 ] | 355 ] |
356 }, | 356 }, |
357 { | 357 { |
358 "cmd": [ | 358 "cmd": [ |
359 "python", | 359 "python", |
360 "-u", | 360 "-u", |
361 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 361 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
362 "--", | 362 "--", |
363 "[DEPOT_TOOLS]/gsutil.py", | 363 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
364 "----", | 364 "----", |
365 "ls", | 365 "ls", |
366 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-
test.results" | 366 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-
test.results" |
367 ], | 367 ], |
368 "name": "gsutil ls (6)" | 368 "name": "gsutil ls (6)" |
369 }, | 369 }, |
370 { | 370 { |
371 "cmd": [ | 371 "cmd": [ |
372 "python", | 372 "python", |
373 "-u", | 373 "-u", |
374 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 374 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
375 "--", | 375 "--", |
376 "[DEPOT_TOOLS]/gsutil.py", | 376 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
377 "----", | 377 "----", |
378 "cat", | 378 "cat", |
379 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-
test.results" | 379 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-
test.results" |
380 ], | 380 ], |
381 "name": "gsutil Get test results for build 00316c9ddfb9d7b4e1ed2fff9fe6d964d
2111111", | 381 "name": "gsutil Get test results for build 00316c9ddfb9d7b4e1ed2fff9fe6d964d
2111111", |
382 "stdout": "/path/to/tmp/" | 382 "stdout": "/path/to/tmp/" |
383 }, | 383 }, |
384 { | 384 { |
385 "cmd": [ | 385 "cmd": [ |
386 "python", | 386 "python", |
387 "-u", | 387 "-u", |
388 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 388 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
389 "--", | 389 "--", |
390 "[DEPOT_TOOLS]/gsutil.py", | 390 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
391 "----", | 391 "----", |
392 "ls", | 392 "ls", |
393 "gs://chrome-perf/android_perf_rel_arm64/full-build-linux_dcdcdc0ff1122212
323134879ddceeb1240b0988.zip" | 393 "gs://chrome-perf/android_perf_rel_arm64/full-build-linux_dcdcdc0ff1122212
323134879ddceeb1240b0988.zip" |
394 ], | 394 ], |
395 "name": "gsutil ls (7)" | 395 "name": "gsutil ls (7)" |
396 }, | 396 }, |
397 { | 397 { |
398 "cmd": [ | 398 "cmd": [ |
399 "git", | 399 "git", |
400 "-c", | 400 "-c", |
(...skipping 13 matching lines...) Expand all Loading... |
414 ], | 414 ], |
415 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", | 415 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", |
416 "name": "Requesting build for dcdcdc0ff1122212323134879ddceeb1240b0988 via g
it try." | 416 "name": "Requesting build for dcdcdc0ff1122212323134879ddceeb1240b0988 via g
it try." |
417 }, | 417 }, |
418 { | 418 { |
419 "cmd": [ | 419 "cmd": [ |
420 "python", | 420 "python", |
421 "-u", | 421 "-u", |
422 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 422 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
423 "--", | 423 "--", |
424 "[DEPOT_TOOLS]/gsutil.py", | 424 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
425 "----", | 425 "----", |
426 "ls", | 426 "ls", |
427 "gs://chrome-perf/android_perf_rel_arm64/full-build-linux_dcdcdc0ff1122212
323134879ddceeb1240b0988.zip" | 427 "gs://chrome-perf/android_perf_rel_arm64/full-build-linux_dcdcdc0ff1122212
323134879ddceeb1240b0988.zip" |
428 ], | 428 ], |
429 "name": "gsutil ls (8)" | 429 "name": "gsutil ls (8)" |
430 }, | 430 }, |
431 { | 431 { |
432 "cmd": [], | 432 "cmd": [], |
433 "name": "Triggering test job for dcdcdc0ff1122212323134879ddceeb1240b0988", | 433 "name": "Triggering test job for dcdcdc0ff1122212323134879ddceeb1240b0988", |
434 "trigger_specs": [ | 434 "trigger_specs": [ |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
467 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", | 467 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", |
468 "@@@STEP_LOG_END@python.inline@@@" | 468 "@@@STEP_LOG_END@python.inline@@@" |
469 ] | 469 ] |
470 }, | 470 }, |
471 { | 471 { |
472 "cmd": [ | 472 "cmd": [ |
473 "python", | 473 "python", |
474 "-u", | 474 "-u", |
475 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 475 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
476 "--", | 476 "--", |
477 "[DEPOT_TOOLS]/gsutil.py", | 477 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
478 "----", | 478 "----", |
479 "ls", | 479 "ls", |
480 "gs://chrome-perf/bisect-results/dcdcdc0ff1122212323134879ddceeb1240b0988-
test.results" | 480 "gs://chrome-perf/bisect-results/dcdcdc0ff1122212323134879ddceeb1240b0988-
test.results" |
481 ], | 481 ], |
482 "name": "gsutil ls (9)" | 482 "name": "gsutil ls (9)" |
483 }, | 483 }, |
484 { | 484 { |
485 "cmd": [ | 485 "cmd": [ |
486 "python", | 486 "python", |
487 "-u", | 487 "-u", |
488 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 488 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
489 "--", | 489 "--", |
490 "[DEPOT_TOOLS]/gsutil.py", | 490 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
491 "----", | 491 "----", |
492 "cat", | 492 "cat", |
493 "gs://chrome-perf/bisect-results/dcdcdc0ff1122212323134879ddceeb1240b0988-
test.results" | 493 "gs://chrome-perf/bisect-results/dcdcdc0ff1122212323134879ddceeb1240b0988-
test.results" |
494 ], | 494 ], |
495 "name": "gsutil Get test results for build dcdcdc0ff1122212323134879ddceeb12
40b0988", | 495 "name": "gsutil Get test results for build dcdcdc0ff1122212323134879ddceeb12
40b0988", |
496 "stdout": "/path/to/tmp/" | 496 "stdout": "/path/to/tmp/" |
497 }, | 497 }, |
498 { | 498 { |
499 "cmd": [ | 499 "cmd": [ |
500 "python", | 500 "python", |
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
656 { | 656 { |
657 "cmd": [], | 657 "cmd": [], |
658 "name": "Wiggling revision chromium@a6298e4afe,v8@003" | 658 "name": "Wiggling revision chromium@a6298e4afe,v8@003" |
659 }, | 659 }, |
660 { | 660 { |
661 "cmd": [ | 661 "cmd": [ |
662 "python", | 662 "python", |
663 "-u", | 663 "-u", |
664 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 664 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
665 "--", | 665 "--", |
666 "[DEPOT_TOOLS]/gsutil.py", | 666 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
667 "----", | 667 "----", |
668 "ls", | 668 "ls", |
669 "gs://chrome-perf/android_perf_rel_arm64/full-build-linux_a6298e4afedbf2cd
461755ea6f45b0ad64222222_51e7ed4b63ad81d8b499e42b888149349afaaca1.zip" | 669 "gs://chrome-perf/android_perf_rel_arm64/full-build-linux_a6298e4afedbf2cd
461755ea6f45b0ad64222222_51e7ed4b63ad81d8b499e42b888149349afaaca1.zip" |
670 ], | 670 ], |
671 "name": "gsutil ls (10)" | 671 "name": "gsutil ls (10)" |
672 }, | 672 }, |
673 { | 673 { |
674 "cmd": [ | 674 "cmd": [ |
675 "python", | 675 "python", |
676 "-u", | 676 "-u", |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
737 "@@@STEP_LOG_LINE@json.output@}@@@", | 737 "@@@STEP_LOG_LINE@json.output@}@@@", |
738 "@@@STEP_LOG_END@json.output@@@" | 738 "@@@STEP_LOG_END@json.output@@@" |
739 ] | 739 ] |
740 }, | 740 }, |
741 { | 741 { |
742 "name": "$result", | 742 "name": "$result", |
743 "recipe_result": null, | 743 "recipe_result": null, |
744 "status_code": 0 | 744 "status_code": 0 |
745 } | 745 } |
746 ] | 746 ] |
OLD | NEW |