Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Side by Side Diff: scripts/slave/recipes/chromium_mojo.expected/full_chromium_mojo_Chromium_Mojo_Windows.json

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 "chromium.mojo", 8 "chromium.mojo",
9 "--builder", 9 "--builder",
10 "Chromium Mojo Windows", 10 "Chromium Mojo Windows",
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after
515 "cwd": "[SLAVE_BUILD]", 515 "cwd": "[SLAVE_BUILD]",
516 "name": "get version", 516 "name": "get version",
517 "~followup_annotations": [ 517 "~followup_annotations": [
518 "@@@STEP_TEXT@Found version 37.0.2021.0@@@" 518 "@@@STEP_TEXT@Found version 37.0.2021.0@@@"
519 ] 519 ]
520 }, 520 },
521 { 521 {
522 "cmd": [ 522 "cmd": [
523 "python", 523 "python",
524 "-u", 524 "-u",
525 "RECIPE_MODULE[gsutil]\\resources\\gsutil_wrapper.py", 525 "RECIPE_MODULE[build.gsutil]\\resources\\gsutil_wrapper.py",
526 "--", 526 "--",
527 "[DEPOT_TOOLS]\\gsutil.py", 527 "[DEPOT_TOOLS]\\gsutil.py",
528 "----", 528 "----",
529 "ls", 529 "ls",
530 "gs://mandoline/" 530 "gs://mandoline/"
531 ], 531 ],
532 "cwd": "[SLAVE_BUILD]", 532 "cwd": "[SLAVE_BUILD]",
533 "name": "gsutil ls gs://mandoline/", 533 "name": "gsutil ls gs://mandoline/",
534 "stdout": "/path/to/tmp/", 534 "stdout": "/path/to/tmp/",
535 "~followup_annotations": [ 535 "~followup_annotations": [
536 "@@@STEP_LOG_LINE@ls result stdout@@@@", 536 "@@@STEP_LOG_LINE@ls result stdout@@@@",
537 "@@@STEP_LOG_END@ls result stdout@@@" 537 "@@@STEP_LOG_END@ls result stdout@@@"
538 ] 538 ]
539 }, 539 },
540 { 540 {
541 "cmd": [ 541 "cmd": [
542 "python", 542 "python",
543 "-u", 543 "-u",
544 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 544 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
545 "[SLAVE_BUILD]\\src\\mandoline\\tools\\data\\FILES.cfg", 545 "[SLAVE_BUILD]\\src\\mandoline\\tools\\data\\FILES.cfg",
546 "/path/to/tmp/" 546 "/path/to/tmp/"
547 ], 547 ],
548 "cwd": "[SLAVE_BUILD]", 548 "cwd": "[SLAVE_BUILD]",
549 "name": "read FILES.cfg" 549 "name": "read FILES.cfg"
550 }, 550 },
551 { 551 {
552 "cmd": [ 552 "cmd": [
553 "python", 553 "python",
554 "-u", 554 "-u",
555 "RECIPE_MODULE[gsutil]\\resources\\gsutil_wrapper.py", 555 "RECIPE_MODULE[build.gsutil]\\resources\\gsutil_wrapper.py",
556 "--", 556 "--",
557 "[DEPOT_TOOLS]\\gsutil.py", 557 "[DEPOT_TOOLS]\\gsutil.py",
558 "----", 558 "----",
559 "rm", 559 "rm",
560 "-r", 560 "-r",
561 "gs://mandoline/latest/win" 561 "gs://mandoline/latest/win"
562 ], 562 ],
563 "cwd": "[SLAVE_BUILD]", 563 "cwd": "[SLAVE_BUILD]",
564 "name": "gsutil remove" 564 "name": "gsutil remove"
565 }, 565 },
566 { 566 {
567 "cmd": [ 567 "cmd": [
568 "python", 568 "python",
569 "-u", 569 "-u",
570 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 570 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
571 "Upload complete", 571 "Upload complete",
572 "[TMP_BASE]\\upload_stamp_tmp_1\\stamp" 572 "[TMP_BASE]\\upload_stamp_tmp_1\\stamp"
573 ], 573 ],
574 "cwd": "[SLAVE_BUILD]", 574 "cwd": "[SLAVE_BUILD]",
575 "name": "Create upload stamp" 575 "name": "Create upload stamp"
576 }, 576 },
577 { 577 {
578 "cmd": [ 578 "cmd": [
579 "python", 579 "python",
580 "-u", 580 "-u",
581 "RECIPE_MODULE[gsutil]\\resources\\gsutil_wrapper.py", 581 "RECIPE_MODULE[build.gsutil]\\resources\\gsutil_wrapper.py",
582 "--", 582 "--",
583 "[DEPOT_TOOLS]\\gsutil.py", 583 "[DEPOT_TOOLS]\\gsutil.py",
584 "----", 584 "----",
585 "cp", 585 "cp",
586 "[TMP_BASE]\\upload_stamp_tmp_1\\stamp", 586 "[TMP_BASE]\\upload_stamp_tmp_1\\stamp",
587 "gs://mandoline/37.0.2021.0/win/stamp" 587 "gs://mandoline/37.0.2021.0/win/stamp"
588 ], 588 ],
589 "cwd": "[SLAVE_BUILD]", 589 "cwd": "[SLAVE_BUILD]",
590 "name": "gsutil upload", 590 "name": "gsutil upload",
591 "~followup_annotations": [ 591 "~followup_annotations": [
592 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/mandoline/37. 0.2021.0/win/stamp@@@" 592 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/mandoline/37. 0.2021.0/win/stamp@@@"
593 ] 593 ]
594 }, 594 },
595 { 595 {
596 "cmd": [ 596 "cmd": [
597 "python", 597 "python",
598 "-u", 598 "-u",
599 "RECIPE_MODULE[gsutil]\\resources\\gsutil_wrapper.py", 599 "RECIPE_MODULE[build.gsutil]\\resources\\gsutil_wrapper.py",
600 "--", 600 "--",
601 "[DEPOT_TOOLS]\\gsutil.py", 601 "[DEPOT_TOOLS]\\gsutil.py",
602 "----", 602 "----",
603 "cp", 603 "cp",
604 "[TMP_BASE]\\upload_stamp_tmp_1\\stamp", 604 "[TMP_BASE]\\upload_stamp_tmp_1\\stamp",
605 "gs://mandoline/latest/win/stamp" 605 "gs://mandoline/latest/win/stamp"
606 ], 606 ],
607 "cwd": "[SLAVE_BUILD]", 607 "cwd": "[SLAVE_BUILD]",
608 "name": "gsutil upload (2)", 608 "name": "gsutil upload (2)",
609 "~followup_annotations": [ 609 "~followup_annotations": [
610 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/mandoline/lat est/win/stamp@@@" 610 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/mandoline/lat est/win/stamp@@@"
611 ] 611 ]
612 }, 612 },
613 { 613 {
614 "name": "$result", 614 "name": "$result",
615 "recipe_result": null, 615 "recipe_result": null,
616 "status_code": 0 616 "status_code": 0
617 } 617 }
618 ] 618 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698