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

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

Issue 915453002: clang/win bots: Pass fastbuild=1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 10 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 "[BUILD]\\scripts\\slave\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 ] 82 ]
83 }, 83 },
84 { 84 {
85 "cmd": [ 85 "cmd": [
86 "python", 86 "python",
87 "-u", 87 "-u",
88 "[DEPOT_TOOLS]\\gclient.py", 88 "[DEPOT_TOOLS]\\gclient.py",
89 "runhooks" 89 "runhooks"
90 ], 90 ],
91 "env": { 91 "env": {
92 "GYP_DEFINES": "asan=1 clang=1 component=shared_library target_arch=ia32 t est_isolation_mode=prepare", 92 "GYP_DEFINES": "asan=1 clang=1 component=shared_library fastbuild=1 target _arch=ia32 test_isolation_mode=prepare",
93 "LLVM_FORCE_HEAD_REVISION": "YES" 93 "LLVM_FORCE_HEAD_REVISION": "YES"
94 }, 94 },
95 "name": "gclient runhooks" 95 "name": "gclient runhooks"
96 }, 96 },
97 { 97 {
98 "cmd": [ 98 "cmd": [
99 "python", 99 "python",
100 "-u", 100 "-u",
101 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 101 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
102 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json", 102 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json",
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 "--build_revision", 230 "--build_revision",
231 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 231 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
232 "--factory-properties", 232 "--factory-properties",
233 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinAsan(dll)\", \"buildnumber\": 571, \"mastername\": \"chrom ium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\" : \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 233 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinAsan(dll)\", \"buildnumber\": 571, \"mastername\": \"chrom ium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\" : \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
234 "--build-properties", 234 "--build-properties",
235 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinAsan(dll)\", \"buildnumber\": 571, \"mastername\": \"chrom ium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\" : \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 235 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"CrWinAsan(dll)\", \"buildnumber\": 571, \"mastername\": \"chrom ium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\" : \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
236 ], 236 ],
237 "name": "package build" 237 "name": "package build"
238 } 238 }
239 ] 239 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698