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

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

Issue 2086293003: V8: Switch windows bots to mb (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 5 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",
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", 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",
153 "GYP_GENERATORS": "ninja", 154 "GYP_GENERATORS": "ninja",
154 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 155 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
155 }, 156 },
156 "name": "gclient runhooks" 157 "name": "gclient runhooks"
157 }, 158 },
158 { 159 {
159 "cmd": [ 160 "cmd": [
160 "python", 161 "python",
161 "-u", 162 "-u",
162 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 163 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
163 "--show-path", 164 "--show-path",
164 "python", 165 "python",
165 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 166 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
166 ], 167 ],
167 "name": "cleanup_temp" 168 "name": "cleanup_temp"
168 }, 169 },
169 { 170 {
170 "cmd": [ 171 "cmd": [
171 "python", 172 "python",
172 "-u", 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",
213 "-u",
173 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 214 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
174 "--show-path", 215 "--show-path",
175 "python", 216 "python",
176 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 217 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
177 "--gsutil-py-path", 218 "--gsutil-py-path",
178 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 219 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
179 "--ninja-path", 220 "--ninja-path",
180 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 221 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
181 "--target", 222 "--target",
182 "Debug_x64", 223 "Debug_x64",
(...skipping 730 matching lines...) Expand 10 before | Expand all | Expand 10 after
913 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 954 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
914 "@@@STEP_LOG_END@durations@@@" 955 "@@@STEP_LOG_END@durations@@@"
915 ] 956 ]
916 }, 957 },
917 { 958 {
918 "name": "$result", 959 "name": "$result",
919 "recipe_result": null, 960 "recipe_result": null,
920 "status_code": 0 961 "status_code": 0
921 } 962 }
922 ] 963 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698