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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Chromium_Win_SyzyASAN.json

Issue 2079333002: V8: Switch remaining chromium 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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 { 137 {
138 "cmd": [ 138 "cmd": [
139 "python", 139 "python",
140 "-u", 140 "-u",
141 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 141 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
142 "runhooks" 142 "runhooks"
143 ], 143 ],
144 "cwd": "[SLAVE_BUILD]\\src", 144 "cwd": "[SLAVE_BUILD]\\src",
145 "env": { 145 "env": {
146 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 146 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
147 "GYP_CHROMIUM_NO_ACTION": "1",
147 "GYP_DEFINES": "chromium_win_pch=0 component=static_library syzyasan=1 tar get_arch=ia32 win_z7=1", 148 "GYP_DEFINES": "chromium_win_pch=0 component=static_library syzyasan=1 tar get_arch=ia32 win_z7=1",
148 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 149 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
149 }, 150 },
150 "name": "gclient runhooks" 151 "name": "gclient runhooks"
151 }, 152 },
152 { 153 {
153 "cmd": [ 154 "cmd": [
154 "python", 155 "python",
155 "-u", 156 "-u",
156 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", 157 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 "--show-path", 194 "--show-path",
194 "python", 195 "python",
195 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 196 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
196 ], 197 ],
197 "name": "cleanup_temp" 198 "name": "cleanup_temp"
198 }, 199 },
199 { 200 {
200 "cmd": [ 201 "cmd": [
201 "python", 202 "python",
202 "-u", 203 "-u",
204 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py",
205 "gen",
206 "-m",
207 "client.v8.fyi",
208 "-b",
209 "Chromium Win SyzyASAN",
210 "--config-file",
211 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl",
212 "//out/Release"
213 ],
214 "env": {
215 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
216 },
217 "name": "generate_build_files"
218 },
219 {
220 "cmd": [
221 "python",
222 "-u",
203 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 223 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
204 "--show-path", 224 "--show-path",
205 "python", 225 "python",
206 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 226 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
207 "--gsutil-py-path", 227 "--gsutil-py-path",
208 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 228 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
209 "--ninja-path", 229 "--ninja-path",
210 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 230 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
211 "--target", 231 "--target",
212 "Release", 232 "Release",
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 360 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
341 "@@@STEP_LOG_END@python.inline@@@" 361 "@@@STEP_LOG_END@python.inline@@@"
342 ] 362 ]
343 }, 363 },
344 { 364 {
345 "name": "$result", 365 "name": "$result",
346 "recipe_result": null, 366 "recipe_result": null,
347 "status_code": 0 367 "status_code": 0
348 } 368 }
349 ] 369 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698