OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.fyi", | 8 "chromium.fyi", |
9 "--builder", | 9 "--builder", |
10 "Chromium Windows Analyze", | 10 "Chromium Windows Analyze", |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
99 }, | 99 }, |
100 { | 100 { |
101 "cmd": [ | 101 "cmd": [ |
102 "python", | 102 "python", |
103 "-u", | 103 "-u", |
104 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 104 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
105 "runhooks" | 105 "runhooks" |
106 ], | 106 ], |
107 "cwd": "[SLAVE_BUILD]", | 107 "cwd": "[SLAVE_BUILD]", |
108 "env": { | 108 "env": { |
| 109 "GYP_CHROMIUM_NO_ACTION": "1", |
109 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library fastbuild=2 go
madir='[BUILD]\\goma' target_arch=ia32 use_goma=0 win_analyze=1", | 110 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library fastbuild=2 go
madir='[BUILD]\\goma' target_arch=ia32 use_goma=0 win_analyze=1", |
110 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 111 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
111 }, | 112 }, |
112 "name": "gclient runhooks" | 113 "name": "gclient runhooks" |
113 }, | 114 }, |
114 { | 115 { |
115 "cmd": [ | 116 "cmd": [ |
116 "python", | 117 "python", |
117 "-u", | 118 "-u", |
| 119 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", |
| 120 "gen", |
| 121 "-m", |
| 122 "chromium.fyi", |
| 123 "-b", |
| 124 "Chromium Windows Analyze", |
| 125 "--config-file", |
| 126 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
| 127 "//out/Debug" |
| 128 ], |
| 129 "cwd": "[SLAVE_BUILD]", |
| 130 "name": "generate_build_files" |
| 131 }, |
| 132 { |
| 133 "cmd": [ |
| 134 "python", |
| 135 "-u", |
118 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 136 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
119 "--show-path", | 137 "--show-path", |
120 "python", | 138 "python", |
121 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 139 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
122 "--ninja-path", | 140 "--ninja-path", |
123 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 141 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
124 "--target", | 142 "--target", |
125 "Debug", | 143 "Debug", |
126 "--src-dir", | 144 "--src-dir", |
127 "[SLAVE_BUILD]\\src", | 145 "[SLAVE_BUILD]\\src", |
128 "--goma-cache-dir", | 146 "--goma-cache-dir", |
129 "[GOMA_CACHE]", | 147 "[GOMA_CACHE]", |
130 "--build-tool", | 148 "--build-tool", |
131 "ninja", | 149 "ninja", |
132 "--clobber", | 150 "--clobber", |
133 "--", | 151 "--", |
134 "chrome" | 152 "chrome" |
135 ], | 153 ], |
136 "cwd": "[SLAVE_BUILD]", | 154 "cwd": "[SLAVE_BUILD]", |
137 "name": "compile" | 155 "name": "compile" |
138 }, | 156 }, |
139 { | 157 { |
140 "name": "$result", | 158 "name": "$result", |
141 "recipe_result": null, | 159 "recipe_result": null, |
142 "status_code": 0 | 160 "status_code": 0 |
143 } | 161 } |
144 ] | 162 ] |
OLD | NEW |