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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Win64___debug.json

Issue 2085953004: Revert of V8: Switch windows bots to mb (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 6 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 | Annotate | Revision Log
OLDNEW
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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 { 142 {
143 "cmd": [ 143 "cmd": [
144 "python", 144 "python",
145 "-u", 145 "-u",
146 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 146 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
147 "runhooks" 147 "runhooks"
148 ], 148 ],
149 "cwd": "[SLAVE_BUILD]\\v8", 149 "cwd": "[SLAVE_BUILD]\\v8",
150 "env": { 150 "env": {
151 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 151 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
152 "GYP_CHROMIUM_NO_ACTION": "1",
153 "GYP_DEFINES": "chromium_win_pch=0 fastbuild=1 gomadir='[CACHE]\\cipd\\gom a' target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_enable_slow_dchecks =1 v8_optimized_debug=1 v8_target_arch=x64", 152 "GYP_DEFINES": "chromium_win_pch=0 fastbuild=1 gomadir='[CACHE]\\cipd\\gom a' target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_enable_slow_dchecks =1 v8_optimized_debug=1 v8_target_arch=x64",
154 "GYP_GENERATORS": "ninja", 153 "GYP_GENERATORS": "ninja",
155 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 154 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
156 }, 155 },
157 "name": "gclient runhooks" 156 "name": "gclient runhooks"
158 }, 157 },
159 { 158 {
160 "cmd": [ 159 "cmd": [
161 "python", 160 "python",
162 "-u", 161 "-u",
163 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 162 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
164 "--show-path", 163 "--show-path",
165 "python", 164 "python",
166 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 165 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
167 ], 166 ],
168 "name": "cleanup_temp" 167 "name": "cleanup_temp"
169 }, 168 },
170 { 169 {
171 "cmd": [ 170 "cmd": [
172 "python",
173 "-u",
174 "[SLAVE_BUILD]\\v8\\tools\\mb\\mb.py",
175 "gen",
176 "-m",
177 "client.v8",
178 "-b",
179 "V8 Win64 - debug",
180 "--config-file",
181 "[SLAVE_BUILD]\\v8\\infra\\mb\\mb_config.pyl",
182 "--goma-dir",
183 "[CACHE]\\cipd\\goma",
184 "--gyp-script=gypfiles\\gyp_v8",
185 "//out/Debug_x64"
186 ],
187 "env": {
188 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
189 },
190 "name": "generate_build_files",
191 "stdout": "/path/to/tmp/",
192 "~followup_annotations": [
193 "@@@STEP_LOG_LINE@stdout@some line@@@",
194 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@",
195 "@@@STEP_LOG_LINE@stdout@moar@@@",
196 "@@@STEP_LOG_END@stdout@@@",
197 "@@@STEP_LOG_LINE@diff@+ cool_flag: a=1@@@",
198 "@@@STEP_LOG_LINE@diff@- chromium_win_pch: 0@@@",
199 "@@@STEP_LOG_LINE@diff@- fastbuild: 1@@@",
200 "@@@STEP_LOG_LINE@diff@- gomadir: '[CACHE]\\cipd\\goma'@@@",
201 "@@@STEP_LOG_LINE@diff@ target_arch: x64@@@",
202 "@@@STEP_LOG_LINE@diff@- test_isolation_mode: prepare@@@",
203 "@@@STEP_LOG_LINE@diff@- use_goma: 1@@@",
204 "@@@STEP_LOG_LINE@diff@- v8_enable_slow_dchecks: 1@@@",
205 "@@@STEP_LOG_LINE@diff@- v8_optimized_debug: 1@@@",
206 "@@@STEP_LOG_END@diff@@@",
207 "@@@STEP_WARNINGS@@@"
208 ]
209 },
210 {
211 "cmd": [
212 "python", 171 "python",
213 "-u", 172 "-u",
214 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 173 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
215 "--show-path", 174 "--show-path",
216 "python", 175 "python",
217 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 176 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
218 "--gsutil-py-path", 177 "--gsutil-py-path",
219 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 178 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
220 "--ninja-path", 179 "--ninja-path",
221 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 180 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
(...skipping 732 matching lines...) Expand 10 before | Expand all | Expand 10 after
954 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 913 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
955 "@@@STEP_LOG_END@durations@@@" 914 "@@@STEP_LOG_END@durations@@@"
956 ] 915 ]
957 }, 916 },
958 { 917 {
959 "name": "$result", 918 "name": "$result",
960 "recipe_result": null, 919 "recipe_result": null,
961 "status_code": 0 920 "status_code": 0
962 } 921 }
963 ] 922 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698