| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "name": "taskkill" | 8 "name": "taskkill" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 150 "GYP_DEFINES": "buildtype=Official chrome_pgo_phase=1 component=static_lib
rary fastbuild=0 target_arch=ia32 use_goma=0", | 150 "GYP_DEFINES": "buildtype=Official chrome_pgo_phase=1 component=static_lib
rary fastbuild=0 target_arch=ia32 use_goma=0", |
| 151 "GYP_MSVS_VERSION": "2015", | 151 "GYP_MSVS_VERSION": "2015", |
| 152 "PATH": "[SLAVE_BUILD]\\src\\out\\Release;%(PATH)s;RECIPE_PACKAGE_REPO[dep
ot_tools]" | 152 "PATH": "[SLAVE_BUILD]\\src\\out\\Release;%(PATH)s;RECIPE_PACKAGE_REPO[dep
ot_tools]" |
| 153 }, | 153 }, |
| 154 "name": "gclient Runhooks: Instrumentation phase." | 154 "name": "gclient Runhooks: Instrumentation phase." |
| 155 }, | 155 }, |
| 156 { | 156 { |
| 157 "cmd": [ | 157 "cmd": [ |
| 158 "python", | 158 "python", |
| 159 "-u", | 159 "-u", |
| 160 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", | 160 "[SLAVE_BUILD]\\src\\build\\gyp_chromium.py" |
| 161 "gen", | |
| 162 "-m", | |
| 163 "tryserver.chromium.win", | |
| 164 "-b", | |
| 165 "win_pgo", | |
| 166 "--config-file", | |
| 167 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", | |
| 168 "--phase", | |
| 169 "1", | |
| 170 "//out/Release" | |
| 171 ], | 161 ], |
| 172 "cwd": "[SLAVE_BUILD]\\src", | |
| 173 "env": { | 162 "env": { |
| 174 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 163 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 175 "GYP_MSVS_VERSION": "2015" | 164 "GYP_DEFINES": "buildtype=Official chrome_pgo_phase=1 component=static_lib
rary fastbuild=0 target_arch=ia32 use_goma=0", |
| 165 "GYP_MSVS_VERSION": "2015", |
| 166 "PATH": "[SLAVE_BUILD]\\src\\out\\Release;%(PATH)s" |
| 176 }, | 167 }, |
| 177 "name": "generate_build_files" | 168 "name": "gyp_chromium" |
| 178 }, | 169 }, |
| 179 { | 170 { |
| 180 "cmd": [ | 171 "cmd": [ |
| 181 "python", | 172 "python", |
| 182 "-u", | 173 "-u", |
| 183 "\nimport sys\nfrom common import chromium_utils # Error? See https://crbu
g.com/584783.\n\nchromium_utils.RemoveFilesWildcards(sys.argv[1], root=sys.argv[
2])\n", | 174 "\nimport sys\nfrom common import chromium_utils # Error? See https://crbu
g.com/584783.\n\nchromium_utils.RemoveFilesWildcards(sys.argv[1], root=sys.argv[
2])\n", |
| 184 "*.pg[cd]", | 175 "*.pg[cd]", |
| 185 "[SLAVE_BUILD]\\src\\out\\Release" | 176 "[SLAVE_BUILD]\\src\\out\\Release" |
| 186 ], | 177 ], |
| 187 "name": "rmwildcard *.pg[cd] in [SLAVE_BUILD]\\src\\out\\Release", | 178 "name": "rmwildcard *.pg[cd] in [SLAVE_BUILD]\\src\\out\\Release", |
| (...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 668 "GYP_DEFINES": "buildtype=Official chrome_pgo_phase=2 component=static_lib
rary fastbuild=0 target_arch=ia32 use_goma=0", | 659 "GYP_DEFINES": "buildtype=Official chrome_pgo_phase=2 component=static_lib
rary fastbuild=0 target_arch=ia32 use_goma=0", |
| 669 "GYP_MSVS_VERSION": "2015", | 660 "GYP_MSVS_VERSION": "2015", |
| 670 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 661 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 671 }, | 662 }, |
| 672 "name": "gclient Runhooks: Optimization phase." | 663 "name": "gclient Runhooks: Optimization phase." |
| 673 }, | 664 }, |
| 674 { | 665 { |
| 675 "cmd": [ | 666 "cmd": [ |
| 676 "python", | 667 "python", |
| 677 "-u", | 668 "-u", |
| 678 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", | 669 "[SLAVE_BUILD]\\src\\build\\gyp_chromium.py" |
| 679 "gen", | |
| 680 "-m", | |
| 681 "tryserver.chromium.win", | |
| 682 "-b", | |
| 683 "win_pgo", | |
| 684 "--config-file", | |
| 685 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", | |
| 686 "--phase", | |
| 687 "2", | |
| 688 "//out/Release" | |
| 689 ], | 670 ], |
| 690 "cwd": "[SLAVE_BUILD]\\src", | |
| 691 "env": { | 671 "env": { |
| 692 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 672 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 673 "GYP_DEFINES": "buildtype=Official chrome_pgo_phase=2 component=static_lib
rary fastbuild=0 target_arch=ia32 use_goma=0", |
| 693 "GYP_MSVS_VERSION": "2015" | 674 "GYP_MSVS_VERSION": "2015" |
| 694 }, | 675 }, |
| 695 "name": "generate_build_files (2)" | 676 "name": "gyp_chromium (2)" |
| 696 }, | 677 }, |
| 697 { | 678 { |
| 698 "cmd": [ | 679 "cmd": [ |
| 699 "python", | 680 "python", |
| 700 "-u", | 681 "-u", |
| 701 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 682 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 702 "--show-path", | 683 "--show-path", |
| 703 "python", | 684 "python", |
| 704 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 685 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 705 "--gsutil-py-path", | 686 "--gsutil-py-path", |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 747 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"win_pgo\", \"buildnumber\": 571, \"issue\": 1
2853011, \"mastername\": \"tryserver.chromium.win\", \"patch_project\": \"chromi
um\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_pgo\", \"
repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"
HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"Test
Slavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" | 728 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"win_pgo\", \"buildnumber\": 571, \"issue\": 1
2853011, \"mastername\": \"tryserver.chromium.win\", \"patch_project\": \"chromi
um\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_pgo\", \"
repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \"
HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"Test
Slavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
| 748 ], | 729 ], |
| 749 "name": "package build" | 730 "name": "package build" |
| 750 }, | 731 }, |
| 751 { | 732 { |
| 752 "name": "$result", | 733 "name": "$result", |
| 753 "recipe_result": null, | 734 "recipe_result": null, |
| 754 "status_code": 0 | 735 "status_code": 0 |
| 755 } | 736 } |
| 756 ] | 737 ] |
| OLD | NEW |