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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win64_dbg.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, 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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 { 148 {
149 "cmd": [ 149 "cmd": [
150 "python", 150 "python",
151 "-u", 151 "-u",
152 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 152 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
153 "runhooks" 153 "runhooks"
154 ], 154 ],
155 "cwd": "[SLAVE_BUILD]\\v8", 155 "cwd": "[SLAVE_BUILD]\\v8",
156 "env": { 156 "env": {
157 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 157 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
158 "GYP_CHROMIUM_NO_ACTION": "1",
158 "GYP_DEFINES": "chromium_win_pch=0 dcheck_always_on=1 fastbuild=1 gomadir= '[CACHE]\\cipd\\goma' target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_ enable_slow_dchecks=1 v8_optimized_debug=1 v8_target_arch=x64", 159 "GYP_DEFINES": "chromium_win_pch=0 dcheck_always_on=1 fastbuild=1 gomadir= '[CACHE]\\cipd\\goma' target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_ enable_slow_dchecks=1 v8_optimized_debug=1 v8_target_arch=x64",
159 "GYP_GENERATORS": "ninja", 160 "GYP_GENERATORS": "ninja",
160 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 161 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
161 }, 162 },
162 "name": "gclient runhooks" 163 "name": "gclient runhooks"
163 }, 164 },
164 { 165 {
165 "cmd": [ 166 "cmd": [
166 "python", 167 "python",
167 "-u", 168 "-u",
168 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 169 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
169 "--show-path", 170 "--show-path",
170 "python", 171 "python",
171 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 172 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
172 ], 173 ],
173 "name": "cleanup_temp" 174 "name": "cleanup_temp"
174 }, 175 },
175 { 176 {
176 "cmd": [ 177 "cmd": [
177 "python", 178 "python",
178 "-u", 179 "-u",
180 "[SLAVE_BUILD]\\v8\\tools\\mb\\mb.py",
181 "gen",
182 "-m",
183 "tryserver.v8",
184 "-b",
185 "v8_win64_dbg",
186 "--config-file",
187 "[SLAVE_BUILD]\\v8\\infra\\mb\\mb_config.pyl",
188 "--goma-dir",
189 "[CACHE]\\cipd\\goma",
190 "--gyp-script=gypfiles\\gyp_v8",
191 "//out/Debug_x64"
192 ],
193 "env": {
194 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
195 },
196 "name": "generate_build_files",
197 "stdout": "/path/to/tmp/",
198 "~followup_annotations": [
199 "@@@STEP_LOG_LINE@stdout@some line@@@",
200 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@",
201 "@@@STEP_LOG_LINE@stdout@moar@@@",
202 "@@@STEP_LOG_END@stdout@@@",
203 "@@@STEP_LOG_LINE@diff@+ cool_flag: a=1@@@",
204 "@@@STEP_LOG_LINE@diff@- chromium_win_pch: 0@@@",
205 "@@@STEP_LOG_LINE@diff@- dcheck_always_on: 1@@@",
206 "@@@STEP_LOG_LINE@diff@- fastbuild: 1@@@",
207 "@@@STEP_LOG_LINE@diff@- gomadir: '[CACHE]\\cipd\\goma'@@@",
208 "@@@STEP_LOG_LINE@diff@ target_arch: x64@@@",
209 "@@@STEP_LOG_LINE@diff@- test_isolation_mode: prepare@@@",
210 "@@@STEP_LOG_LINE@diff@- use_goma: 1@@@",
211 "@@@STEP_LOG_LINE@diff@- v8_enable_slow_dchecks: 1@@@",
212 "@@@STEP_LOG_LINE@diff@- v8_optimized_debug: 1@@@",
213 "@@@STEP_LOG_END@diff@@@",
214 "@@@STEP_WARNINGS@@@"
215 ]
216 },
217 {
218 "cmd": [
219 "python",
220 "-u",
179 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 221 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
180 "--show-path", 222 "--show-path",
181 "python", 223 "python",
182 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 224 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
183 "--gsutil-py-path", 225 "--gsutil-py-path",
184 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 226 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
185 "--ninja-path", 227 "--ninja-path",
186 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 228 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
187 "--target", 229 "--target",
188 "Debug_x64", 230 "Debug_x64",
(...skipping 623 matching lines...) Expand 10 before | Expand all | Expand 10 after
812 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 854 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
813 "@@@STEP_LOG_END@durations@@@" 855 "@@@STEP_LOG_END@durations@@@"
814 ] 856 ]
815 }, 857 },
816 { 858 {
817 "name": "$result", 859 "name": "$result",
818 "recipe_result": null, 860 "recipe_result": null,
819 "status_code": 0 861 "status_code": 0
820 } 862 }
821 ] 863 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698